Hi,
First a disclaimer: I have seen a number of posts but I could not find one asking this question clearly, please point to it if I am duplicating a known post, thank you!
I am looking for a command line tutorial for programming the BGM111 on the Balena Fin v1.1 board that I have.
I have found from this forum the following examples, which I’ll explain my dissatisfaction with immediately:
- https://github.com/balena-io-playground/balena-fin-coprocessor-base.git
- https://github.com/balena-io/balena-fin-coprocessor-firmata.git
My problem is that they are:
- Huge (600MB / 250MB respectively)
- Seem overly complex.
I am looking for answers to the following:
- How can I write a hello world UART using example with c?
2 How can I use the output (which format?) to program (this seems to be answered as openocd, using a fork pointed to via a third repository’s docker file, https://github.com/balena-io-playground/balena-fin-firmata-flash.git)
I’d appreciate any help with this, and of course ending with it in the official documentation would be great,
Alon