diff --git a/README.md b/README.md index 7ffd8e0..0056822 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Blueberry -蓝莓派,基于 [Yuzuki Chameleon](https://github.com/YuzukiHD/YuzukiChameleon) 二次开发。 -修改SHC原理图WiFi模块替换为RTL8189ES -修改PCB适用RTL8189ES +蓝莓派,基于 [Yuzuki Chameleon](https://github.com/YuzukiHD/YuzukiChameleon) 二次开发。 +修改SHC原理图WiFi模块,替换为RTL8189ES。 +修改PCB适用RTL8189ES。 ## 特点: @@ -30,3 +30,23 @@ OTT 和 IPTV 市场。 集成四核64位CortexTM-A53处理器,以及全新G31 ![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 目前没有正常适配 +