raspberrypi / usbboot

Raspberry Pi USB booting code, moved from tools repository
Apache License 2.0
914 stars 231 forks source link

Support multiple connect devices #112

Closed mangelozzi closed 8 months ago

mangelozzi commented 2 years ago

The raspberry pi imager can support mutliple windows, and flash multiple units at the same time.

However rpiboot does not seem to support multiple devices connected to the same computer. I get an error that sdb is already in use when I try to run rpiboot again for the 2nd connected device.

Using Ubuntu 20.04.

adampaul88 commented 2 years ago

When you run rpiboot -l, do you get the same issue?

timg236 commented 8 months ago

Closed due to inactivity