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.

APRRO_IPNC_DM8127接MN34041的问题



DM8127原本是用的mt9p031,现在改为MN34041。配置更改如下:

1,rules.make里配置

 IMGS_ID := IMGS_PANASONIC_MN34041

2,用NFS文件系统,bootcmd按手册配置

TI8148_IPNC# setenv bootcmd 'i2c dev 2;i2c write 0x2d 9 0x0a;i2c write 0x2d 0xa 0x62;ipnc_ff_init 1;nboot 0x81000000 0 0x280000; bootm';saveenv 

可是最后出来的图像如下:

MN34041主时钟为27M,后来更改晶振为37.125M,结果没有图像。

试着去找原因,修改寄存器,依然没有效果。不知道是否还有其它的地方要修改?

望不吝赐教,谢谢!