Changes between Version 5 and Version 6 of provisioning


Ignore:
Timestamp:
06/10/2020 03:45:31 PM (4 years ago)
Author:
Tim Harvey
Comment:

added note about ext4write requiring metadata_csum disabled

Legend:

Unmodified
Added
Removed
Modified
  • provisioning

    v5 v6  
    7575}}}
    7676  - Note that you may find it easier to build yourself a custom bootloader with defaults that match your needs rather than deal with extracting and imaging an env flash partition
     77  - Note that your ext4 filesystem must not have checksums enabled (metadata_csum, a feature added to newer e2fsprogs) as U-Boot does not support this in ext4write.
     78
    7779
    7880
     
    105107usb start && usb dev 0 && ext4write usb 0:1 ${loadaddr} /rootfs 0xef00000
    106108}}}
     109  - Note that your ext4 filesystem must not have checksums enabled (metadata_csum, a feature added to newer e2fsprogs) as U-Boot does not support this in ext4write.
    107110
    108111
     
    172175usb start && usb dev 0 && ext4write usb 0:1 ${loadaddr} /mmc.env 0x40000
    173176}}}
     177  - Note that your ext4 filesystem must not have checksums enabled (metadata_csum, a feature added to newer e2fsprogs) as U-Boot does not support this in ext4write.
     178
    174179
    175180To place an extracted env onto a micro-SD: