https://github.com/dragonchaser/pi-bootbuilder
pi-bootbuilder is a small docker based tool that generates the data for the boot partition for raspberry pi 3+4 (aarch64) based on u-boot. This is designed to run on every platform that supports cross-compiling to aarch64 on ubuntu:latest.
https://github.com/dragonchaser/pi-bootbuilder
docker hacktoberfest raspberry-pi rpi4
Last synced: 4 months ago
JSON representation
pi-bootbuilder is a small docker based tool that generates the data for the boot partition for raspberry pi 3+4 (aarch64) based on u-boot. This is designed to run on every platform that supports cross-compiling to aarch64 on ubuntu:latest.
- Host: GitHub
- URL: https://github.com/dragonchaser/pi-bootbuilder
- Owner: dragonchaser
- Archived: true
- Created: 2021-09-29T09:17:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T21:11:52.000Z (almost 4 years ago)
- Last Synced: 2025-03-25T09:15:46.212Z (11 months ago)
- Topics: docker, hacktoberfest, raspberry-pi, rpi4
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pi-bootbuilder
pi-bootbuilder is a small docker based tool that generates the data for the boot
partition for raspberry pi 3+4 (aarch64) based on
[u-boot](https://github.com/u-boot/u-boot).
This is designed to run on every platform that supports cross-compiling to aarch64
on ubuntu:latest.
## Building the docker image
```terminal
$> docker build . -t pi-bootbuilder:latest
```
## Running the build
```terminal
$> docker run -v $(pwd)/output:/data/output pi-bootbuilder:latest
```
The contents of `$(pwd)/output` should then be copied to the boot partition of
the sd-card.