i.mx6ull evk fails to boot with factory provided sdcard.

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

i.mx6ull evk fails to boot with factory provided sdcard.

Jump to solution
1,266 Views
HEgan
Contributor II

I'm assuming the sdcard simply needs a new image.

I can't find where the pre-built evk image is on NXP downloads area.

Can somebody provide a link to the correct image?

 

FWIW here is the uart output.


U-Boot 2016.03-imx_v2016.03_4.1.15_2.0.0_ga+g0ec2a01 (Nov 05 2016 - 01:13:31 -0500)

CPU: Freescale i.MX6ULL rev1.0 at 396MHz
CPU: Commercial temperature grade (0C to 95C) at 34C
Reset cause: POR
Board: MX6ULL 14x14 EVK
I2C: ready
DRAM: 512 MiB

 

0 Kudos
1 Solution
1,229 Views
HEgan
Contributor II

Odd, so it seems that the pre-built images do not work.

I did do a full bitbake build of imx-image-core, and flashed imx-image-core-imx6ull14x14evk-20210827231719.rootfs.wic.bz2 using ballenaEtcher and everything finally booted.

Not really sure what to make of that.

 

View solution in original post

8 Replies
1,258 Views
HEgan
Contributor II

Thanks Aldo:

I'm not seeing pre-compiled images for i.mx6ULL in the link above.   What would the filename be called?

I downloaded this file LF_v5.10_2.0.0_images_IMX6UL7D.zip from this link.  
https://www.nxp.com/webapp/Download?colCode=L5.10.9_1.0.0_MX6UL7D&appType=license

There are 2 wic images
imx-image-full-imx6ul7d.wic and
imx-image-multimedia-imx6ul7d.wic

That doesn't look like what I want is it?

Also for certain the micro SD card is in the socket.

 

 

 

 

 

0 Kudos
1,251 Views
AldoG
NXP TechSupport
NXP TechSupport

Hi,

Yes it is the correct file, please note that the image have support for other processors as well, like the i.MX6UL EVK or the i.MX7D sabresd, you may use any of the 2 you have mentioned for the i.MX6ULL EVK.

BR,
Aldo.

0 Kudos
1,248 Views
HEgan
Contributor II

OK I'm wondering if there is something wrong with my EVK.

Flashed this onto the micro SD card
imx-image-full-imx6ul7d.wic

And I get this endlessly:

U-Boot 2021.04-5.10.35-2.0.0+g3463140881 (Jun 08 2021 - 01:39:44 +0000)

CPU: i.MX6ULL rev1.0 900 MHz (running at 396 MHz)
CPU: Commercial temperature grade (0C to 95C) at 41C
Reset cause: POR
Model: Freescale i.MX6 UltraLite 14x14 EVK Board
Board: MX6UL 14x14 EVK
DRAM: 512 MiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment

[*]-Video Link 0 (480 x 272)
[0] lcdif@21c8000, video
In: serial
Out: serial
Err: serial
data abort
pc : [<9ee9c8ec>] lr : [<9ee9c8e9>]
reloc pc : [<8781c8ec>] lr : [<8781c8e9>]
sp : 9de767e0 ip : 9de80c6c fp : 00000017
r10: 87800a8c r9 : 9de7dec0 r8 : 9eed46b0
r7 : 9de768a0 r6 : 00000000 r5 : 00000000 r4 : 9de80be0
r3 : 9eefae9c r2 : 02140000 r1 : 9eed46b2 r0 : 9de80be0
Flags: nZCv IRQs off FIQs off Mode SVC_32 (T)
Code: f7fc fb0c 6802 4604 (6853) b145
Resetting CPU ...

resetting ...

0 Kudos
1,241 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello,

I believe that you're copying the image to your uSD card using the following command, correct?
sudo dd if=imx-image-full-imx6ul7d.wic of=/dev/sdx bs=1M && sync

Please try with the same uSD card to overwrite the uboot file with the following command:
sudo dd if=u-boot-imx6ull14x14evk_sd.imx of=/dev/sdx bs=1k seek=1 conv=fsync

BR,
Aldo.

1,230 Views
HEgan
Contributor II

Odd, so it seems that the pre-built images do not work.

I did do a full bitbake build of imx-image-core, and flashed imx-image-core-imx6ull14x14evk-20210827231719.rootfs.wic.bz2 using ballenaEtcher and everything finally booted.

Not really sure what to make of that.

 

1,235 Views
HEgan
Contributor II

Darn still same result.  Using those two commands in sequence.

Tried a couple other uSD cards too.

 

0 Kudos
1,250 Views
HEgan
Contributor II

Oh cool thanks.

0 Kudos
1,263 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello,

Please make sure that the MicroSD card is inserted into socket J301 on the CPU board (700-28617)

For downloading pre-compiled images, you'll find them here:

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

Best regards,
Aldo.

0 Kudos