mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-19 11:55:05 -04:00
[bootloader] add README
Some checks are pending
Processor / processor simulation (push) Waiting to run
Some checks are pending
Processor / processor simulation (push) Waiting to run
This commit is contained in:
parent
b60ef75778
commit
62d5613e0c
1 changed files with 10 additions and 0 deletions
10
sw/bootloader/README.md
Normal file
10
sw/bootloader/README.md
Normal 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)
|
Loading…
Add table
Reference in a new issue