Browse Source

platforms: add pinebookpro

classabbyamp 5 months ago
parent
commit
20b42c6218
2 changed files with 5 additions and 1 deletions
  1. 1 1
      mklive.sh
  2. 4 0
      platforms/pinebookpro.sh

+ 1 - 1
mklive.sh

@@ -102,7 +102,7 @@ usage() {
 	                    Set the live.shell kernel argument to change the default shell of anon.
 	                    Set the live.shell kernel argument to change the default shell of anon.
 	 -C "<arg> ..."     Add additional kernel command line arguments
 	 -C "<arg> ..."     Add additional kernel command line arguments
 	 -P "<platform> ..."
 	 -P "<platform> ..."
-	                    Platforms to enable for aarch64 EFI ISO images (available: x13s)
+	                    Platforms to enable for aarch64 EFI ISO images (available: pinebookpro, x13s)
 	 -T <title>         Modify the bootloader title (default: Void Linux)
 	 -T <title>         Modify the bootloader title (default: Void Linux)
 	 -v linux<version>  Install a custom Linux version on ISO image (default: linux metapackage).
 	 -v linux<version>  Install a custom Linux version on ISO image (default: linux metapackage).
 	                    Also accepts linux metapackages (linux-mainline, linux-lts).
 	                    Also accepts linux metapackages (linux-mainline, linux-lts).

+ 4 - 0
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"