Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTA improvements #909

Merged
merged 1 commit into from
Jun 15, 2023
Merged

OTA improvements #909

merged 1 commit into from
Jun 15, 2023

Conversation

schmurtzm
Copy link
Member

New:

  • Add check disk step before update (fsck.fat), important to avoid SD card FAT file system corruption.

Fixes:

  • SD card mount point has changed on last firmwares : it fixes the calculation of available space on the SD card.
  • Don't resume OTA app after a forced reboot.

Issues

New:
- Add check disk step, important to avoid SD card FAT file system corruption.

Fixes:
- SD card mount point has changed on last firmware : fix available space on SD card.
- Don't resume OTA app after a forced reboot.

Issues :
- fsck.fat is based on last release for best compatbility. However it uses a lot of memory and could crash on big SD card. This PR is quite old but could improve this behaviour : dosfstools/dosfstools#2
@Aemiii91 Aemiii91 added this pull request to the merge queue Jun 15, 2023
Merged via the queue into main with commit 14e1c48 Jun 15, 2023
@Aemiii91 Aemiii91 deleted the OTA-improvements branch June 15, 2023 11:56
@Aemiii91 Aemiii91 added the bug in onion Something isn't working label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug in onion Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants