Changes between Version 8 and Version 9 of uboot


Ignore:
Timestamp:
11/07/2024 06:43:48 PM (2 weeks ago)
Author:
Tim Harvey
Comment:

updated venice emmc boot device details

Legend:

Unmodified
Added
Removed
Modified
  • uboot

    v8 v9  
    104104
    105105The Ubuntu u-boot-tools package provides {{{fw_printenv}}} and {{{fw_setenv}}} but a config file must exist in {{{/etc/fw_env.config}}} (or specified via the -c parameter) which describe the env location and size:
    106  * Malibu / Venice: (U-Boot env is at the top of 4MB on emmc boot0)
     106 * Venice: (U-Boot env is at the top of 4MB on emmc boot0)
     107{{{#!bash
     108# Device               offset          Env. size
     109/dev/mmcblk2boot0      0x3f0000        0x8000
     110/dev/mmcblk2boot0      0x3f8000        0x8000
     111}}}
     112  - Note that at one point Venice stored its boot firmware on the emmc user hardware partition and its env at the top of 16M on emmc user). If you are using v2023.04 or above its at the device and offset above
     113 * Malibu: (U-Boot env is at the top of 4MB on emmc boot0)
    107114{{{#!bash
    108115# Device               offset          Env. size