An open API service indexing awesome lists of open source software.

https://github.com/mfa/rpi-packer-ansible


https://github.com/mfa/rpi-packer-ansible

Last synced: 6 days ago
JSON representation

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
```