今天在调试新的底板,用MCUZONE的开发板,发现系统启动不起来,死在:(用的是NFS)
U-Boot > boot
Card did not respond to voltage select!
Unknown command 'sf' - try 'help'
Unknown command 'sf' - try 'help'
## Booting kernel from Legacy Image at c0700000 ...
Image Name: Linux-2.6.37
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2464308 Bytes = 2.4 MiB
Load Address: c0008000
Entry Point: c0008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
没有任何 信息了。
经朋友指点说要给RTC_CVDD供电。照做后,系统正常启动了。
有点不明白,RTC_CVDD和内核启动有什么关系?它应该只是给片内的RTC供电用。
看了一下datasheet,也没有弄明白。
希望能指点一下。