Difference between revisions of "Pinebook Pro"

Jump to navigation Jump to search
(Added software tuning guide, as a better place for the linux kernel and application modifications desired for Pinebook Pros and its RK3399 SoC)
(Removed Linux kernel options from that section, and made a new "Software tuning guide".)
Line 38: Line 38:
* [https://github.com/ayufan-rock64/chromiumos-build/releases ayufan's Chromium OS build repo]
* [https://github.com/ayufan-rock64/chromiumos-build/releases ayufan's Chromium OS build repo]
* [https://github.com/mrfixit2001/debian_desktop/releases mrfixit2001's Linux debian desktop build repo]
* [https://github.com/mrfixit2001/debian_desktop/releases mrfixit2001's Linux debian desktop build repo]
=== Linux kernel options ===
Here are some Linux kernel specific options specific to the Pinebook Pro & its RK3399 SoC. If kernel version, (or version range specific), it should list that information in the description.<br>
To see if a specific one is enabled, you can use something like this;
<div style="margin-left: 2em;">
<pre>$ zcat /proc/config.gz | grep HANTRO
CONFIG_VIDEO_HANTRO=m
CONFIG_VIDEO_HANTRO_ROCKCHIP=y</pre></div>
<u>Linux kernel options:</u>
* To enable hardware video decoding by the VPU, the Linux kernel options should have this;
<div style="margin-left: 2em;">
<pre>CONFIG_VIDEO_HANTRO=m
CONFIG_VIDEO_HANTRO_ROCKCHIP=y</pre></div>


== Keyboard ==
== Keyboard ==