Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokrazy/firmware
bootloader files for the Raspberry Pi 3, Pi 4, Pi 5 and Pi Zero 2 W
https://github.com/gokrazy/firmware
firmware gokrazy golang
Last synced: 2 months ago
JSON representation
bootloader files for the Raspberry Pi 3, Pi 4, Pi 5 and Pi Zero 2 W
- Host: GitHub
- URL: https://github.com/gokrazy/firmware
- Owner: gokrazy
- License: other
- Created: 2017-02-11T15:37:06.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T03:38:41.000Z (4 months ago)
- Last Synced: 2024-09-14T16:18:06.151Z (4 months ago)
- Topics: firmware, gokrazy, golang
- Language: Go
- Homepage: https://gokrazy.org
- Size: 789 MB
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gokrazy firmware repository
This repository holds bootloader firmware files for the Raspberry Pi 3, Pi 4,
Pi 5 and Pi Zero 2 W used by the [gokrazy](https://gokrazy.org/) project.The files in this repository are picked up automatically by the `gok` tool, so
you don’t need to interact with this repository unless you want to update the
firmware to a custom version.## Updating the firmware
First, follow the [gokrazy installation instructions](https://gokrazy.org/quickstart/).
Clone the firmware git repository:
```
git clone https://github.com/gokrazy/firmware
cd firmware
```Install the firmware-related gokrazy tools:
```
go install ./cmd/...
```And download the new firmware:
```
gokr-update-firmware
```The new firmware files are stored in the working directory. Use `gok add .` to
ensure the next `gok` build will pick up your changed files.