-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
Description
@tommythorn reports:
reading from NFS vs SDcard:
NFS: 22.8 MB/s (the same on my dev box gets 170 MB/s via 10 GbE)
SDCard: 4.6 MB/s (and it's a highend card which will get > 50 MB/s normally).
So, for now and with production hardware, NFS > SDcard. I haven’t tried USB.FWIW I tested both using
dd bs=8192 status=progress,
e.g.sudo dd status=progress bs=8192 if=/dev/mmcblk1 of=/dev/null
@tekkamanninja @MichaelZhuxx: The Seeed FAQ shows 22 MB/s with SD card. I presume this means it was Linux 4.19 that Seeed tested with? Maybe there is a problem with 5.10 on the Fedora image that is causing it to be 4.6 MB/s?