From daf4bdb280bd8f1038a65711bab9b82dc33411cc Mon Sep 17 00:00:00 2001 From: aixiao Date: Sun, 16 Nov 2025 13:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B8=AE=E5=8A=A9=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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e28f3e3..0a57010 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,14 @@ U-BOOT: https://github.com/niuyuling/u-boot 如果选择 ArmDebian 官方 [build](https://github.com/armbian/build) 构建系统,请下载补丁文件 [blueberry.patch](https://git.aixiao.me/aixiao/Blueberry/raw/branch/master/SF/ArmDebian/blueberry.patch) ```bash +cd ~ apt-get -y install git wget -git clone --depth=1 --branch=main https://github.com/armbian/build wget https://git.aixiao.me/aixiao/Blueberry/raw/branch/master/SF/ArmDebian/blueberry.patch + +git clone https://github.com/armbian/build cd build +git checkout 901922671e845808abaebbd33d407339174df9d7 + git apply ../blueberry.patch # 打补丁 ./compile.sh build BOARD=blueberry BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=yes RELEASE=bookworm ```