keirf / flashfloppy

Floppy drive emulator for Gotek hardware
Other
1.35k stars 195 forks source link

USB hub and 2 USB sticks support #302

Open Deftaudio opened 4 years ago

Deftaudio commented 4 years ago

Hi, is there a way to run two USB sticks through USB hub and switch between them? I'd like to use one USB as a real one, and the second is from RPI Zero W OTG port for remote file sharing.

keirf commented 4 years ago

No, not at the moment anyway!

keirf commented 4 years ago

I'll keep this around for a bit, but it may well end up closed as a wontfix.

StillNotWorking commented 4 years ago

I can see potential benefits in workflow if this where possible.

Having a USB driver on the RPi or other host computer emulating a memory stick could that be a sensible way to make something like this work? I.e. the host computer only function as a pass through device for the FF to the shared memory stick?

Deftaudio commented 4 years ago

I can see potential benefits in workflow if this where possible.

Having a USB driver on the RPi or other host computer emulating a memory stick could that be a sensible way to make something like this work? I.e. the host computer only function as a pass through device for the FF to the shared memory stick?

That's exactly the idea. Especially considering the cost of Zero W. But I don't want to use it as a single image provider, due to a lag in the startup. Using two FF drives is the only option now.