range Pi User Manual Copyright reserved by Shenzhen Xunlong Software Co., Ltd
290
starts). If the heat dissipation is not done well, it is prone to the error of file system
runaway.
4.1.1. Compile with the Ubuntu22.04 system of the development
board
1) The Linux SDK, namely orangepi-build, supports running on the Ubuntu 22.04 of
the development board (other systems have not been tested), so before downloading
orangepi-build, please first ensure that the Ubuntu version installed on the development
board is Ubuntu 22.04. The command to check the Ubuntu version installed on the
development board is as follows. If the Release field does not display 22.04, it means that
the current Ubuntu version does not meet the requirements. Please replace the system
before performing the following operations.
orangepi@orangepi:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
2) Since the source codes such as the kernel and U-boot are stored on GitHub, it is
very important to ensure that the development board can download codes from
GitHub normally when compiling the image.
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.1.2. Compile with x64 Ubuntu22.04 computer
1) The Linux SDK, orangepi-build, supports running on computers with Ubuntu 22.04
installed, so before downloading orangepi-build, please make sure that the Ubuntu
version installed on your computer is Ubuntu 22.04. The command to check the Ubuntu
version installed on the computer is as follows. If the Release field does not display 22.04,
it means that the current Ubuntu version does not meet the requirements. Please replace
the system before performing the following operations.
test@test:~$ lsb_release -a