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

From PINE64
Jump to navigation Jump to search
Line 15: Line 15:
<pre>
<pre>
# tar -zxvf pp2.tar.gz  
# tar -zxvf pp2.tar.gz  
# dd if=mobian-pinephone-20200629.img of=/dev/sda
</pre>
</pre>

Revision as of 21:57, 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