boundarydevices / imx_usb_loader

USB & UART loader for i.MX5/6/7/8 series
GNU Lesser General Public License v2.1
260 stars 158 forks source link

add multiple device support with command line option #86

Open jbaltes opened 5 years ago

jbaltes commented 5 years ago

when more than one imx device is connected at the usb-bus, only the first device is addressable. With command line '-n ' all devices can be addressed.

start with '1' and should be the device number counted with 'lsusb'.
tkisky commented 5 years ago

Is this patch still useful after https://github.com/boundarydevices/imx_usb_loader/pull/84 ?