ntoll / uflash

A module and command to easily flash Python onto the BBC's micro:bit device.
http://micropython.org/
MIT License
101 stars 27 forks source link

uflash needs a --port option #61

Open rhubarbdog opened 5 years ago

rhubarbdog commented 5 years ago

uflash needs a --port option to direct the process to the correct microbit when multiple microbits are plugged in. It also probably needs to mimic how ufs (microfs) selects a port. I have 2 microbits plugged in uflash flashes the first, where as ufs ls lists the contents of the second

zfm076 commented 4 years ago

uflash needs a --port option to direct the process to the correct microbit when multiple microbits are plugged in. It also probably needs to mimic how ufs (microfs) selects a port. I have 2 microbits plugged in uflash flashes the first, where as ufs ls lists the contents of the second

Yes, I want to know the answer. Have you solved it?