https://github.com/mfa/rpi-packer-ansible
https://github.com/mfa/rpi-packer-ansible
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfa/rpi-packer-ansible
- Owner: mfa
- Created: 2023-10-16T20:53:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T22:01:04.000Z (8 months ago)
- Last Synced: 2025-10-08T00:10:16.962Z (8 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Raspberry PI image building using Packer, QEMU and Ansible
using https://github.com/michalfita/packer-plugin-cross
## create one raspberry image
currently only arm7 is working; arm64 needs fixing
```
sh run.sh zero4
```
## write to sdcard
(replace /dev/sdX with your device)
```
sudo dd bs=4M if=raspios-arm.img of=/dev/sdX conv=fsync
```