Skip to content

Commit

Permalink
Change usb_sd_mux_port properties
Browse files Browse the repository at this point in the history
Change usb_sd_mux_port properties to use
devlink property instead of /dev/sgx to make sure
to use right one.

Signed-off-by: Ville-Pekka Juntunen <[email protected]>
  • Loading branch information
vjuntunen committed Nov 27, 2024
1 parent a1bb9f7 commit f77a1a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hosts/testagent/dev/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
socket_ip_address = "172.18.16.82";
plug_type = "TAPOP100v2";
switch_bot = "NONE";
usb_sd_mux_port = "/dev/sg1";
usb_sd_mux_port = "/dev/usb-sd-mux/id-000000001488";
ext_drive_by-id = "usb-LinuxAut_sdmux_HS-SD_MMC_000000001488-0:0";
threads = 4;
};
Expand Down
2 changes: 1 addition & 1 deletion hosts/testagent/prod/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
socket_ip_address = "172.18.16.45";
plug_type = "TAPOP100v2";
switch_bot = "NONE";
usb_sd_mux_port = "/dev/sg1";
usb_sd_mux_port = "/dev/usb-sd-mux/id-000000001184";
ext_drive_by-id = "usb-LinuxAut_sdmux_HS-SD_MMC_000000001184-0:0";
threads = 4;
};
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 @@ -116,7 +116,7 @@
socket_ip_address = "172.18.16.41";
plug_type = "TAPOP100v2";
switch_bot = "NONE";
usb_sd_mux_port = "/dev/sg1";
usb_sd_mux_port = "/dev/usb-sd-mux/id-000000001267";
ext_drive_by-id = "usb-LinuxAut_sdmux_HS-SD_MMC_000000001267-0:0";
threads = 4;
};
Expand Down

0 comments on commit f77a1a9

Please sign in to comment.