How do i install the Raspberry Pi Bitcraze Image?

Post here to get support
Post Reply
CowsHaveClaws
Beginner
Posts: 2
Joined: Tue Jun 24, 2014 10:10 pm

How do i install the Raspberry Pi Bitcraze Image?

Post 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.
CowsHaveClaws
Beginner
Posts: 2
Joined: Tue Jun 24, 2014 10:10 pm

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

Post 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
Post Reply