Hi,
We are using the uuu tool with the script emmc_all to program our custom i.MX8 boards. I'm trying to understand if the programming is verified after writing to the eMMC memory.
I see the script is predominately using the FB (fast-boot) protocol to burn the image.
FB: ucmd setenv fastboot_dev mmc
FB: ucmd setenv mmcdev ${emmc_dev}
FB: ucmd mmc dev ${emmc_dev}
FB: flash -raw2sparse all _imageI'm not familiar enough with how that protocol works to know if it does both a programming and a verify step or just a programming step.
The reason I ask is we found a board, in our factory production, that failed the FVT test due to what appears as bad eMMC memory. However, this board passed the programming station without fail.
Thanks. -- dave