Hello,
I am trying to flash i.MX8M Nano EVK using UUU Tool on Ubuntu 16.04. I have configured boot switches to Serial Download Mode and connected USB cable and Power. I am giving following command:
$ sudo ./uuu -b emmc_all <bootloader file .bin> <rootfs file .sdcard.bz2/*>
And I am getting following error:
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.191-5-gbb8cda8 Success 0 Failure 1 1:2 1/ 1 [HID(W):LIBUSB_ERROR_TIMEOUT ] SDPS: boot -f <bootloader file .bin>
Thank you,
Rohan M
i.MX8M Nano EVK has two type of memory.
One is mounted DDR4 using imx-boot-imx8mnddr4evk-sd.bin-flash_ddr4_evk
Another is mounted LPDDR4 using imx-boot-imx8mnevk-sd.bin-flash_evk
I'm facing the same issue but on Windows
Did you solved it?
The uuu use on Ubuntu is almost same as windows.
Which version of BSP are you using? Are you using the demo images or images you build yourself?
I am using Linux 5.4.3_1.0.0, tried with both demo images and images that I built.
Does it work now?
No, still facing same issue!
Could you give us your steps? I will test it on our board for you.
Sure!
I am using following files to flash:
Bootloader: u-boot-sd-2019.04-r0.bin
Rootfs: core-image-minimal-imx8mnevk.sdcard.bz2
Does it work on you side? Sorry for late reply, I have tested it on my board, it works well.
Use the sudo ./uuu -b emmc_all imx-boot-imx8mnevk-sd.bin-flash_ddr4_evk imx-image-full-imx8mnevk.tar.bz2