earlycon serial support for imx8mq

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

earlycon serial support for imx8mq

1,165 次查看
amitt
Contributor I

Hello

Wondering if earlycon support has well tested on imx8mq based SoC ?

We are working on, boundry device provided Nitrogen8m board based on imx8mq SoC.

Nitrogen8M - An NXP i.MX8 M Single Board Computer Platform .

While testing earlycon serial support we just see garbage on our console, This is how our chosen node looks like:

      chosen {
                    bootargs = "console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200";
                    stdout-path = &uart1;
        };

We don't have anything set in bootargs from u-boot and following is how we load our kernel

setenv ipaddr 10.105.2.28;setenv serverip 10.105.2.27;tftp 0x40480000 Image;tftp 0x43000000 imx8mq-nitrogen8m.dtb
booti 0x40480000 - 0x43000000

Starting kernel ...

� ����� ������� � ���� � ��� �� ��� � ����� � � � �� �� ���� ����� ������� �� ��� � �� � � � ������ � �������� � ���� �� �� � �� �� �� � � � � � � � ���� � ��������� �� �

All, we see is random chars on console.

标记 (1)
0 项奖励
1 回复

903 次查看
b36401
NXP Employee
NXP Employee

There should be nothing special to earlycon.
Please make sure that you are set the same serial port options in bootargs and terminal running on the PC.

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励