imx8qxp M4 does not output mipi dsi signal

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

imx8qxp M4 does not output mipi dsi signal

跳至解决方案
1,652 次查看
relax-wu
Contributor IV

Hi 

CPU: imx8qx6avlf
SDK: Android Q10.0.0_2.2.0_AUTO

At present, after Android is fully started, it can display normally and switch evs.
But when I just turned it on, I switched to evs, and M4 did not output mipi dsi signal.
Did not make much change, just refer to fsl_adv7535.c and fsl_max9286.c to transplant the drivers of DS90UB941/8 and NVP6324.

The attachment is the log information of the switching process.

Please help me, thanks

0 项奖励
回复
1 解答
1,597 次查看
relax-wu
Contributor IV

The problem has been solved, compare the register configuration in the Linux driver nwl-dsi.c
Modify the width and height configuration in the M4 driver
#define APP_FRAME_HEIGHT 1920
#define APP_FRAME_WIDTH 1080
to
#define APP_FRAME_HEIGHT 1080
#define APP_FRAME_WIDTH 1920

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,621 次查看
igorpadykov
NXP Employee
NXP Employee

Hi relax-wu

 

one can try to build with "userdebug" option to obtain more diagnosis capability, please look at
sect.3.2.2 Build mode selection Android™ User's Guide.

 

Best regards
igor

0 项奖励
回复
1,598 次查看
relax-wu
Contributor IV

The problem has been solved, compare the register configuration in the Linux driver nwl-dsi.c
Modify the width and height configuration in the M4 driver
#define APP_FRAME_HEIGHT 1920
#define APP_FRAME_WIDTH 1080
to
#define APP_FRAME_HEIGHT 1080
#define APP_FRAME_WIDTH 1920

0 项奖励
回复
1,612 次查看
relax-wu
Contributor IV

I have selected mek_8q_car-userdebug. The current problem appears in the boot phase. During the M4 boot process (it has not released the display/camera, and has not been connected to Android), the mipi dsi of the M4 cannot be measured with the oscilloscope.

0 项奖励
回复