Skip to content

Instantly share code, notes, and snippets.

View dezryth's full-sized avatar

Scott Christian dezryth

View GitHub Profile
@dezryth
dezryth / keybase.md
Last active February 17, 2021 00:29

Keybase proof

I hereby claim:

  • I am dezryth on github.
  • I am dezryth (https://keybase.io/dezryth) on keybase.
  • I have a public key ASDdwTMClEL-ZCf-Z6XPCTeVm5g56spiz7C7NIWzgDPq2go

To claim this, I am signing this object:

@dezryth
dezryth / qemu_osx_rpi_raspbian_jessie.sh
Created September 30, 2018 04:51 — forked from Geek-MD/qemu_osx_rpi_raspbian_jessie.sh
How to emulate a Raspberry Pi (Raspbian Jessie) on Mac OSX (Sierra)
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install QEMU OSX port with ARM support
brew install qemu
export QEMU=$(which qemu-system-arm)
# Dowload kernel and export location
brew install wget
wget https://github.com/dhruvvyas90/qemu-rpi-kernel/raw/master/kernel-qemu-4.4.34-jessie