You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changes made by the upstream maintainers broke autoupdate.
In it's current form it doesn't work with any files, corrupts the overlay partition, and slows down the boot process if no sd card is present.
complete refactor of cmd_sdupdate
possibly combine with cmd_sdstart
The text was updated successfully, but these errors were encountered:
our u-boot version's FAT command doesn't support rename or delete, so lets check before flashing for autoupdate-full.flag before flashing, if its not present, proceed. after flashing, create the flag file. erase in OS from init.d script after confirming successful flash.
We should read all files on SD card, index them, check the index for the autoupdate and kernel files, instead of checking for each file, one at a time, in each function.
changes made by the upstream maintainers broke autoupdate.
In it's current form it doesn't work with any files, corrupts the overlay partition, and slows down the boot process if no sd card is present.
The text was updated successfully, but these errors were encountered: