mirror of
https://github.com/balkian/gists.git
synced 2024-11-01 08:01:44 +00:00
b23fb79118
git-subtree-dir: repos/09f0d8b86a6877f58b8e git-subtree-mainline:fade8b48ad
git-subtree-split:d9a8654bf0
2 lines
186 B
Bash
2 lines
186 B
Bash
# Run raspbia in qemu
|
|
qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1" -hda 2015-05-05-raspbian-wheezy.img |