Changes between Version 4 and Version 5 of venice/boot
- Timestamp:
- 10/29/2021 08:35:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/boot
v4 v5 189 189 A detailed description of u-boot-tools usage can be found [wiki:/ventana/bootloader#U-Bootenvtoolsfw_printenvfw_setenv here]. 190 190 191 In order to configure u-boot-tools to work correctly for Ven tanayou will need a fw_env.config file the appropriate values.191 In order to configure u-boot-tools to work correctly for Venice you will need a fw_env.config file the appropriate values. 192 192 193 193 To create this file: … … 195 195 cat << EOF > /etc/fw_env.config 196 196 # Device offset Env. size 197 /dev/mmcblk 00xff0000 0x8000198 /dev/mmcblk 00xff8000 0x8000197 /dev/mmcblk2 0xff0000 0x8000 198 /dev/mmcblk2 0xff8000 0x8000 199 199 EOF 200 200 }}}