Hello all
This project made my soul sing, having grown up it all these wonderful devices I could not help but trying it out, but I have hit a snag.
Using Debian (7.7), how do I best go about burning the image to my 16Gb SD card, I have downloaded the RetroPieImage_ver2.3.img and tried the following :
Searched the forums for “linux burn howto” “dd command” “unetbootin howto” and more without finding what I’m after.
Tried DD’ing the image to my SD card like this :
dd if=<source> of=<target> bs=<byte size>
source :
/home/martinsson/Downloads/RetroPieImage_ver2.3.img
target :
/dev/sdb1
dd if=/home/martinsson/Downloads/RetroPieImage_ver2.3.img of=/dev/sdb1
And it worked – but the raspberry does not boot up.
I also tried unetbootin (in vine) which also worked, but with the same result, no boot up.
When looking at the SD card in the thunar file manager i see all the right files for a linux distro (have seen alot of them).
I have tried formating the SD card to both EXT2 and EXT3 in Gparted before burning the image using the diffrent methods above, no luck though.
I can’t rule out hardware failure on the RP, or insuficient powersupply (have tried alot of different methods though, TV’s USB, cellphone charger etc.)
Further thoughts are the DD command, i left out the bs=<byte size> part of it, maybe that’s it.
Any suggestions from you linux users out there would be great.
Thanks for a cool project and making it available to us!