From dc60fd799b6a937ff0d4a17c0824179b88679c95 Mon Sep 17 00:00:00 2001 From: aixiao Date: Tue, 19 Sep 2023 11:55:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ae09a14b..0187de7b 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ Armbian logo
- Armbian Linux Build Framework

- $${\color{black}NEXT\space \color{red}gen}$$ -

+ Armbian Linux Build Framework
## Table of contents @@ -44,13 +42,7 @@ cd build ./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 -``` + Armbian logo @@ -86,6 +78,15 @@ More information: - [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; +### 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 - quarterly released **supported** builds —