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

From NixOS Wiki
Jump to: navigation, search
m (Re-add accidentally removed templates, rephrase.)
m (rollback unauthorized mass edits)
Tag: Rollback
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{ARM/breadcrumb}}
+
This page has been moved to the official NixOS Wiki:
<div class="infobox">
 
{|class="table"
 
!colspan="2" class="title"|PINEBOOK Pro
 
|-
 
|colspan="2"|[[File:Pinebook-Pro-glamour.jpg|frameless|256px|A Pinebook Pro.]]
 
|-
 
!Manufacturer
 
|PINE64 (Pine Microsystems Inc.)
 
|-
 
!Architecture
 
|AArch64
 
|-
 
!Bootloader
 
|U-Boot<ref>Mainline patch: https://patchwork.ozlabs.org/patch/1194525/</ref>
 
|-
 
!Boot order
 
|SPI, eMMC, SD
 
|-
 
!Maintainer
 
|[[User:samueldr|samueldr]]
 
|}
 
</div>
 
  
The Pinebook Pro is a laptop design based on the Rockchip RK3399 SoC.
+
    ⇒ '''[https://wiki.nixos.org/wiki/NixOS_on_ARM/PINE64_Pinebook_Pro NixOS on ARM/PINE64 Pinebook Pro]'''
  
It can boot from SD or from an included and replaceable eMMC module.
+
''— samueldr, Lead of NixOS on ARM.''
 
 
== Status ==
 
 
 
Initial support information can be found different WIP repositories:
 
 
 
* https://github.com/samueldr/wip-pinebook-pro
 
* https://github.com/Thra11/nixpkgs-overlays-rk3399
 
 
 
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 ==
 
 
 
{{expansion}}
 
 
 
== Serial console==
 
 
 
Details about the pinout for the headphone jack are available [https://wiki.pine64.org/index.php/1080P_Pinebook_Main_Page#Pinebook_Schematics_and_Certifications on the PINE64 wiki]. It is [https://store.pine64.org/?product=pinebook-serial-console 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 [https://github.com/jackhumbert/pinebook-pro-keyboard-updater.git revised keyboard firmware].
 
 
 
{{expansion}}
 
 
 
== Resources ==
 
 
 
* [https://www.pine64.org/pinebook-pro/ Official product page]
 
* [https://wiki.pine64.org/index.php?title=Pinebook_Pro Pinebook Pro @ Pine64 Wiki]
 

Latest revision as of 11:00, 6 April 2024

This page has been moved to the official NixOS Wiki:

    ⇒ NixOS on ARM/PINE64 Pinebook Pro

— samueldr, Lead of NixOS on ARM.