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

Update u-boot to upgrade via chunking #525

Open
plauche opened this issue Mar 27, 2020 · 0 comments
Open

Update u-boot to upgrade via chunking #525

plauche opened this issue Mar 27, 2020 · 0 comments
Labels
enhancement New feature or request kubos linux has to do with KubOS Linux (maybe belongs in that repo)

Comments

@plauche
Copy link
Contributor

plauche commented Mar 27, 2020

Currently as part of our u-boot's update process it must load the entire os/rootfs image into ram. This causes issues on systems with less available memory and constrains how large the rootfs can grow to. One of the proposed solutions is to modify the u-boot upgrade process so that it processes the os/rootfs image in chunks, rather than loading it entirely into memory.

  • Verify the image by chunks
  • Write the image by chunks
  • Update docs to reflect new upgrade process
@plauche plauche added enhancement New feature or request kubos linux has to do with KubOS Linux (maybe belongs in that repo) labels Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kubos linux has to do with KubOS Linux (maybe belongs in that repo)
Projects
None yet
Development

No branches or pull requests

1 participant