Jump to content

Problems with Raspberry Pi 'Wheezy'


Anton

Recommended Posts

Hi,

 

I just downloaded and installed Wheezy for my Rasp Pi.

But i'm running into problems when i wan't to install the brickd.

I'm using this guide: http://www.tinkerforge.com/doc/Embedded/Raspberry_Pi.html

 

When I get to the 4th line of code the Raspb Pi stops with the error:

dpkg: error processing brickd_linux_latest_armhf.deb (--install):
package architecture (armhf) does not match system (armel)
Errors were encountered while processing:
brickd_linux_latest_armhf.deb

 

Anybody god an idea what's wrong. I'm not too familiar with Linux :(

Link to comment
Share on other sites

So you are using stock debian? We currently don't have armel builds, our .deb is for armhf.

 

The difference is described here: http://www.memetic.org/raspbian-benchmarking-armel-vs-armhf/

 

You can either switch to Raspbian or you can build brickd yourself from source (https://github.com/Tinkerforge/brickd):

sudo apt-get install libusb-1.0-0-dev libudev-dev build-essential
cd src/brickd
make

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...