mfgtools
mfgtools copied to clipboard
Unable to flash SB image using NAND with iMXRT1050
I've tried adding the ROM info and Pid and Vid for the 1050 in order to flash SB images but the script loops on the following command: "Cmd:SDP: boot -f boot_image.sb" Has anyone had any success flashing SB images with the MXRT1050?
Can you try SDPS: boot -f boot_image.sb. supposed sb file is the same as i.mx28's image
Thanks for the response. After changing it to use the SDPS command, the uuu script doesn't progress on to the next step in flashing. The following is how I'm executing uuu: "sudo uuu -b nand boot_image.sb"
write nand is not so easy. boot_image.sb need support android fastboot protocol, which communicate with uuu.
Firstly, does boot_image.sb run at iMXRT1050 with sdps?
Yes, it runs. So, there is no support for flashing sb files at all?
I have not worked on iMXRT project. It needs bootloader(boot_image) do some extra work to flash work.