hi,
I m trying to flash the SD card of an imx28evk using the UUU tool. I built this image with yocto kirkstone and got verified its working as the board booted up with it when I flashed the SD card with balenaectcher tool.
But as I m planning to move to flash a nand on a custom board I m trying to test uuu tool by flashing the sd card on slot 0.
when I try to use uuu tool in the format,
uuu -b sd_all uboot.sb image.rootfs.wic
uuu sends uboot to the board and it boots up,
but the uuu doesn't send the rest of the image.
can you point what I have missed in this
Hi,
Normally UUU like it's predecessor MFGTool would flash the image straight into NAND or eMMC etc. You'd put the board into manufacturing mode via a dip switch and program the board directly bypassing the SD card image completly..
Not too sure if UUU can do what you are asking, often card images would use the dd command and flash the sd card straight of a PC then the card inserted into the imx28; UUU normally flashes the image straight into memory.
Hope this helps.
Hello,
What edwardtyrrell has kindly said is correct, just want to complement a bit so it is clear what it is missing, please note that UUU uses uboot and fastboot to flash the memory.
So your boot_image.sb needs support android fastboot protocol, which communicate with UUU.
From the logs you have shared it seems that it did not enter fastboot, so this may be the cause that it does not continue and just get stuck.
Best regards,
Aldo.