silitics / rugpi

An open-source platform empowering you to build innovative devices around customized Linux distributions.
https://rugpi.io
Apache License 2.0
35 stars 1 forks source link

feat: add support for pi5 firmware #3

Closed reubenmiller closed 10 months ago

reubenmiller commented 10 months ago

Add support for loading pi5 firmware via the include_firmware option.

Included the firmware by adding the following to your rugpi-bakery.toml file:

include_firmware = "pi5"
koehlma commented 10 months ago

Looks good. Thanks!