File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
src/installation/guides/arm-devices Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 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+ The live ISO provided by Void is generic and does not have U-Boot integrated.
11+ You need to provide your own firmware installed on the internal SPI flash, eMMC,
12+ or an SD card, such as
13+ [ Tow-Boot] ( https://tow-boot.org/devices/pine64-pinebookPro.html ) or
14+ [ rk2aw] ( https://xnux.eu/rk2aw/ ) .
15+
16+ Boot an aarch64 Void Linux live ISO using one of the "Void Linux for Pinebook
17+ Pro" menu entries in GRUB.
18+
19+ To install, follow the [ chroot install guide] ( ../chroot.md ) , using the "XBPS
20+ method", observing the following modifications:
21+
22+ For the base installation, install both ` base-system ` and ` pinebookpro-base ` .
23+ This package provides important configurations and installs the necessary
24+ dependencies.
25+
26+ Before running ` grub-install ` , append the following to ` /etc/default/grub ` :
27+
28+ ```
29+ GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT console=ttyS2,115200 video=eDP-1:1920x1080x60"
30+ GRUB_DEFAULT_DTB="rockchip/rk3399-pinebook-pro.dtb"
31+ ```
32+
33+ > Note: if using another bootloader, ensure the kernel cmdline arguments
34+ > ` console=ttyS2,115200 video=eDP-1:1920x1080x60 ` are used.
You can’t perform that action at this time.
0 commit comments