wzy Posted September 25, 2019 at 08:18 AM Share Posted September 25, 2019 at 08:18 AM 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 Quote Link to comment Share on other sites More sharing options...
photron Posted September 25, 2019 at 08:53 AM Share Posted September 25, 2019 at 08:53 AM The NVIDIA Jetson TX2 has an ARM CPU, but you're trying to install the amd64 version of brickd. Try the armhf version instead. Quote Link to comment Share on other sites More sharing options...
wzy Posted September 26, 2019 at 01:58 AM Author Share Posted September 26, 2019 at 01:58 AM 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 Quote Link to comment Share on other sites More sharing options...
wzy Posted September 26, 2019 at 03:53 AM Author Share Posted September 26, 2019 at 03:53 AM I used source code to fix this problem.Thanks Quote Link to comment Share on other sites More sharing options...
photron Posted September 26, 2019 at 08:16 AM Share Posted September 26, 2019 at 08:16 AM 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. Quote Link to comment Share on other sites More sharing options...
photron Posted December 1, 2020 at 02:47 PM Share Posted December 1, 2020 at 02:47 PM The Brick Daemon Debian package is now also available for arm64 architecture. Quote Link to comment Share on other sites More sharing options...
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.