EasyManua.ls Logo

ORANGE Pi 3B - Get the Source Code of Linux Sdk; Download Orangepi-Build from Github

ORANGE Pi 3B
366 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
range Pi User Manual Copyright reserved by Shenzhen Xunlong Software Co., Ltd
291
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy
2) If the computer is installed with Windows system and there is no computer with
Ubuntu 22.04 installed, you can consider using VirtualBox or VMware to install an
Ubuntu 22.04 virtual machine in the Windows system. But please be careful not to
compile orangepi-build on the WSL virtual machine, because orangepi-build has not been
tested in the WSL virtual machine, so it cannot be guaranteed that orangepi-build can be
used normally in WSL.
3) The download address of the installation image of Ubuntu 22.04 amd64 version is:
https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/22.04/ubuntu-22.04-desktop-amd64.iso
Or
https://repo.huaweicloud.com/ubuntu-releases/22.04/ubuntu-22.04.1-desktop-amd64.iso
4.2.
Get the source code of Linux sdk
4.2.1. Download orangepi-build from github
1) The Linux sdk actually refers to the code of orangepi-build. orangepi-build is
modified based on the armbian build system. Using orangepi-build, multiple versions of
Linux images can be compiled. First download the code of orangepi-build, the
command is as follows:
test@test:~$ sudo apt-get update
test@test:~$ sudo apt-get install -y git
test@test:~$ git clone https://github.com/orangepi-xunlong/orangepi-build.git -b next
Note that the Orange Pi 3B development board needs to download the source
code of the next branch of orangepi-build. The above git clone command needs to
specify the branch of the orangepi-build source code as next.

Table of Contents