mfgtools icon indicating copy to clipboard operation
mfgtools copied to clipboard

Unable to flash SB image using NAND with iMXRT1050

Open tonyponyexpress opened this issue 4 years ago • 5 comments

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?

tonyponyexpress avatar Sep 10 '21 01:09 tonyponyexpress

Can you try SDPS: boot -f boot_image.sb. supposed sb file is the same as i.mx28's image

lznuaa avatar Sep 10 '21 02:09 lznuaa

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"

tonyponyexpress avatar Sep 15 '21 19:09 tonyponyexpress

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?

nxpfrankli avatar Sep 15 '21 19:09 nxpfrankli

Yes, it runs. So, there is no support for flashing sb files at all?

tonyponyexpress avatar Sep 15 '21 19:09 tonyponyexpress

I have not worked on iMXRT project. It needs bootloader(boot_image) do some extra work to flash work.

nxpfrankli avatar Sep 15 '21 20:09 nxpfrankli