raspberrypi-firmware/README.en.md

31 lines
749 B
Markdown
Raw Normal View History

2020-06-10 23:30:43 +08:00
# raspberrypi-firmware
#### Description
2020-07-02 22:13:11 +08:00
Firmware for RaspberryPi. These firmwares are from the repositories in RaspberryPi community.
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
#### Software Architecture
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
#### Installation
`dnf install raspberrypi-firmware`
2020-06-10 23:30:43 +08:00
#### Instructions
2020-07-02 22:13:11 +08:00
After installing raspberrypi-firmware,
1. Files from firmware repository will be stored in the directory of `/boot`.
2. Files from bluez-firmware and firmware-nonfree repositories will be stored in the directory of `/usr/lib/firmware`.
2020-06-10 23:30:43 +08:00
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request