rwblinn Geschrieben November 5, 2025 at 08:06 Geschrieben November 5, 2025 at 08:06 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 Zitieren
MatzeTF Geschrieben November 5, 2025 at 10:59 Geschrieben November 5, 2025 at 10:59 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 Zitieren
rwblinn Geschrieben November 5, 2025 at 12:56 Autor Geschrieben November 5, 2025 at 12:56 Thanks for the guidance = working on the RPi 5 Bookworm. Zitieren
MatzeTF Geschrieben November 5, 2025 at 12:59 Geschrieben November 5, 2025 at 12:59 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? Zitieren
rwblinn Geschrieben November 6, 2025 at 17:07 Autor Geschrieben November 6, 2025 at 17:07 Think it is 5 or 6 years old. It was based on the Tinkerforge documentation at that time. Script had been working ok until recently. Zitieren
MatzeTF Geschrieben November 6, 2025 at 17:10 Geschrieben November 6, 2025 at 17:10 So you made it yourself? 5 years ago, there was no 64 bit Raspbian yet, so it’s not surprising that your script contained the instructions for 32 bit Raspbian. Zitieren
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.