Skip to content

Commit

Permalink
Perfect dtb file copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Mar 11, 2022
1 parent 1f279f2 commit 1853fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ refactor_files() {
(cd ${tag_bootfs} && cp -f uInitrd-* uInitrd && cp -f vmlinuz-* zImage && sync)

# 02 For dtb files
cp -rf ${dtb_path}/* ${tag_bootfs}/dtb/amlogic && sync
cp -f ${dtb_path}/*.dtb ${tag_bootfs}/dtb/amlogic && sync
tar -xzf ${build_dtb} -C ${tag_bootfs}/dtb/amlogic && sync

# 03 For usr/lib/modules/*
Expand Down

0 comments on commit 1853fc2

Please sign in to comment.