imx8qxp M4 does not output mipi dsi signal

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx8qxp M4 does not output mipi dsi signal

Jump to solution
1,090 Views
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 Kudos
Reply
1 Solution
1,035 Views
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

View solution in original post

0 Kudos
Reply
3 Replies
1,059 Views
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 Kudos
Reply
1,036 Views
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 Kudos
Reply
1,050 Views
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 Kudos
Reply