Skip to content

Commit 9cdee8e

Browse files
committed
Add support for Pinebook
1 parent 9727a33 commit 9cdee8e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
File renamed without changes.

kernel/install_kernel.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ else
8383
dtc -Odtb -o "$DEST/$SUBFOLDER/sun50i-a64-pine64.dtb" "$BLOBS/${basename}noplus.dts"
8484
echo "Compiling device tree from $BLOBS/${basename}so.dts"
8585
dtc -Odtb -o "$DEST/$SUBFOLDER/sun50i-a64-pine64-so.dtb" "$BLOBS/${basename}so.dts"
86+
echo "Compiling device tree from $BLOBS/${basename}pinebook.dts"
87+
dtc -Odtb -o "$DEST/$SUBFOLDER/sun50i-a64-pine64-pinebook.dtb" "$BLOBS/${basename}pinebook.dts"
8688
fi
8789

8890
if [ ! -e "$DEST/uEnv.txt" ]; then

u-boot-postprocess/u-boot-postprocess.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ TRUSTED_FIRMWARE="../arm-trusted-firmware-pine64"
1919
SUNXI_PACK_TOOLS="../sunxi-pack-tools/bin"
2020

2121
if [ "$1" = "-h" -o "$1" = "--help" ]; then
22-
echo "Usage: $0 [<pine64|pinebook>] [<trusted-firmware-build>]"
22+
echo "Usage: $0 [<pine64|pine64pinebook>] [<trusted-firmware-build>]"
2323
exit 1
2424
fi
2525
MODEL="$1"

0 commit comments

Comments
 (0)