Jump to content

Raspberry Pi 4 - Installation Brick Daemon schlägt fehl


cl-

Recommended Posts

Hallo zusammen,

Mit einer frischen Raspberry Pi OS Installation (64-bit) mit Hilfe des Raspberry Pi Imager Tools kriege ich eine Fehlermeldung bei der Installation des Brick Daemons.
Ich bin dabei eurer Doku gefolgt (https://www.tinkerforge.com/en/doc/Hardware/Bricks/HAT_Brick.html).

sudo apt-get install libusb-1.0-0 libudev1 procps
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libusb-1.0-0 is already the newest version (2:1.0.26-1).
libusb-1.0-0 set to manually installed.
libudev1 is already the newest version (252.19-1~deb12u1).
procps is already the newest version (2:4.0.2-3).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.


sudo dpkg -i brickd_linux_latest_armhf.deb
(Reading database ... 125310 files and directories currently installed.)
Preparing to unpack brickd_linux_latest_armhf.deb ...
Unpacking brickd:armhf (2.4.5) over (2.4.5) ...
dpkg: dependency problems prevent configuration of brickd:armhf:
 brickd:armhf depends on libc6 (>= 2.9).
 brickd:armhf depends on libusb-1.0-0 (>= 2:1.0.20).

dpkg: error processing package brickd:armhf (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.11.2-2) ...
Errors were encountered while processing:
 brickd:armhf

Was mache ich falsch?

Beste Grüße
Claudio

Link to comment
Share on other sites

Die Anleitung ist für ein 32 Bit RPi OS. Wenn du libusb-1.0-0, libudev1 und procps installierst, werden die für 64 Bit installiert (was sie bei dir aber auch schon waren). Das armhf-Paket ist für 32 Bit, aber die 32 Bit-Abhängigkeiten waren nicht installiert, weshalb das dann fehlgeschlagen ist. --fix-broken-install hat dann die fehlenden 32 Bit-Abhängigkeiten nachinstalliert.

Wenn du auf 64 Bit unterwegs bist, solttest du den brickd auch in 64 Bit installieren. Noch mehr empfehle ich dir allerdings, einfach unser Repository einzubinden. Dann bekommst du auch automatisch die richtige Version und alle Updates.

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...