Skip to content

Commit 464eb6e

Browse files
committed
mkimage.sh: update pinebookpro u-boot path
1 parent 4c9e3e6 commit 464eb6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mkimage.sh.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ ci20*)
292292
dd if="${ROOTFS}/boot/u-boot.img" of="${LOOPDEV}" obs=1K seek=14 >/dev/null 2>&1
293293
;;
294294
pinebookpro*)
295-
dd if="${ROOTFS}/boot/idbloader.img" of="${LOOPDEV}" seek=64 conv=notrunc,fsync >/dev/null 2>&1
296-
dd if="${ROOTFS}/boot/u-boot.itb" of="${LOOPDEV}" seek=16384 conv=notrunc,fsync >/dev/null 2>&1
295+
dd if="${ROOTFS}/usr/lib/pinebookpro-uboot/idbloader.img" of="${LOOPDEV}" seek=64 conv=notrunc,fsync >/dev/null 2>&1
296+
dd if="${ROOTFS}/usr/lib/pinebookpro-uboot/u-boot.itb" of="${LOOPDEV}" seek=16384 conv=notrunc,fsync >/dev/null 2>&1
297297
run_cmd_chroot "${ROOTFS}" "xbps-reconfigure -f pinebookpro-kernel"
298298
cleanup_chroot
299299
;;

0 commit comments

Comments
 (0)