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

From Dejvino's Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
 
The build tool is using these repositories:
 
The build tool is using these repositories:
 
* [https://github.com/orangepi-xunlong/OrangePiRK3399_kernel OrangePiRK3399_kernel]
 
* [https://github.com/orangepi-xunlong/OrangePiRK3399_kernel OrangePiRK3399_kernel]
* [https://github.com/orangepi-xunlong/OrangePiRK3399_uboot]
+
* [https://github.com/orangepi-xunlong/OrangePiRK3399_uboot OrangePiRK3399_uboot]
* [https://github.com/orangepi-xunlong/OrangePiRK3399_scripts]
+
* [https://github.com/orangepi-xunlong/OrangePiRK3399_scripts OrangePiRK3399_scripts]
* [https://github.com/orangepi-xunlong/OrangePiRK3399_external]
+
* [https://github.com/orangepi-xunlong/OrangePiRK3399_external OrangePiRK3399_external]
* [https://github.com/orangepi-xunlong/toolchain]
+
* [https://github.com/orangepi-xunlong/toolchain toolchain]
  
 
{{Todo|Work out how to use the vendor's tools}}
 
{{Todo|Work out how to use the vendor's tools}}

Revision as of 21:51, 23 March 2020

BSP Linux used on an Orange Pi 4

(!) Xunlong's provided Linux is an old 4.4 series kernel.

Installing Pre-Built Images

  1. Download compressed *.img files from the vendor's page
  2. Extract the image files
  3. Flash the image to an SD Card

Building Custom Images

The build tool is using these repositories:

TODO: Work out how to use the vendor's tools

External Links