/tomu-samples

Code samples for the Tomu board

Primary LanguageCApache License 2.0Apache-2.0

tomu-samples

What are these:

These projects are simple programs for the Tomu. They do various things, and are intended to offer code examples and simple testing to ease your introduction to the Tomu platform.

How to use:

To compile these, you'll need a cross-compiling toolchain to arm-none-eabi.

There might be additional dependencies, depending on which specific project you're using, and the instructions for compilation are included in each project's README.md

Flashing:

Once you've compiled the code, you can flash the Tomu using minicom on linux and OSX, or some other serial I/O utility on Windows. To do that, set it up with 115200 8n1, then use i to show the bootloader version.

To upload the binary, press u, wait till the bootloader replies with Ready, then press ^A-S, choose XMODEM, choose the .bin file produced by the compilation, and wait until it's uploaded.

Once that's done, press b to boot into the firmware. The bootloader will hang for 5-7 seconds, then the Tomu will boot.