September 25, 2019 at 08:18 AMSep 25, 2019 Hello everyone when I uesd the command "sudo dpkg -i brickd-2.4.0_amd64.deb" to install brickd,I meet the below error: (Reading database ... 225415 files and directories currently installed.) Preparing to unpack brickd-2.4.0_amd64.deb ... Removed symlink /etc/systemd/system/multi-user.target.wants/brickd.service. Unpacking brickd:amd64 (2.4.0) over (2.4.0) ... dpkg: dependency problems prevent configuration of brickd:amd64: brickd:amd64 depends on libc6. brickd:amd64 depends on libusb-1.0-0. brickd:amd64 depends on libudev1 | libudev0. dpkg: error processing package brickd:amd64 (--install): dependency problems - leaving unconfigured Processing triggers for man-db (2.7.5-1) ... Errors were encountered while processing: brickd:amd64 but I have already used " sudo apt-get install build-essential pkg-config libusb-1.0-0-dev libudev-dev pm-utils" install the depends package. Can you help me? Thanks
September 25, 2019 at 08:53 AMSep 25, 2019 The NVIDIA Jetson TX2 has an ARM CPU, but you're trying to install the amd64 version of brickd. Try the armhf version instead.
September 26, 2019 at 01:58 AMSep 26, 2019 Author hello thanks for your reply but I have already try this befor.When I install the "armhf" version,its give me this error: dpkg: error processing archive brickd_linux_latest_armhf.deb (--install): package architecture (armhf) does not match system (arm64) Errors were encountered while processing: brickd_linux_latest_armhf.deb
September 26, 2019 at 08:16 AMSep 26, 2019 That's strange, that dpkg doesn't complain like this when you tried to install the amd64 version. Anyway, we currently don't provide a precompiled brickd for arm64. Therefore, compiling from source is the best option you currently have for arm64.
December 1, 2020 at 02:47 PMDec 1, 2020 The Brick Daemon Debian package is now also available for arm64 architecture.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.