Changes between Version 45 and Version 46 of buildroot


Ignore:
Timestamp:
11/30/2021 09:40:07 PM (2 years ago)
Author:
Tim Harvey
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v45 v46  
    900900 * In U-Boot we will install the original rootfs to the first Linux partition offset (LinuxA)
    901901{{{#!bash
    902 tftpboot ${loadaddr} rootfs.ext4.gz && gzwrite mmc 0 ${loadaddr} ${filesize} 0x100000 0x2000000 # rootfsA is at 0x2000000 (64MiB) and we use a 1MiB buffer
     902tftpboot ${loadaddr} rootfs.ext4.gz && gzwrite mmc 0 ${loadaddr} ${filesize} 0x100000 0x2000000 # rootfsA is at 0x2000000 (32MiB) and we use a 1MiB buffer
    903903}}}
    904904 * In U-Boot we will alter the env to use the '''mmcbootpart''' env variable that our update.sh manipulates after a successful update: