Skip to content

Commit 2c36677

Browse files
committed
installation/guides/arm-devices: add pinebook-pro page
1 parent 4416c00 commit 2c36677

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Pinebook Pro
2+
3+
The Pinebook Pro is a Rockchip RK3399-based laptop.
4+
5+
See Pine64's [documentation](https://pine64.org/documentation/Pinebook_Pro) for
6+
more information.
7+
8+
## Installation
9+
10+
First, install [tow-boot](https://tow-boot.org/devices/pine64-pinephonePro.html)
11+
to the internal SPI flash to enable UEFI support.
12+
13+
Boot an aarch64 Void Linux live ISO using one of the "Void Linux for Pinebook
14+
Pro" menu entries in GRUB.
15+
16+
To install, follow the [chroot install guide](../chroot.md), using the "XBPS
17+
method", observing the following modifications:
18+
19+
For the base installation, install both `base-system` and `pinebookpro-base`.
20+
This package provides important configurations and installs the necessary
21+
dependencies.
22+
23+
Before running `grub-install`, append the following to `/etc/default/grub`:
24+
25+
```
26+
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT console=ttyS2,115200 video=eDP-1:1920x1080x60"
27+
GRUB_DEFAULT_DTB="rockchip/rk3399-pinebook-pro.dtb"
28+
```
29+
30+
> Note: if using another bootloader, ensure the kernel cmdline arguments
31+
> `console=ttyS2,115200 video=eDP-1:1920x1080x60` are used.

0 commit comments

Comments
 (0)