Issue uboot for Imx8

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

Issue uboot for Imx8

2,078件の閲覧回数
maidaothanh
Contributor I

maidaothanh_0-1668430876083.png

 

Hi all,

When i use the uuu to load the uboot image by usb 2.0.

I got the issue as below logfile

U-Boot 2020.04-5.4.70-2.3.0+ga063e9ef (Feb 14 2022 - 10:46:55 +0000), Build: jenkins-iot-shiner-gadget-20-71

CPU: i.MX8MP[8] rev1.1 1600 MHz (running at 1200 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 31C
Reset cause: POR
Model: NXP i.MX8MPlus LPDDR4 EVK board
DRAM: 2 GiB
tcpc_init: Can't find device id=0x1d
setup_typec: tcpc port2 init failed, err=-19
tcpc_init: Can't find device id=0x3d
setup_typec: tcpc port1 init failed, err=-19
MMC: FSL_SDHC: 1, FSL_SDHC: 2
[*]-Video Link 0probe video device failed, ret -2

[0] lcd-controller@32e80000, video
[1] mipi_dsi@32e60000, video_bridge
[2] adv7535@3d, panel
probe video device failed, ret -2
In: serial
Out: serial
Err: serial

 

Please help me to give the solution

The board have only usb.

No ethernet, no SD card

 

0 件の賞賛
返信
3 返答(返信)

2,066件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

This error is seen because the type-C IC, is either not found or have an incorrect slave address in your custom board.
On the USB side, how different is your design from our EVK?

Best regards,
Aldo.

0 件の賞賛
返信

2,061件の閲覧回数
maidaothanh
Contributor I

Hi @AldoG, We only used the USB 2.0. We connected 2 wire usb 2.0

maidaothanh_0-1668477672471.png

 

0 件の賞賛
返信

2,050件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hi,

 

Please disable Type-C (TCPC) config in your uboot defconfig, for example I our defconfig this enabled by dafult:

https://source.codeaurora.org/external/imx/uboot-imx/tree/configs/imx8mp_evk_defconfig?h=lf_v2020.04...

 

Change it to:

CONFIG_USB_TCPC=n

 

Best regards,
Aldo.

0 件の賞賛
返信