mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 02:16:35 +00:00
switch to flash.script to avoid running out of storage
before:
Register: hello
Register: nsh
Register: sh
LD: nuttx
riscv32-unknown-elf-ld: /nuttx/nuttx section .text will not fit in region ilm
riscv32-unknown-elf-ld: region ilm overflowed by 904 bytes
Memory region Used Size Region Size %age Used
ilm: 131976 B 128 KB 100.69%
dlm: 11360 B 128 KB 8.67%
axi_sram: 0 GB 256 KB 0.00%
axi_sram_noncacheable: 0 GB 256 KB 0.00%
ahb_sram: 0 GB 32 KB 0.00%
make[1]: *** [Makefile:195: nuttx] Error 1
make: *** [tools/Unix.mk:569: nuttx] Error 2
after:
Register: hello
Register: sh
Register: nsh
LD: nuttx
Memory region Used Size Region Size %age Used
flash: 145132 B 16 MB 0.87%
ilm: 0 GB 128 KB 0.00%
dlm: 11360 B 128 KB 8.67%
axi_sram: 0 GB 256 KB 0.00%
axi_sram_noncacheable: 0 GB 256 KB 0.00%
ahb_sram: 0 GB 32 KB 0.00%
CP: nuttx.hex
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
|
||
|---|---|---|
| .. | ||
| bl602/bl602evb | ||
| bl808/ox64 | ||
| c906/smartl-c906 | ||
| eic7700x/starpro64 | ||
| esp32c3 | ||
| esp32c3-legacy | ||
| esp32c6 | ||
| esp32h2 | ||
| esp32p4 | ||
| fe310/hifive1-revb | ||
| hpm6000/hpm6360evk | ||
| hpm6750/hpm6750evk2 | ||
| jh7110/star64 | ||
| k210/maix-bit | ||
| k230/canmv230 | ||
| litex/arty_a7 | ||
| mpfs | ||
| qemu-rv/rv-virt | ||
| rp23xx-rv | ||
| rv32m1/rv32m1-vega | ||
| sg2000/milkv_duos | ||