Difference between revisions of "Linux kernel on Orange Pi 4"
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> | ||
| + | |||
| + | == External Links == | ||
| + | * Rockchip Kernel [opensource.rock-chips.com/wiki_Rockchip_Kernel] | ||
Revision as of 19:42, 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
External Links
- Rockchip Kernel [opensource.rock-chips.com/wiki_Rockchip_Kernel]