Difference between revisions of "Pinebook Pro"

Jump to navigation Jump to search
m (→‎Linux kernel options: Add the missing words, "if" and "by")
(Added software tuning guide, as a better place for the linux kernel and application modifications desired for Pinebook Pros and its RK3399 SoC)
Line 298: Line 298:
== FAQ ==
== FAQ ==
What cool software works out of the box? [[Pinebook Pro OTB Experience]]
What cool software works out of the box? [[Pinebook Pro OTB Experience]]
= Software tunining guide =
Details on how to get the most out of a Pinebook Pro & it's RK3399 SoC.
=== 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>


= Troubleshooting guide =
= Troubleshooting guide =