Skip to content

Commit

Permalink
Fix swrren-lx1 Jetson TX1 USB disk path
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
nvswarren committed Apr 25, 2019
1 parent 80b47fc commit 3a8ca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/swarren-lx1/u_boot_boardenv_p2371_2180_na.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"fixture_id": "micro_b",
"tgt_usb_ctlr": "0",
"host_ums_dev_node": "/dev/disk/pci-0000:00:14.0-usb-0:5:1.0-scsi-0:0:0:0",
"host_ums_dev_node": "/dev/disk/by-path/pci-0000:00:14.0-usb-0:5:1.0-scsi-0:0:0:0",
"host_usb_dev_node": "/dev/usbdev-p2371-2180",
"host_usb_port_path": "1-5",
},
Expand Down

0 comments on commit 3a8ca93

Please sign in to comment.