修改文档
This commit is contained in:
parent
dce0e24951
commit
50a44ed034
26
README.md
26
README.md
@ -1,8 +1,8 @@
|
|||||||
# Blueberry
|
# Blueberry
|
||||||
|
|
||||||
蓝莓派,基于 [Yuzuki Chameleon](https://github.com/YuzukiHD/YuzukiChameleon) 二次开发。
|
蓝莓派,基于 [Yuzuki Chameleon](https://github.com/YuzukiHD/YuzukiChameleon) 二次开发。
|
||||||
修改SHC原理图WiFi模块替换为RTL8189ES
|
修改SHC原理图WiFi模块,替换为RTL8189ES。
|
||||||
修改PCB适用RTL8189ES
|
修改PCB适用RTL8189ES。
|
||||||
|
|
||||||
|
|
||||||
## 特点:
|
## 特点:
|
||||||
@ -30,3 +30,23 @@ OTT 和 IPTV 市场。 集成四核64位CortexTM-A53处理器,以及全新G31
|
|||||||
|
|
||||||
![brief](IMAGE/brief.png)
|
![brief](IMAGE/brief.png)
|
||||||
|
|
||||||
|
## 构建系统
|
||||||
|
|
||||||
|
使用[ArmDebian](https://git.aixiao.me/aixiao/build.git)构建系统,是官方也非官方(二次修改)。
|
||||||
|
如果自己构建请选择 Debian GNU/Linux 12 (bookworm) 系统并且安装 Docker version 24.0.7 磁盘不少于 60G。
|
||||||
|
Linux Kernel: https://github.com/niuyuling/linux
|
||||||
|
U-BOOT: https://github.com/niuyuling/u-boot
|
||||||
|
```
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
预构建系统 https://blueberry.aixiao.me/images/
|
||||||
|
|
||||||
|
## 问题
|
||||||
|
|
||||||
|
Emmc 目前没有正常工作
|
||||||
|
GPIO 目前没有正常适配
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user