|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
各位大哥,我在烧写smp8634 linux内核到flash的时候出现了一些问题:
我按照以下步骤:
YAMON>load -b tftp://192.168.0.37/zbimage-linux-xrpc 0xb0100000
YAMON>pflash write -f 0x80000 0xb0100000 0x46e400 //Length = 0x46e400
YAMON> pflash probe
YAMON> xrpc 0xac080090//after that will get
message ‘xrpc succeeded’
YAMON> load zbf 0xb3000000
然后go
但到 xrpc 0xac080090的时候出现
YAMON> xrpc 0xac080090
xrpc failed (9)--- if a xtask is using a cipher or if you reboot
--- xrpc will fail with RM_BUSY
查看了一下前面的启动过程,
Found 1 file(s) to be processed in ROMFS.
Processing xrpc_xload_vmlinux_ES4_dev.bin (start: 0xac080090, size: 0x00300614)
Checking zboot file signature .. Not found.
Trying xrpc_xload format .. Failed (not an xrpc_xload file)
Done with container 1.
Scanning ROMFS image at 0xac040000 (0x48040000) .. Found.
ROMFS found at 0xac040000, Volume name = YAMON_XRPC
Found 1 file(s) to be processed in ROMFS.
Processing xrpc_xload_yamon_ES4_prod.bin (start: 0xac040090, size: 0x00030994)
Checking zboot file signature .. Not found.
Trying xrpc_xload format .. OK
Checking zboot file signature at 0x13000000 .. OK
Decompressing to 0x91200000 .. OK (456880/0x6f8b0).
Load time total 179/313 msec.
Execute final at 0x91200000 ..
不能跳到系统,而是跑到yamon。。。
(板子dram0 failded)
??? |
|