Jump to content
View in the app

A better way to browse. Learn more.

Tinkerunity

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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
  • Autor

Thanks for the guidance = working on the RPi 5 Bookworm.
 

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?

Geschrieben
  • Autor

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.

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.