1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 13:59:17 +00:00
trezor-firmware/ci/hardware_tests/hardware.cfg

17 lines
483 B
INI
Raw Normal View History

2020-09-03 09:11:21 +00:00
# location of the uhub, can be found out by running `uhubctl`
2021-02-03 15:18:26 +00:00
T1_UHUB_LOCATION="3-2"
2020-09-03 09:11:21 +00:00
# to which port of the uhub the device is connected
2021-01-13 23:39:19 +00:00
T1_UHUB_PORT="2"
# camera device
2021-02-03 15:18:26 +00:00
T1_CAMERA="/dev/video0"
2021-01-13 23:39:19 +00:00
2020-09-03 09:11:21 +00:00
# arduino that pushes T1 buttons
2021-01-13 23:39:19 +00:00
T1_ARDUINO_SERIAL="/dev/serial/by-id/usb-Arduino__www.arduino.cc__0043_8573332373935181A0C0-if00"
2020-09-03 09:11:21 +00:00
# location of the uhub, can be found out by running `uhubctl`
2021-02-03 15:18:26 +00:00
TT_UHUB_LOCATION="3-2"
2020-09-03 09:11:21 +00:00
# to which port of the uhub the device is connected
2021-01-13 23:39:19 +00:00
TT_UHUB_PORT="3"