FTP Server is way too slow (~1M/sec)
Options:-
-
Improve speed of FTP server. I've already tried and I believe it's as optimized as it's going to get. The only thing remaining is to run it on a dedicated core (which means you need at least an rpi 2)
-
Replace FTP server with a faster alternative
-
Tell users they have to manually remove SD card and place it in a card reader
-
Implement a "composite device" where we advertise both a CDROM device for the mounted disk image and a mass storage device for the "images" directory. This means you can copy images onto the device from the host. The problem with this is that the host might be an old retro pc and the images might be on your modern pc
-
Implement some other way to write to the device, e.g. mount a "blank disk" & use image writing software to "burn" the image to a "cdrom"
FTP Server is way too slow (~1M/sec)
Options:-
Improve speed of FTP server. I've already tried and I believe it's as optimized as it's going to get. The only thing remaining is to run it on a dedicated core (which means you need at least an rpi 2)
Replace FTP server with a faster alternative
Tell users they have to manually remove SD card and place it in a card reader
Implement a "composite device" where we advertise both a CDROM device for the mounted disk image and a mass storage device for the "images" directory. This means you can copy images onto the device from the host. The problem with this is that the host might be an old retro pc and the images might be on your modern pc
Implement some other way to write to the device, e.g. mount a "blank disk" & use image writing software to "burn" the image to a "cdrom"