Skip to content

Commit

Permalink
scripts: push_image: copy dtbo files
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed May 17, 2023
1 parent cae4e55 commit 15260f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/push_image.bash
Expand Up @@ -91,9 +91,9 @@ for t in ${IMG_TYPES[@]}; do
fi
done

DTB_FILES=( ${WS}/*.dtb )
DTB_FILES=( ${WS}/*.dtb{,o} )
if (( ${#DTB_FILES[@]} )); then
$RS ${WS}/*.dtb $SSHSTR:/mnt/boot/
$RS ${DTB_FILES[@]} $SSHSTR:/mnt/boot/
fi
if [ -f ${WS}/skiff-release ]; then
$RS ${WS}/skiff-release $SSHSTR:/mnt/boot/skiff-release
Expand Down

0 comments on commit 15260f8

Please sign in to comment.