Replies: 1 comment 3 replies
-
Oh, that would be bad as the bootloader ROM is limited to 4096 bytes. 🤔 What RISC-V GCC version are you using? Please try adding neorv32/sw/bootloader$ make clean_all bootloader
Memory utilization:
text data bss dec hex filename
4056 0 8 4064 fe0 main.elf
Compiling ../../sw/image_gen/image_gen
Installing bootloader image to ../../rtl/core/neorv32_bootloader_image.vhd |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried updating pre-built memory images by running the following on a
ghcr.io/stnolting/neorv32/sim:latest
container:I was surprised to see that the size of the bootloader grew from 4056 bytes to 5112 bytes. See umarcor@add38da.
@stnolting, I'm I missing any build option, such as optimisation?
Beta Was this translation helpful? Give feedback.
All reactions