Difference between revisions of "User:Oogwaymaki/Kernel Installation"

From PINE64
Jump to navigation Jump to search
Line 5: Line 5:
<pre>
<pre>
# wget https://xff.cz/kernels/5.8/pp2.tar.gz
# wget https://xff.cz/kernels/5.8/pp2.tar.gz
</pre>
Extract the kernel:
Create a separate folder for organization and separation:
Extract the a "tar" "gz" file using tar.
<pre>
# tar -zxvf pp2.tar.gz
</pre>
</pre>

Revision as of 21:44, 29 June 2020

Installing Megi's pre-compiled kernel

First, download the the PinePhone CE (1.2) Kernel:

# wget https://xff.cz/kernels/5.8/pp2.tar.gz


Extract the kernel:

Create a separate folder for organization and separation: Extract the a "tar" "gz" file using tar.


# tar -zxvf pp2.tar.gz