Changes between Version 5 and Version 6 of provisioning
- Timestamp:
- 06/10/2020 03:45:31 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
provisioning
v5 v6 75 75 }}} 76 76 - 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 77 79 78 80 … … 105 107 usb start && usb dev 0 && ext4write usb 0:1 ${loadaddr} /rootfs 0xef00000 106 108 }}} 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. 107 110 108 111 … … 172 175 usb start && usb dev 0 && ext4write usb 0:1 ${loadaddr} /mmc.env 0x40000 173 176 }}} 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 174 179 175 180 To place an extracted env onto a micro-SD: