Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 60
and
Version 61
of
buildroot
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/24/2024 04:58:57 PM (
4 months
ago)
Author:
Tim Harvey
Comment:
updated venice fw_env.config
Legend:
Unmodified
Added
Removed
Modified
buildroot
v60
v61
1043
1043
cat << EOF > overlay/etc/fw_env.config
1044
1044
# Device offset Env. size
1045
/dev/mmcblk2
0xf
f0000 0x8000
1046
/dev/mmcblk2
0xf
f8000 0x8000
1045
/dev/mmcblk2
boot0 0x3
f0000 0x8000
1046
/dev/mmcblk2
boot0 0x3
f8000 0x8000
1047
1047
EOF
1048
1048
}}}