|
smdk2410 # nand read 32000000 0x200000 200000
NAND read: device 0 offset 0x200000, size 0x200000
2097152 bytes read: OK
smdk2410 # bootm 32000000
## Booting image at 32000000 ...
Bad Magic Number
smdk2410 # go 32000000
## Starting application at 0x32000000 ...
Uncompressing Linux.......................................................................................................................... done, booting the kernel.
可以解压到内核了,但是为什么启动不了内核呢?到 booting the kernel.这里就卡主不动了!请问有什么解决办法? |
|