Bill,
In 2016 I used a zip file from stepl https://forum.pjrc.com/threads/45647-k6x-LAN8720(A)-amp-lwip to test T3.6 SDHC with lwIP servers (httpd, ftpd, tftpd). Teensy 4.1 will have Ethernet, so I re-visited the 2016 T3.6 tests. I can use SdFat-beta to read/write files on T4 builtin-sdcard, but the lwIP servers require the higher level abstractions like vfs. So I can't build those lwIP servers with the Teensy 4. The 2016 zip file was using SdFat lib (v1.0.3) and it still works with T3.6 proto ethernet. I looked at how to inject your T4 SDHC support into v1.0.3 or how to add vfs et al to SdFat-beta, both were beyond my pay-grade.
Any chance the VFS abstractions will be added to SdFat-beta or ??
Bill, In 2016 I used a zip file from stepl https://forum.pjrc.com/threads/45647-k6x-LAN8720(A)-amp-lwip to test T3.6 SDHC with lwIP servers (httpd, ftpd, tftpd). Teensy 4.1 will have Ethernet, so I re-visited the 2016 T3.6 tests. I can use SdFat-beta to read/write files on T4 builtin-sdcard, but the lwIP servers require the higher level abstractions like vfs. So I can't build those lwIP servers with the Teensy 4. The 2016 zip file was using SdFat lib (v1.0.3) and it still works with T3.6 proto ethernet. I looked at how to inject your T4 SDHC support into v1.0.3 or how to add vfs et al to SdFat-beta, both were beyond my pay-grade.
Any chance the VFS abstractions will be added to SdFat-beta or ??
thanks