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

From Dejvino's Knowledge Base
Jump to navigation Jump to search
Line 23: Line 23:
 
* 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]
 
* Xunlong BSP kernel [https://github.com/orangepi-xunlong/OrangePiRK3399_kernel]
** instructions [http://www.orangepi.org/Docs/Building.html]
+
** instructions for older Orange Pis [http://www.orangepi.org/Docs/Building.html]
 +
** compilation script [https://github.com/orangepi-xunlong/OrangePiRK3399_scripts/blob/master/kernel_compile.sh]
 
* [[Armbian]] kernel patches [https://github.com/armbian/build/tree/master/patch/kernel]
 
* [[Armbian]] kernel patches [https://github.com/armbian/build/tree/master/patch/kernel]

Revision as of 23:02, 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 for older Orange Pis [4]
    • compilation script [5]
  • Armbian kernel patches [6]