How to virtualise a Raspberry PI using qemu in linux and or unRAID
#############################
Video Source: www.youtube.com/watch?v=-vX90aEWurg
This tuturial is about how to run a raspberry pi as a vm. It uses qemu to virtualise the hardware running on a linux host. For unRAID users we run a linux VM then emulate the PI on top of that. • Please, if you can, support the channel and donate https://goo.gl/dw6MLW • The first file to download is the raspbian wheezy image available here • http://downloads.raspberrypi.org/rasp... • Next you need the kernel and script files available here • https://www.dropbox.com/s/c0h9vdjhp8v... • First file in raspbian to edit use command • nano /etc/ld.so.preload • create file with • nano /etc/udev/rules.d/90-qemu.rules • add the following • KERNEL== sda , SYMLINK+= mmcblk0 • KERNEL== sda? , SYMLINK+= mmcblk0p%n • KERNEL== sda2 , SYMLINK+= root • • Have fun! • Thanks to: • The limetech team for unRAID • Video music credit: • Mandeville by Kevin MacLeod is licensed under a Creative Commons Attribution licence (https://creativecommons.org/licenses/...) • Source: http://incompetech.com/music/royalty-... • Artist: http://incompetech.com/
#############################