mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
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 <anchao.archer@bytedance.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user