Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 51
and
Version 52
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:
12/24/2021 06:28:26 PM (
3 years
ago)
Author:
Cale Collins
Comment:
fixed bad path
Legend:
Unmodified
Added
Removed
Modified
buildroot
v51
v52
1109
1109
* '''Add device tree files to rootfs and gzip'''
1110
1110
{{{#!bash
1111
mount output/
rootfs.ext2 /mnt
1111
mount output/
images/
rootfs.ext2 /mnt
1112
1112
cp output/build/linux-v5.10.18-venice/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7*.dtb /mnt/bin/
1113
1113
umount /mnt