32 lines
716 B
Markdown
Raw Normal View History

2020-06-10 23:30:43 +08:00
# raspberrypi-firmware
#### 介绍
2020-07-02 22:13:11 +08:00
用于打包 Raspberry Pi 的固件文件。固件文件来自于 Raspberry Pi 社区的上游仓库:
2020-06-10 23:30:43 +08:00
2020-07-02 22:13:11 +08:00
- https://github.com/raspberrypi/firmware
2020-06-11 15:45:08 +08:00
- https://github.com/RPi-Distro/bluez-firmware.git
- https://github.com/RPi-Distro/firmware-nonfree.git
2020-06-10 23:30:43 +08:00
2020-06-11 15:45:08 +08:00
#### 软件架构
2020-06-10 23:30:43 +08:00
2020-06-11 15:45:08 +08:00
AArch64
2020-06-10 23:30:43 +08:00
2020-07-02 22:13:11 +08:00
#### 安装教程
`dnf install raspberrypi-firmware`
2020-06-10 23:30:43 +08:00
#### 使用说明
2020-07-02 22:13:11 +08:00
安装 raspberrypi-firmware 后,
1. firmware 仓库下的固件等文件覆盖到树莓派 `/boot` 目录下。
2. bluez-firmware 和 firmware-nonfree 仓库下的固件等文件覆盖到 `/usr/lib/firmware` 下。
2020-06-10 23:30:43 +08:00
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request