This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 72796cdcd70 docs/boards/ci20: Remove redundant mkimage command
72796cdcd70 is described below
commit 72796cdcd706e7f467f326f2a869c14b39fc8055
Author: Lwazi Dube <[email protected]>
AuthorDate: Thu Aug 6 14:32:18 2026 -0400
docs/boards/ci20: Remove redundant mkimage command
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.
---
Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst
b/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst
index 0d7eb826c74..acfdb2c4490 100644
--- a/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst
+++ b/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst
@@ -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: