Open networkimprov opened 8 years ago
Actual issue is the installer recreates the partition map that existed before that maps to where the existing ext4 is located which results in that prompt.
@networkimprov Only options here are to add the force flags to mkfs.ext4, or have the whole mmc erased.. I think the former option is the best idea.
Added -F to mkfs.ext4, commit pending.
Also please review and cherry-pick https://github.com/networkimprov/omap3-usb-boot-install/commit/6807ee36dafd0ec8a1997eb641eec09198b38c8e change into makeimg branch.
Does your fix mean the mkfs.ext4 force flag isn't necessary?
@networkimprov No it is still required.
Erase u-boot script needs to erase more of eMMC :-)