trezor / trezord-go

:smiling_imp: Trezor Communication Daemon (written in Go)
GNU Lesser General Public License v3.0
244 stars 146 forks source link

Trezor Bridge "failed to install" on a new rapsberry pi 400 #215

Closed xwing22 closed 3 years ago

xwing22 commented 3 years ago

"One of the selected package failed to install correclty. More information is available in the detailed report."

Where can I at least find the detailed report on a rapsberry OS? I used the pi user to execute the install package

I tried installing udev rules as described here : https://wiki.trezor.io/Udev_rules

but it didn't fix anything.

Also tried the 30 version as the one on the trezor site is 27 but same results.. Help would be very appreciate to set up the bridge as it is required for what I want to do.

thanks

prusnak commented 3 years ago

If you have 64-bit version of Raspberry Pi OS you can use this package:

https://data.trezor.io/bridge/2.0.30/trezor-bridge_2.0.30_arm64.deb

32-bit version is not supported

xwing22 commented 3 years ago

still the same problem:

my processorL roadcom BCM2711 quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.8GHz

2021-01-06-121102_1920x1080_scrot

prusnak commented 3 years ago

Run this in the terminal to see if you are running 64-bit system (should contain aarch64 string, not armv7l):

uname -a

If you are on 64-bit, run the following commands:

wget https://data.trezor.io/bridge/2.0.30/trezor-bridge_2.0.30_arm64.deb
sudo dpkg -i trezor-bridge_2.0.30_arm64.deb
xwing22 commented 3 years ago

Linux raspberrypi 5.4.79-v7l+ #1373 SMP Mon Nov 23 13:27:40 GMT 2020 armv7l GNU/Linux

so I guess I can't make it work then on this rapsberry.

Thanks for your help

prusnak commented 3 years ago

so I guess I can't make it work then on this rapsberry.

Correct. You need to install 64-bit version of Raspberry Pi OS