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

Add mkfs.vfat for u-boot gadgets #211

Merged

Commits on Sep 26, 2023

  1. Add mkfs.vfat for u-boot gadgets

    U-boot needs to save `boot.sel` back to the boot partition. Because
    ext4 is not safe to write on some U-Boot builds due to journal
    corruption, we need to allow the gadget to create the boot partition
    as a vfat. Which means `mkfs.vfat` is required during installation.
    valentindavid committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d2ca2e3 View commit details
    Browse the repository at this point in the history