From ce8e8df2475cce93c4597f8e621e22e83fae7831 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 20 Dec 2024 10:22:06 -0500 Subject: [PATCH] platforms: add pinebookpro --- mklive.sh | 2 +- platforms/pinebookpro.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 platforms/pinebookpro.sh diff --git a/mklive.sh b/mklive.sh index f00afbf28b..1c66a398f8 100755 --- a/mklive.sh +++ b/mklive.sh @@ -102,7 +102,7 @@ usage() { Set the live.shell kernel argument to change the default shell of anon. -C " ..." Add additional kernel command line arguments -P " ..." - Platforms to enable for aarch64 EFI ISO images (available: x13s) + Platforms to enable for aarch64 EFI ISO images (available: pinebookpro, x13s) -T Modify the bootloader title (default: Void Linux) -v linux<version> Install a custom Linux version on ISO image (default: linux metapackage). Also accepts linux metapackages (linux-mainline, linux-lts). diff --git a/platforms/pinebookpro.sh b/platforms/pinebookpro.sh new file mode 100644 index 0000000000..ddca53e602 --- /dev/null +++ b/platforms/pinebookpro.sh @@ -0,0 +1,4 @@ +PLATFORM_NAME="Pinebook Pro" +PLATFORM_PKGS=(pinebookpro-base) +PLATFORM_CMDLINE="console=ttyS2,115200 video=eDP-1:1920x1080x60" +PLATFORM_DTB="rockchip/rk3399-pinebook-pro.dtb"