OK... First I am going to translate these terms so it makes sense.
spi_MX.img = u-boot.bin
They are the same thing from new ROM to old ROM style!
In some ROM kits is
uboot_MX.img Again this is u-boot.bin name in older ROM style.
I could not figure out why after flashing a new ROM that actually also flashes u-boot, I hard bricked!
Then I looked.... this special spi_MX.img (u-boot) is 2.8 megs! In regular ROM updates the u-boot (uboot_MX.img) is only 337K.
I am pretty sure the large u-boot has a recovery built in! In fact I proved it by using this u-boot and did not put a uImage_recovery on SD. It booted to a "no version" recovery!
So my previous findings about not being able to boot a recovery from SD are false!!!!
You can do that but it has to be built in u-boot!
Now the question is.... How do you make this cool u-boot with recovery built in?
More to follow I am sure!
Bob
Comment