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
.
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
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.
Hi
i launch : sudo uuu -lsusb
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