Changes between Version 45 and Version 46 of buildroot
- Timestamp:
- 11/30/2021 09:40:07 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
buildroot
v45 v46 900 900 * In U-Boot we will install the original rootfs to the first Linux partition offset (LinuxA) 901 901 {{{#!bash 902 tftpboot ${loadaddr} rootfs.ext4.gz && gzwrite mmc 0 ${loadaddr} ${filesize} 0x100000 0x2000000 # rootfsA is at 0x2000000 ( 64MiB) and we use a 1MiB buffer902 tftpboot ${loadaddr} rootfs.ext4.gz && gzwrite mmc 0 ${loadaddr} ${filesize} 0x100000 0x2000000 # rootfsA is at 0x2000000 (32MiB) and we use a 1MiB buffer 903 903 }}} 904 904 * In U-Boot we will alter the env to use the '''mmcbootpart''' env variable that our update.sh manipulates after a successful update: