iMX6 SabreBoard won't boot

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

iMX6 SabreBoard won't boot

1,027 Views
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

 

Labels (1)
0 Kudos
Reply
4 Replies

979 Views
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 Kudos
Reply

1,005 Views
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 Kudos
Reply

965 Views
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 Kudos
Reply

826 Views
Alex_Smart
Contributor II

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