Replies: 1 comment
|
I just had the same idea this afternoon, after downloading a lot of demos and tools on my tablet. It would be great to copy the stuff over by FTP! An FTP server for FreeRTOS is available. I'd be best to implement it for the PiPico 2W as it's CPU is faster and also the RAM is larger. FAT is already runing already. Maybe the Wifi could be configured by a simple config file? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'd suggest considering adding a feature for uploading files to the SD card via WiFi. The transfer protocol isn't particularly important—TFTP, FTP, or HTTP. This feature would greatly simplify the process of testing new software, eliminating the need to move the card between the computer and MiSTle.
All reactions