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.

一个很奇怪的问题关于加载cmemk.ko 在DM3730开发板android系统上

Expert 1041 points
Other Parts Discussed in Thread: DM3730

  • 最近发现一个问题,完全一样的几个镜像文件,从x-loader到文件系统,都完全一样,一个是做成ubi.img 后nand 启动,一个做成sd卡启动,然后结果是nand启动的那个老是不能正确加载cmemk.ko,而sd卡启动,却可以正常的完成cmemk.ko的加载
  • 不知道,这里的技术人员,有没有遇到这个问题,我的dvsdk 是4.3,内核是2.6.37.android 是2.3.4,然后我的nand uboot启动配置如下:
  • setenv bootargs 'init=/init console=ttyO0,115200n8 noinitrd ip=off androidboot.console=ttyO0 rootwait mem=256M 
    omap_vout.vid1_static_vrfb_alloc=y rw ubi.mtd=4,2048 rootfstype=ubifs root=ubi0:rootfs rootdelay=5 vram=8M omapfb.vram=0:8M' 
    
    

dm3730 板子是TI 的原装的那款,256M内存+512的nand ,希望技术人员帮我看看我这个问题,谢谢