修改文档
This commit is contained in:
15
README.md
15
README.md
@@ -46,9 +46,18 @@ Gerber:
|
||||
|
||||
Linux Kernel: https://github.com/niuyuling/linux
|
||||
U-BOOT: https://github.com/niuyuling/u-boot
|
||||
使用[ArmDebian](https://git.aixiao.me/aixiao/build.git)构建系统,是官方也非官方(二次修改)。
|
||||
如果自己构建请选择 Debian GNU/Linux 12 (bookworm) 系统并且安装 Docker version 24.0.7 磁盘不少于 60G,内存不少于 2G。
|
||||
|
||||
如果自己构建请选择 Debian GNU/Linux 12 (bookworm) 系统并且安装 Docker version 24.0.7 磁盘不少于 60G,内存不少于 2G。
|
||||
如果选择 ArmDebian 官方 [build](https://github.com/armbian/build) 构建系统,请下载补丁文件 [blueberry.patch](SF/ArmDebian/blueberry.patch)
|
||||
```
|
||||
apt-get -y install git
|
||||
git clone --depth=1 --branch=main https://github.com/armbian/build
|
||||
cd build
|
||||
git apply ../blueberry.patch # 打补丁
|
||||
./compile.sh build BOARD=blueberry BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=yes RELEASE=bookworm
|
||||
```
|
||||
|
||||
如果使用 [build](https://git.aixiao.me/aixiao/build.git) 构建系统,是官方也非官方(二次修改)。
|
||||
```
|
||||
apt-get -y install git
|
||||
git clone --depth=1 --branch=main https://git.aixiao.me/aixiao/build.git
|
||||
@@ -56,7 +65,7 @@ cd build
|
||||
./compile.sh build BOARD=blueberry BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=yes RELEASE=bookworm
|
||||
```
|
||||
|
||||
预构建系统下载 https://blueberry.aixiao.me/images/
|
||||
预构建系统下载 https://blueberry.aixiao.me/images/
|
||||
|
||||
## 问题
|
||||
|
||||
|
||||
Reference in New Issue
Block a user