Difference between revisions of "NixOS on ARM/PINE64 Pinebook Pro"

From NixOS Wiki
Jump to: navigation, search
m (Re-add accidentally removed templates, rephrase.)
Line 29: Line 29:
 
== Status ==
 
== Status ==
  
Initial support information can be found different WIP repositories:
+
Hardware support is partially complete and can be achieved using the overlay provided by [https://github.com/NixOS/nixos-hardware nixos-hardware]. A [https://github.com/NixOS/nixos-hardware/blob/master/pine64/pinebook-pro/README.md README] with more information can be found into the specific device folder.
 +
 
 +
Also consider:
  
 
* https://github.com/samueldr/wip-pinebook-pro
 
* https://github.com/samueldr/wip-pinebook-pro

Revision as of 23:05, 17 April 2022

PINEBOOK Pro
A Pinebook Pro.
Manufacturer PINE64 (Pine Microsystems Inc.)
Architecture AArch64
Bootloader U-Boot[1]
Boot order SPI, eMMC, SD
Maintainer samueldr

The Pinebook Pro is a laptop design based on the Rockchip RK3399 SoC.

It can boot from SD or from an included and replaceable eMMC module.

Status

Hardware support is partially complete and can be achieved using the overlay provided by nixos-hardware. A README with more information can be found into the specific device folder.

Also consider:

There is more information in the respective READMEs, but the gist of it is that those repositories can be used to build a system image either through cross-compilation or native aarch64-linux build, with the usual caveats.

The repositories also serve as an overlay that can be used in your system configuration thereafter.

Board-specific installation notes

Serial console

Details about the pinout for the headphone jack are available on the PINE64 wiki. It is also available on their store. The serial settings are the usual Rockchip settings.

Compatibility notes

  • The keyboard may not send input when pressing mod4(pine key)+cursor combinations. This issue is resolved using the revised keyboard firmware.

Resources