增加Html

This commit is contained in:
2025-03-05 15:31:27 +08:00
parent b2fdc882ea
commit 1b2d74008e
3 changed files with 301 additions and 16 deletions

View File

@@ -4,8 +4,7 @@
修改SCH原理图WiFi模块替换为RTL8189ES。
修改PCB适用与RTL8189ES。
## 特点:
## 特点
基于全志 H616 芯片4*Cortex A53
HDMI支持4K@60,支持最大 6K 视频解码
@@ -34,7 +33,7 @@ OTT 和 IPTV 市场。 集成四核64位CortexTM-A53处理器以及全新G31
原理图:
[SCH_blueberry_2023-11-09.pdf](https://git.aixiao.me/aixiao/Blueberry/src/commit/6e2e6ad930020a941458a49bde2141b6c9ce65ea/HW/blueberry/SCH_blueberry_2023-11-09.pdf)
[嘉立创EDA项目:](https://lceda.cn/)
[嘉立创EDA项目:](https://lceda.cn/)
[ProProject_blueberry_2023-11-09.epro](https://git.aixiao.me/aixiao/Blueberry/src/commit/6e2e6ad930020a941458a49bde2141b6c9ce65ea/HW/blueberry/ProProject_blueberry_2023-11-09.epro)
BOM:
[BOM.xlsx](https://git.aixiao.me/aixiao/Blueberry/src/commit/6e2e6ad930020a941458a49bde2141b6c9ce65ea/HW/blueberry/BOM.xlsx)
@@ -57,7 +56,8 @@ U-BOOT: https://github.com/niuyuling/u-boot
如果自己构建请选择 [Debian GNU/Linux 12 (bookworm)](https://www.debian.org/) 系统并且安装 Docker version 24.0.7 磁盘不少于 60G内存不少于 2G。[Docker 安装方法](https://docs.docker.com/engine/install/debian/)
如果选择 ArmDebian 官方 [build](https://github.com/armbian/build) 构建系统,请下载补丁文件 [blueberry.patch](https://git.aixiao.me/aixiao/Blueberry/raw/branch/master/SF/ArmDebian/blueberry.patch)
```
```bash
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
@@ -66,8 +66,10 @@ 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) 构建系统,是官方也非官方(二次修改)。
```
如果使用 [build](https://git.aixiao.me/aixiao/build.git) 构建系统,是官方也非官方(二次修改)。
```bash
apt-get -y install git
git clone --depth=1 --branch=main https://git.aixiao.me/aixiao/build.git
cd build
@@ -76,7 +78,6 @@ cd build
预构建系统下载 https://blueberry.aixiao.me/images/
## EMMc 刷入系统
[Windows 安装驱动](https://linux-sunxi.org/FEL/USBBoot#Using_sunxi-fel_on_Windows)
@@ -84,7 +85,7 @@ cd build
安装zadig后打开选择"Device"→"Create New Device"
![brief](IMAGE/create_new_device.png)
按图中填写信息
按图中信息填写
![brief](IMAGE/fel_driver.png)
然后点击"Install Driver"
@@ -92,14 +93,13 @@ cd build
再次选择"Device"→"Create New Device"
![brief](IMAGE/create_new_device_dfu.png)
按图中填写信息
按图中信息填写
![brief](IMAGE/dfu_driver.png)
然后点击"Install Driver"
编译可以在 Windows下识别Emmc设备为U盘的 u-boot
```
```bash
# ARM TRUSTED FIRMWARE (ARM64)
git clone https://github.com/ARM-software/arm-trusted-firmware.git
cd arm-trusted-firmware
@@ -118,11 +118,12 @@ make CROSS_COMPILE=aarch64-linux-gnu- BL31=../arm-trusted-firmware/build/sun50i_
Windows刷机工具[SUNXI-FEL](https://github.com/eperie/build-scripts/releases/download/v1.3/sunxi-tools-mingw64-530adfa.zip)
按住FEL键链接USB后执行刷入U-BOOT
![brief](IMAGE/fel_ver.png)
```
```bash
.\sunxi-fel.exe -v ver
```
```
```bash
.\sunxi-fel.exe uboot .\u-boot-sunxi-with-spl.bin
```
@@ -130,7 +131,6 @@ Windows刷机工具[SUNXI-FEL](https://github.com/eperie/build-scripts/releases/
这时下载系统镜像刷入TF那样刷入Emmc设备
Windows 刷机工具 [win32diskimager](https://sourceforge.net/projects/win32diskimager/)
## 问题
目前未发现问题。
@@ -146,4 +146,3 @@ RJ45_PCB
RJ45_3D
![brief](IMAGE/rj45_3d.png)