docs/boards/ci20: Remove redundant mkimage command
Some checks are pending
Build Documentation / build-html (push) Waiting to run
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions

Remove the manual mkimage step because CONFIG_UBOOT_UIMAGE=y already
generates a valid uImage. This brings the documentation up to date
with the uImage usage that was already standard in practice.
This commit is contained in:
Lwazi Dube 2026-08-06 14:32:18 -04:00 committed by Xiang Xiao
parent f6b6f20791
commit 72796cdcd7

View file

@ -37,8 +37,7 @@ You can use the following command to configure the NuttX build:
./tools/configure.sh -l ci20/nsh
make CROSSDEV=mips-mti-elf-
mkimage -A mips -O linux -T kernel -C none -a 0x80000180 -e 0x800004ac \
-n "nx" -d nuttx.bin <tftp_dir>/nuttx.umg
cp uImage <tftp_dir>/nuttx.umg
Run this from U-Boot prompt: