mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
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
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:
parent
f6b6f20791
commit
72796cdcd7
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue