2020-06-11 15:45:08 +08:00

26 lines
702 B
Markdown

# raspberrypi-firmware
#### 介绍
用于打包 Raspberry Pi 的固件文件。固件文件来自于 RaspberryPi 社区的上游仓库,当前主要使用支持 Raspberry Pi 4 运行的支持。文件来自以下仓库:
- https://github.com/RPi-Distro/bluez-firmware.git
- https://github.com/RPi-Distro/firmware-nonfree.git
- https://github.com/RPi-Distro/pi-bluetooth.git
#### 软件架构
AArch64
#### 使用说明
1. 执行 dnf install raspberrypi-firmware 安装。
2. 其中生成树莓派镜像时,应拷贝 /usr/lib/firmware/boot/ 中的文件至启动分区根目录中。
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request