Difference between revisions of "BSP Linux on Orange Pi 4"
Jump to navigation
Jump to search
| Line 19: | Line 19: | ||
* [https://github.com/orangepi-xunlong/toolchain toolchain] | * [https://github.com/orangepi-xunlong/toolchain toolchain] | ||
| + | === Kernel === | ||
{{Todo|Work out how to use the vendor's tools}} | {{Todo|Work out how to use the vendor's tools}} | ||
| + | |||
| + | * Compilation scripts: [https://github.com/orangepi-xunlong/OrangePiRK3399_scripts/blob/master/kernel_compile.sh] | ||
== External Links == | == External Links == | ||
Revision as of 23:00, 27 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
(!) Pre-Built kernel doesn't have support for CIFS (Samba file sharing)
- Download compressed *.img files from the vendor's page
- Extract the image files
- Flash the image to an SD Card
Building Custom Images
The build tool is using these repositories:
Kernel
TODO: Work out how to use the vendor's tools
- Compilation scripts: [1]
External Links
- Official sources
- Downloads page: [2]
- Wiki: [3]
- GIT repository: github.com/orangepi-xulong
- Build Tools repository: [4]