iMX6 SabreBoard won't boot

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

iMX6 SabreBoard won't boot

1,180 次查看
Alex_Smart
Contributor II

I recently purchased sabre board MCIMX6Q-SDB, followed instructions
https://www.nxp.com/document/guide/getting-started-with-i-mx-6quadplus:GS-RD-IMX6QP-SABRE

and there is nothing - no signal on HDMI monitor, nothing on USB serial terminal. Where is  the catch?

https://www.mouser.com/pdfDocs/NXP_MCIMX6QP-SDB_QS.pdf

 

标签 (1)
0 项奖励
回复
4 回复数

1,132 次查看
Alex_Smart
Contributor II

Ok Im getting log output (changed USB port), monitor still black. What stikes me is that documentation is messed up. A lot. Links leading to nowhere, mention of files that can not be found. Im trying to upload a Linux image but "Wait for Known USB Device Appear..." is all I got.

0 项奖励
回复

1,158 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @Alex_Smart!

Thank you for contacting NXP Support!

 

Do you set the SW6 correctly?

Do you flash the sd card?

 

You can try flashing the board using the uuu tool.

 

https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.182

 

The prebuilt images are available in the link below:

 

https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-for...

 

Best regards!

Chavira

0 项奖励
回复

1,118 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @Alex_Smart!

 

In your board you have two usb ports.

 

1) Is for terminal debug only

2) USB OTG

 

the second is used to flash the board

 

If you can see the debug console you have to stop the terminal in U-boot and use the comands below to see the image under HDMI.

 

U-Boot > setenv mmcargs 'setenv bootargs ${bootargs} root=/dev/mmcblk3p2
rootwait rw video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24'

U-Boot > boot

 

Best regards!

Chavira

0 项奖励
回复

979 次查看
Alex_Smart
Contributor II

Thank you! I followed an Android start guide, and everything worked well