raspberrypi-firmware/README.en.md

25 lines
637 B
Markdown
Raw Normal View History

2020-06-10 23:30:43 +08:00
# raspberrypi-firmware
#### Description
2020-06-11 15:45:08 +08:00
Firmware for RaspberryPi. These firmware files is from the repositories in RaspberryPi community.
2020-06-10 23:30:43 +08:00
2020-06-11 15:45:08 +08:00
- https://github.com/RPi-Distro/bluez-firmware.git
- https://github.com/RPi-Distro/firmware-nonfree.git
- https://github.com/RPi-Distro/pi-bluetooth.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
#### Instructions
2020-06-11 15:45:08 +08:00
1. dnf install raspberrypi-firmware
2. When you want to make image for RaspberryPi, you need to copy files in /usr/lib/firmware/boot/ to the root dir in boot partition.
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