Blueberry/README.md

84 lines
2.9 KiB
Markdown
Raw Normal View History

2023-11-09 17:00:55 +08:00
# Blueberry
2023-11-09 17:30:17 +08:00
蓝莓派,基于 [Yuzuki Chameleon](https://github.com/YuzukiHD/YuzukiChameleon) 二次开发。
2023-11-09 17:50:48 +08:00
修改SCH原理图WiFi模块替换为RTL8189ES。
2023-11-13 11:22:33 +08:00
修改PCB适用与RTL8189ES。
2023-11-09 17:00:55 +08:00
## 特点:
2023-11-09 17:31:24 +08:00
基于全志 H616 芯片4*Cortex A53
HDMI支持4K@60支持最大 6K 视频解码
最大 2GB 内存与 128GB eMMC 储存
板载eMMC与TF卡槽
板载 RTL8189ES WIFI芯片
4个USB TypeC3个HOST 一个 OTG支持USB摄像头与采集卡输入
板载风扇槽,散热器固定孔
引出 RJ45 百兆接口
板载 40 Pin GPIO可以扩展 SPI LCD 显示屏千兆以太网麦克风阵列CAN收发器温湿度传感器加速度传感器等等。
AXP313A 电源方案
![brief](IMAGE/blueberry.png)
2023-11-09 17:00:55 +08:00
## Allwinner H616
2023-11-09 17:31:24 +08:00
H616是全志科技为用户提供的新一代高画质64位4K@60fps解码SoC
OTT 和 IPTV 市场。 集成四核64位CortexTM-A53处理器以及全新G31 GPU
支持OpenGL ES 3.2/Vulkan 1.1的ARM引擎。 此外H616支持全格式4K@60fps
10位超高清视频解码全志自主研发的SmartColor3.3TM图像增强引擎,
杜比和 DTS 音频处理。 H616采用新一代功耗技术
比上一代降低20%的功耗。
2023-11-09 17:00:55 +08:00
2023-11-09 17:31:24 +08:00
![brief](IMAGE/brief.png)
2023-11-09 17:00:55 +08:00
2023-11-13 11:37:03 +08:00
## 硬件资料
2023-11-13 11:38:35 +08:00
2023-11-13 11:37:03 +08:00
原理图:
[SCH_blueberry_2023-11-09.pdf](HW/blueberry/SCH_blueberry_2023-11-09.pdf)
嘉立创EDA项目:
[ProProject_blueberry_2023-11-09.epro](https://git.aixiao.me/aixiao/Blueberry/raw/branch/master/HW/blueberry/ProProject_blueberry_2023-11-09.epro)
BOM:
[BOM.xlsx](HW/blueberry/BOM.xlsx)
Gerber:
[Gerber_blueberry_2023-10-19.zip](HW/blueberry/Gerber_blueberry_2023-10-19.zip)
2023-11-09 17:30:17 +08:00
## 构建系统
2023-11-09 17:33:25 +08:00
Linux Kernel: https://github.com/niuyuling/linux
U-BOOT: https://github.com/niuyuling/u-boot
2023-11-28 17:12:16 +08:00
2023-11-09 17:33:25 +08:00
如果自己构建请选择 Debian GNU/Linux 12 (bookworm) 系统并且安装 Docker version 24.0.7 磁盘不少于 60G内存不少于 2G。
2023-11-28 17:12:16 +08:00
如果选择 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
```
2023-11-09 17:33:25 +08:00
2023-11-28 17:12:16 +08:00
如果使用 [build](https://git.aixiao.me/aixiao/build.git) 构建系统,是官方也非官方(二次修改)。
2023-11-09 17:30:17 +08:00
```
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
```
2023-11-28 17:12:16 +08:00
预构建系统下载 https://blueberry.aixiao.me/images/
2023-11-09 17:30:17 +08:00
## 问题
GPIO 目前没有正常适配
2023-11-09 17:45:56 +08:00
## 配件
RJ45口需要自己制作百M速率需要注意等长。
2023-11-09 17:47:31 +08:00
RJ45_SCH
![brief](IMAGE/rj45_sch.png)
2023-11-09 17:45:56 +08:00
RJ45_PCB
![brief](IMAGE/rj45_pcb.png)
RJ45_3D
![brief](IMAGE/rj45_3d.png)