Difference between revisions of "Linux kernel on Orange Pi 4"

From Dejvino's Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
 
== Flashing ==
 
== Flashing ==
 
<pre>dd if=boot.img of=sdb seek=32768</pre>
 
<pre>dd if=boot.img of=sdb seek=32768</pre>
 +
 +
== Related ==
 +
* [[BSP Linux on Orange Pi 4]]
  
 
== External Links ==
 
== External Links ==
 +
* Mainline Linux kernel [https://www.kernel.org/]
 +
** Github mirror [https://github.com/torvalds/linux]
 
* Rockchip Kernel [opensource.rock-chips.com/wiki_Rockchip_Kernel]
 
* Rockchip Kernel [opensource.rock-chips.com/wiki_Rockchip_Kernel]
 +
* Xunlong BSP kernel [https://github.com/orangepi-xunlong/OrangePiRK3399_kernel]
 +
** instructions [http://www.orangepi.org/Docs/Building.html]
 +
* [[Armbian]] kernel patches [https://github.com/armbian/build/tree/master/patch/kernel]

Revision as of 22:28, 27 March 2020

Using Linux kernel on an Orange Pi 4.

This page is focused just on building a kernel. For the related required components, see Linux on Orange Pi 4.

Prerequisite: U-Boot on Orange Pi 4

Next steps: RootFS on Orange Pi 4

TODO: THIS!

Compiling

...

Flashing

dd if=boot.img of=sdb seek=32768

Related

External Links

  • Mainline Linux kernel [1]
    • Github mirror [2]
  • Rockchip Kernel [opensource.rock-chips.com/wiki_Rockchip_Kernel]
  • Xunlong BSP kernel [3]
    • instructions [4]
  • Armbian kernel patches [5]