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

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

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

ソリューションへジャンプ
1,347件の閲覧回数
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 件の賞賛
1 解決策
1,310件の閲覧回数
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.

 

元の投稿で解決策を見る

8 返答(返信)
1,339件の閲覧回数
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 件の賞賛
1,332件の閲覧回数
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 件の賞賛
1,329件の閲覧回数
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 件の賞賛
1,322件の閲覧回数
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,311件の閲覧回数
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,316件の閲覧回数
HEgan
Contributor II

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

Tried a couple other uSD cards too.

 

0 件の賞賛
1,331件の閲覧回数
HEgan
Contributor II

Oh cool thanks.

0 件の賞賛
1,344件の閲覧回数
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 件の賞賛