修改构建文档
This commit is contained in:
parent
c97506efcc
commit
dc60fd799b
21
README.md
21
README.md
@ -2,9 +2,7 @@
|
|||||||
<a href="#build-framework">
|
<a href="#build-framework">
|
||||||
<img src=".github/armbian-logo.png" alt="Armbian logo" width="144">
|
<img src=".github/armbian-logo.png" alt="Armbian logo" width="144">
|
||||||
</a><br>
|
</a><br>
|
||||||
<strong>Armbian Linux Build Framework</strong><br><h3>
|
<strong>Armbian Linux Build Framework</strong><br>
|
||||||
$${\color{black}NEXT\space \color{red}gen}$$
|
|
||||||
</h3>
|
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
@ -44,13 +42,7 @@ cd build
|
|||||||
./compile.sh
|
./compile.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### BUILD Allwinner H616 quad core 2GB RAM SoC WiFi (blueberry)
|
|
||||||
### 构建Allwinner H616四核2GB RAM SoC WiFi(蓝莓)
|
|
||||||
```bash
|
|
||||||
apt-get -y install git
|
|
||||||
git clone --depth=1 --branch=main https://git.aixiao.me/aixiao/build.git
|
|
||||||
./compile.sh build BOARD=blueberry BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=yes RELEASE=bookworm
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
<a href="#how-to-build-an-image-or-a-kernel"><img src=".github/README.gif" alt="Armbian logo" width="100%"></a>
|
<a href="#how-to-build-an-image-or-a-kernel"><img src=".github/README.gif" alt="Armbian logo" width="100%"></a>
|
||||||
@ -86,6 +78,15 @@ More information:
|
|||||||
- [Build options](https://docs.armbian.com/Developer-Guide_Build-Options/) — all build options;
|
- [Build options](https://docs.armbian.com/Developer-Guide_Build-Options/) — all build options;
|
||||||
- [User configuration](https://docs.armbian.com/Developer-Guide_User-Configurations/) — how to add packages, patches, and override sources config;
|
- [User configuration](https://docs.armbian.com/Developer-Guide_User-Configurations/) — how to add packages, patches, and override sources config;
|
||||||
|
|
||||||
|
### BUILD Allwinner H616 quad core 2GB RAM SoC WiFi (blueberry)
|
||||||
|
### 构建Allwinner H616四核2GB RAM SoC WiFi(蓝莓)
|
||||||
|
```bash
|
||||||
|
apt-get -y install git
|
||||||
|
git clone --depth=1 --branch=main https://git.aixiao.me/aixiao/build.git
|
||||||
|
cd build
|
||||||
|
./compile.sh build BOARD=blueberry BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=yes RELEASE=bookworm
|
||||||
|
```
|
||||||
|
|
||||||
## Download prebuilt images
|
## Download prebuilt images
|
||||||
|
|
||||||
- quarterly released **supported** builds — <https://www.armbian.com/download>
|
- quarterly released **supported** builds — <https://www.armbian.com/download>
|
||||||
|
Loading…
Reference in New Issue
Block a user