imx8qxp M4 does not output mipi dsi signal

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx8qxp M4 does not output mipi dsi signal

ソリューションへジャンプ
1,645件の閲覧回数
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,590件の閲覧回数
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,614件の閲覧回数
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,591件の閲覧回数
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,605件の閲覧回数
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 件の賞賛
返信