Image problem for imx95

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

Image problem for imx95

245 次查看
OlivierG
Contributor III

Hi

I created an image for imx95 in full mode.

Once I had the image, to flash the image to an SD card, I ran:

sudo dd if=imx-image-full-imx95-95-19x19-verdin.rootfs.wic of=/dev/sda bs=1M $$ sync

The "root" volume is correct.

But the "boot" volume is incorrect.  Instead of being named "boot," it's named "268 MB volume" and it's empty.

Obviously, this SD card won't boot.

What's the problem?

Is there an existing full imx95 verdin image?

Greetings

Olivier

.

0 项奖励
回复
4 回复数

224 次查看
OlivierG
Contributor III

finally the boot volume is present

But the image dos not boot , no log on the debug channel, no screen display

i have a Toradex  IMX95 Verdin EVk 

i build the kernel with

MACHINE=imx95-19x19-verdin

is it right ?

 

Olivier

 

0 项奖励
回复

216 次查看
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @OlivierG 

I hope you are doing very well.

 

Could you please share your part number?

Also, Have you tried flashing the image with UUU tool instead with the direct dd command?

In our BSP we support the Machine imx95-19x19-verdin, so it is correct.

 

Best regards,

Salas.

0 项奖励
回复

186 次查看
OlivierG
Contributor III

Hi

i launch : sudo uuu -lsusb

i get

uuu (Universal Update Utility) for nxp imx chips -- lib1.5.141
 
Connected Known USB Devices
Path Chip Pro Vid Pid BcdVersion
==================================================
1:2 MX95 SDPS: 0x1FC9 0x015D 0x0001
 
i launch
sudo uuu -b sd imx-boot-imx95-19x19-verdin-sd.bin-flash_all
 
i get

uuu (Universal Update Utility) for nxp imx chips -- lib1.5.141

Success 0 Failure 1


1:2 1/ 1 [HID(W):LIBUSB_ERROR_NO_DEVICE ] SDPS: boot -f imx-boot-imx95-19x19-verdin-sd.bin-flash_all

These commands are launch from a Linux ubuntu 24

Where is the problem ?

 

Olivier

 

0 项奖励
回复

115 次查看
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @OlivierG 

 

Please try with:

$ sudo uuu -b sd_all imx-boot-imx95-19x19-verdin-sd.bin-flash_all <your image.wic>

 

Best regards,

Salas.

0 项奖励
回复