Skip to content
Snippets Groups Projects
Commit c976a261 authored by David Sidrane's avatar David Sidrane Committed by Lorenz Meier
Browse files

Use wild card *_PX4_* for upload

Compliments the Bootloader change To simplify the ripple effect on the tools, we will be using  /dev/serial/by-id/*_PX4_* to locate PX4 devices. Therefore  moving forward all Bootloaders must contain the prefix "PX4 BL "  in the USBDEVICESTRING
parent 0eac6378
No related branches found
No related tags found
No related merge requests found
......@@ -510,6 +510,7 @@ function(px4_add_upload)
set(serial_ports)
if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Linux")
list(APPEND serial_ports
/dev/serial/by-id/*_PX4_*
/dev/serial/by-id/usb-3D_Robotics*
/dev/serial/by-id/usb-The_Autopilot*
/dev/serial/by-id/usb-Bitcraze*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment