Skip to content

Instantly share code, notes, and snippets.

View fgimenez's full-sized avatar
🦀

Federico Gimenez fgimenez

🦀
View GitHub Profile
@fgimenez
fgimenez / cnxsoft.md
Created March 21, 2017 09:17 — forked from stefanozanella/cnxsoft.md
Emulate a Raspberry Pi with Qemu+ KVM

Booting with CNXSoft image

Reference: http://www.cnx-software.com/2012/07/31/84-mb-minimal-raspbian-armhf-image-for-raspberry-pi/

curl -O https://dl.dropbox.com/u/45842273/2012-07-15-wheezy-raspian-minimal.img.7z

yum install p7zip
7za e 2012-07-15-wheezy-raspian-minimal.img.7z

qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1" -hda 2012-07-15-wheezy-raspian-minimal.img -net nic -net user -vnc :0 -net tap,ifname=vnet0,script=no,downscript=no
@fgimenez
fgimenez / snappy-dragonboard-tests.md
Last active November 2, 2016 10:34 — forked from come-maiz/snappy-dragonboard-tests.md
Snappy images testing

Create the model:

$ cat dragonboard-model.json
{
    "type": "model",
    "authority-id": "$account_id",
    "brand-id": "$account_id",
    "series": "16",
    "model": "dragonboard",

"architecture": "arm64",

@fgimenez
fgimenez / postmortem.md
Created September 28, 2016 05:31 — forked from mlafeldt/postmortem.md
Example Postmortem from SRE book, pp. 487-491

Shakespeare Sonnet++ Postmortem (incident #465)

Date

2015-10-21

Authors

  • jennifer
  • martym