Skip to content

Instantly share code, notes, and snippets.

View brimstone's full-sized avatar

Matt Robinson brimstone

View GitHub Profile
@brimstone
brimstone / raspi.sh
Last active April 27, 2022 01:17 — forked from superswan/raspi.sh
Script for raspberry pi emulation. Will create a QEMU vm with fresh raspian. https://azeria-labs.com/emulate-raspberry-pi-with-qemu/
#!/bin/bash
set -euo pipefail
RED='\033[0;31m'
GREEN='\033[0;32m'
BLUE='\033[0;34m'
NC='\033[0m'
GIB_IN_BYTES="1073741824"