[bootloader] add README
Some checks are pending
Processor / processor simulation (push) Waiting to run

This commit is contained in:
stnolting 2025-03-29 07:21:03 +01:00
parent b60ef75778
commit 62d5613e0c

10
sw/bootloader/README.md Normal file
View file

@ -0,0 +1,10 @@
## NEORV32 Bootloader
Use the `config.h` file to customize the bootloader configuration.
Recompile and re-install the bootloader ROM image via `make bootloader`.
#### Documentation
* [Data Sheet: NEORV32 Bootloader](https://stnolting.github.io/neorv32/#_bootloader)
* [User Guide: Customizing the internal bootloader](https://stnolting.github.io/neorv32/ug/#_customizing_the_internal_bootloader)
* [User Guide: Programming an external SPI flash via the bootloader](https://stnolting.github.io/neorv32/ug/#_programming_an_external_spi_flash_via_the_bootloader)