projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae5441
)
hvk: support DT overlay (dtbo) files
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 7 Feb 2025 20:58:47 +0000
(15:58 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 7 Feb 2025 20:58:52 +0000
(15:58 -0500)
scripts/hvk-compile.sh
patch
|
blob
|
history
diff --git
a/scripts/hvk-compile.sh
b/scripts/hvk-compile.sh
index
036b2fe
..
f16c8dc
100755
(executable)
--- a/
scripts/hvk-compile.sh
+++ b/
scripts/hvk-compile.sh
@@
-126,7
+126,8
@@
function rootfs_install() {
DTB_MAIN="${f}.dtb"
fi
- cp ${DTS_SRC}/${f}.dtb ${deploydir}/${BOOT_DEST}/
+ # Copy dtb and dtbo files:
+ cp ${DTS_SRC}/${f}.dtb* ${deploydir}/${BOOT_DEST}/
done
# Create symbolic link to main DTB: