From 9754fdf63cac19adc02fec822a2caab8b3498c2e Mon Sep 17 00:00:00 2001 From: chao an Date: Thu, 6 Feb 2025 18:33:33 +0800 Subject: [PATCH] mps/mps3-an547: correct command line of genromfs genromfs -a 128 -f ../romfs.img -d pic f: -f output a: -a alignment Signed-off-by: chao an --- .../platforms/arm/mps/boards/mps3-an547/index.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/platforms/arm/mps/boards/mps3-an547/index.rst b/Documentation/platforms/arm/mps/boards/mps3-an547/index.rst index eec7b3b0f48..c94822557d8 100644 --- a/Documentation/platforms/arm/mps/boards/mps3-an547/index.rst +++ b/Documentation/platforms/arm/mps/boards/mps3-an547/index.rst @@ -40,7 +40,7 @@ Configuring and Running (Single Core) make -j20 mkdir -p pic arm-none-eabi-strip --remove-section=.rel.text --remove-section=.comment --strip-unneeded nuttx -o pic/boot - genromfs -a -f 128 ../romfs.img -d pic + genromfs -a 128 -f ../romfs.img -d pic make distclean -j20 ./tools/configure.sh mps3-an547:bl make -j20 @@ -48,6 +48,11 @@ Configuring and Running (Single Core) -kernel nuttx.bin -gdb tcp::1127 \ -device loader,file=../romfs.img,addr=0x60000000 bl> boot /pic/boot + modlib_init... + modlib_load... + modlib_bind... + add-symbol-file ap.elf -s .text 0x60001080 -s .data 0x21000000 + ap> ostest Precautions