Page 1 of 1

How do i install the Raspberry Pi Bitcraze Image?

Posted: Wed Jun 25, 2014 7:49 pm
by CowsHaveClaws
On this site there are 3 files: http://wiki.bitcraze.se/projects:crazyf ... aspberrypi
The SD-card image can be downloaded here:

Bitcraze Raspian image 0.3 (torrent) (direct download)
Bitcraze Raspian image 0.2 (torrent) (direct download)
Bitcraze Raspian image 0.1 (torrent) (direct download)
However, one is an .img the others are .bin

How do i install them onto an SD card? I'm running a macbook pro.

I have erased the SD Card partition and run the command line: sudo dd if=/Users/Matt/Downloads/cfpi-0_1.img of=/dev/disk1s1 bs=1m

It takes forever to flash but eventually it looks like the card has been flashed. I pop it into my rasbpi and....nothing happens.

Re: How do i install the Raspberry Pi Bitcraze Image?

Posted: Sat Jun 28, 2014 12:04 am
by CowsHaveClaws
I think I figured it out. I needed to install to

Code: Select all

of=/dev/disk1
rather than

Code: Select all

of=/dev/disk1s1
What are the other two files though? the .bin files