mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[docs] booloader: add link to UG
"customizing the bootloader"
This commit is contained in:
parent
f30aaddf56
commit
34ff788c99
1 changed files with 4 additions and 3 deletions
|
@ -10,9 +10,10 @@ enabled.
|
||||||
|
|
||||||
.Minimal RISC-V ISA and Memory Configuration
|
.Minimal RISC-V ISA and Memory Configuration
|
||||||
[NOTE]
|
[NOTE]
|
||||||
The default bootloader image was compiled for a minimal `rv32e_zicsr_zifencei` ISA configuration. Furthermore, the
|
The default bootloader image was compiled for a minimal `rv32e_zicsr_zifencei` ISA configuration and only requires a
|
||||||
bootloader only requires a RAM size of at least 256 bytes. Both constraints ensure that the bootloader can be executed
|
RAM size of at least 256 bytes. Both constraints ensure that the bootloader can be executed by any actual CPU/processor
|
||||||
by any actual CPU/processor configuration.
|
configuration. However, the bootloader can recompiled with different capabilities. See the User Guide
|
||||||
|
https://stnolting.github.io/neorv32/ug/#_customizing_the_internal_bootloader for more information.
|
||||||
|
|
||||||
The NEORV32 bootloader (`sw/bootloader/bootloader.c`) provides an optional built-in firmware that
|
The NEORV32 bootloader (`sw/bootloader/bootloader.c`) provides an optional built-in firmware that
|
||||||
allows to upload new application executables at _any time_ without the need to re-synthesize the FPGA's bitstream.
|
allows to upload new application executables at _any time_ without the need to re-synthesize the FPGA's bitstream.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue