Jump to content

[ERROR] RPi 5 Bookworm brickd failed after update


Recommended Posts

Geschrieben

Hi,

 

updated both brickv & brickd on a RPi5 running Bookworm.

The brickd start error:
brickd: error while loading shared libraries: libudev.so.1: ELF load command address/offset not page-aligned

Updated using:
 

echo ------------------
echo Brick Daemon
echo ------------------

sudo apt-get -y install libusb-1.0-0 libudev0 pm-utils
sudo wget https://download.tinkerforge.com/tools/brickd/linux/brickd_linux_latest_armhf.deb
sudo dpkg -i brickd_linux_latest_armhf.deb
echo Done

echo ------------------
echo Brick Viewer
echo ------------------
sudo apt-get install -y python3 python3-pyqt5 python3-pyqt5.qtopengl python3-serial python3-tz python3-tzlocal
sudo wget https://download.tinkerforge.com/tools/brickv/linux/brickv_linux_latest.deb
sudo dpkg -i brickv_linux_latest.deb
echo Done

 

Geschrieben

The error suggests that you’re not running armhf but rather arm64.

Please use the Tinkerforge repository instead of trying to install the packages manually. Using the repository will always get you the correct version and you will automatically receive updates as well.

  • Uninstall brickd
  • Follow these instructions to set up the repository
  • Install brickd via apt-get
Geschrieben
On 11/5/2025 at 9:06 AM, rwblinn said:
echo ------------------
echo Brick Daemon
echo ------------------

sudo apt-get -y install libusb-1.0-0 libudev0 pm-utils
sudo wget https://download.tinkerforge.com/tools/brickd/linux/brickd_linux_latest_armhf.deb
sudo dpkg -i brickd_linux_latest_armhf.deb
echo Done

echo ------------------
echo Brick Viewer
echo ------------------
sudo apt-get install -y python3 python3-pyqt5 python3-pyqt5.qtopengl python3-serial python3-tz python3-tzlocal
sudo wget https://download.tinkerforge.com/tools/brickv/linux/brickv_linux_latest.deb
sudo dpkg -i brickv_linux_latest.deb
echo Done

Actually, where did you find this script?

Join the conversation

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

Gast
Reply to this topic...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Clear editor

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...