Skip to content

Instantly share code, notes, and snippets.

@alzeih
alzeih / buildpi.sh
Created September 20, 2016 04:28
A script to automatically create a sdcard with Arch Linux ARM for Raspberry Pi
#!/bin/bash
DEVICE=/dev/mmcblk0
MOUNTPOINT=/mnt
# Raspberry Pi 1
#IMAGE="ArchLinuxARM-rpi-latest.tar.gz"
# Raspberry Pi 2 & 3
IMAGE="ArchLinuxARM-rpi-2-latest.tar.gz"
@alzeih
alzeih / diffconfig
Last active January 8, 2016 07:45
Onion Omega v0.0.5-b251 diffconfig
CONFIG_TARGET_ar71xx=y
CONFIG_TARGET_ar71xx_generic=y
CONFIG_TARGET_ar71xx_generic_OMEGA=y
CONFIG_MJPG_STREAMER_INPUT_UVC=y
CONFIG_MJPG_STREAMER_OUTPUT_HTTP=y
CONFIG_OPENSSL_WITH_EC=y
CONFIG_PACKAGE_Onion-Console=y
CONFIG_PACKAGE_avahi-daemon-service-http=y
CONFIG_PACKAGE_avahi-daemon-service-ssh=y
CONFIG_PACKAGE_avahi-nodbus-daemon=y