Difference between revisions of "User:Oogwaymaki/Kernel Installation"
Jump to navigation
Jump to search
Oogwaymaki (talk | contribs) |
Oogwaymaki (talk | contribs) |
||
Line 14: | Line 14: | ||
<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 # dd if=mobian-pinephone-20200629.img of=/dev/sda