你好:
uboot 写nand flash之后,提示nand write ok。 然后 reset,系统无法启动。
请问一下可能是什么问题?
Flashing 1st stage to NAND from 2nd stage
Flash U-Boot-MIN for NAND (u-boot.min.nand) to NAND by executing the following commands:
TI8148_EVM# mw.b 0x81000000 0xFF 0x20000 TI8148_EVM# loadb 0x81000000
TI8148_EVM# nand erase 0x0 0x20000 TI8148_EVM# nandecc hw 2 TI8148_EVM# nand write.i 0x81000000 0x0 0x20000 TI8148_EVM# nandecc hw 0
参考了:
user6299109:
用 EMAC BOOT 是可以启动 这个uboot bin 文件的,是不是写nand flash' 要注意什么?
user6299109:
回复 user6299109:
TI8148_EVM#nand bad Device 0 bad blocks: TI8148_EVM#nand erase 0x0 0x20000 NAND erase: device 0 offset 0x0, size 0x20000 Erasing at 0x0 — 100% complete. OK TI8148_EVM#nandecc hw 2 HW ECC BCH8 Selected TI8148_EVM#nand write.i 0x81000000 0x0 0x20000 NAND write: device 0 offset 0x0, size 0x20000 131072 bytes written: OK TI8148_EVM#nandecc hw 0
TI8148_EVM#resetresetting …
就卡到这了。不动了。
Chris Meng:
回复 user6299109:
你好,
请问你使用的板子是TI DM8148EVM还是你自己做的板子?
你使用的uboot是哪个版本软件里面的?