imx8qxp mek evaluation board uuu bootloader failed.

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

imx8qxp mek evaluation board uuu bootloader failed.

822 Views
yibhan
Contributor III

Hi guys,

I have a trouble thing about uuu flasing to emmc in imx8qxpmek evaluation board.

I have connected USB C type to imx8qxpmek and tried to flash images included in bootloader image.

my sequence is like below:

sudo uuu/uuu ./uuu.auto

and result is that :

1/1 [HID(W):LIBUSB_ERROR_IO       ] SDPS: boot -f imx-boot-imx8qxpmetk-sd.bin-flash.

I am suspecting wrong bootloader image but, i have tried other bootlaoder imag such as (imx-boot-imx8qxpmek-sd , imx-boot-imx8qxpmek-sd.bin-flash_linux_m4, imx-boot-imx8qxpmek-sd.bin-flash_lregression_inux_m4), but all failed.

Do you have any idea to fix my issue?

Thanks, 

0 Kudos
7 Replies

815 Views
igorpadykov
NXP Employee
NXP Employee
0 Kudos

812 Views
yibhan
Contributor III

Hi guys,

I have a Imx8qxpmek rev C and I am using kernel 4.14.98.2.0.0, but it is always failed.

So, I have changed to imx8qxpmek 4.14.98_2.3.0 images and then download it and it is ok.

I have a question for it. Should I compile it for imx8qxpc0 ? if so, how do i compile it in yocto?

Do i use kernel 4.14.98.2.0.0 images for imx8qxpmek rev C?

 

0 Kudos

808 Views
igorpadykov
NXP Employee
NXP Employee

>I have a Imx8qxpmek rev C and I am using kernel 4.14.98.2.0.0, but it is always failed.

 

kernel 4.14.98.2.0.0 does not support i.MX 8QuadXPlus (C0) MEK as described on below

link column "Supported Platforms"

 

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

 

Best regards
igor

0 Kudos

806 Views
yibhan
Contributor III

Hi guys,

Thank you for answering.

I have additional question. How should I build imx8qxpc0 yocto build in kernel 4.14.98_2.3.0?

 

0 Kudos

799 Views
igorpadykov
NXP Employee
NXP Employee

>How should I build imx8qxpc0 yocto build in kernel 4.14.98_2.3.0?

 

it is the same as for kernel 4.14.98_2.0.0, for rev.C0 one needs to build SCFW with "R="

silicon revision option, described in SCFW Porting Kit​

 

1.jpg

 

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/MX8X-4-19-35-ga-BootLoader-V6-20200217-c...

 

Best regards
igor

0 Kudos

784 Views
yibhan
Contributor III

Hi guys,

I want to know how to build imx8qxpc0mek in yocto.

Do I just change MACHINE=imx8qxpc0mek or other thing is changed?

Could you please confirm below commands?

=================

$ mkdir imx-yocto-bsp
$ cd imx-yocto-bsp
$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m
imx-4.14.98-2.3.0.xml
$ repo sync
$ DISTRO=fsl-imx-xwayland MACHINE=imx8qxpc0mek source fsl-setup-release.sh -b build-xwayland
$ bitbake fsl-image-qt5-validation-imx

====================

0 Kudos

778 Views
igorpadykov
NXP Employee
NXP Employee

yes MACHINE=imx8qxpc0mek is sufficient.

 

Best regards
igor

0 Kudos