Skip to content

Commit

Permalink
Update sdmux device config
Browse files Browse the repository at this point in the history
Update testagent's usbsdmux device
configurations.

Signed-off-by: Ville-Pekka Juntunen <[email protected]>
  • Loading branch information
vjuntunen committed Dec 17, 2024
1 parent 4fd080a commit 5facfd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions hosts/testagent/dev/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,14 @@
Polarfire1 = {
inherit location;
serial_port = "/dev/ttyRISCV1";
relay_serial_port = "/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A10KYI3B-if00-port0";
relay_number = 1;
device_ip_address = "NONE";
socket_ip_address = "172.18.16.82";
plug_type = "TAPOP100v2";
switch_bot = "NONE";
usb_sd_mux_port = "/dev/usb-sd-mux/id-000000001488";
ext_drive_by-id = "usb-LinuxAut_sdmux_HS-SD_MMC_000000001488-0:0";
usb_sd_mux_port = "/dev/usb-sd-mux/id-00048.00137";
ext_drive_by-id = "usb-LinuxAut_sdFST_HS-SD_MMC_00048.00137-0:0";
threads = 4;
};
NUC1 = {
Expand Down
2 changes: 1 addition & 1 deletion hosts/testagent/release/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
plug_type = "TAPOP100v2";
switch_bot = "NONE";
usb_sd_mux_port = "/dev/usb-sd-mux/id-00048.00197";
ext_drive_by-id = "usb-LinuxAut_sdmux_HS-SD_MMC_000000001267-0:0";
ext_drive_by-id = "usb-LinuxAut_sdFST_HS-SD_MMC_00048.00197-0:0";
threads = 4;
};
OrinNX1 = {
Expand Down

0 comments on commit 5facfd4

Please sign in to comment.