Changes between Version 4 and Version 5 of venice/boot


Ignore:
Timestamp:
10/29/2021 08:35:47 PM (3 years ago)
Author:
Cale Collins
Comment:

fixed fw_env.config

Legend:

Unmodified
Added
Removed
Modified
  • venice/boot

    v4 v5  
    189189A detailed description of u-boot-tools usage can be found [wiki:/ventana/bootloader#U-Bootenvtoolsfw_printenvfw_setenv here]. 
    190190
    191 In order to configure u-boot-tools to work correctly for Ventana you will need a fw_env.config file the appropriate values. 
     191In order to configure u-boot-tools to work correctly for Venice you will need a fw_env.config file the appropriate values. 
    192192
    193193To create this file:
     
    195195cat << EOF > /etc/fw_env.config
    196196# Device               offset          Env. size
    197 /dev/mmcblk0           0xff0000        0x8000
    198 /dev/mmcblk0           0xff8000        0x8000
     197/dev/mmcblk2           0xff0000        0x8000
     198/dev/mmcblk2           0xff8000        0x8000
    199199EOF
    200200}}}