Commit Graph

3 Commits

Author SHA1 Message Date
e9f623e754 arm: cut bootloader dependency on uart stuff 2022-05-17 09:23:11 -07:00
574e48474b arm: clang-format 2022-05-16 20:59:17 -07:00
b8b0d94065 arm: working bootloader, example app
'make' will produce two outputs:
- bootloader.elf to be loaded into the bitstream
- app.bin to be loaded through the programmer

Loading app.bin is as simple as:
- reset the board
- `python3 prog.py app.bin`
2022-05-10 11:20:02 -07:00