This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IPNC V5.1如何跑应用程序



大家好!经过一番努力,终于进入了跑应用程序阶段,我使用的开发板是IPNC EVM,用的软件包是IPNC V5.1,现在遇到的情况是,能够挂载根文件系统了,但是感觉里面有部分程序,没运行起来,不能按照USER GUIDE 进行操作,下面是我的开发板上电运行时,所有运行的进程:

不知道,还要手动运行哪些程序?还有一个问题就是不知道为什么烧写进去的内核,有时可以运行 ,有时会遇到bad crc错误,不能运行?

Loading from NAND 1GiB 3,3V 8-bit, offset 0x1000000                             
   Image Name:   Linux-2.6.37_IPNC_DM365EVM_5.1.0                               
   Image Type:   ARM Linux Kernel Image (uncompressed)                          
   Data Size:    4935680 Bytes =  4.7 MB                                        
   Load Address: 80008000                                                       
   Entry Point:  80008000                                                       
## Booting kernel from Legacy Image at 80700000 ...                             
   Image Name:   Linux-2.6.37_IPNC_DM365EVM_5.1.0                               
   Image Type:   ARM Linux Kernel Image (uncompressed)                          
   Data Size:    4935680 Bytes =  4.7 MB                                        
   Load Address: 80008000                                                       
   Entry Point:  80008000                                                       
   Verifying Checksum ... Bad Data CRC                                          
ERROR: can't get kernel image!                                                  
DM365 EVM :>


在这里先感谢各位了!!