Hi, I tested the SD card feature in the past, but my RPi booted only 2 out of 3 times, and there were often routing issues. The recent update enabled this feature by default, and I started encountering missing files in Python (scripts or firewall-cmd), and apt reinstalls frequently crashed with a SEGFAULT. To resolve this, I had to disable it using dtparam=sd_cqe=off.
My SD cards might be somewhat faulty, but I hope this information helps someone. I’m using the Kingston Canvas Go! Plus microSDXC 128GB / UHS-I V30 card. It’s much faster with A2, but unfortunately not stable.![😔]()
With A2 Enabled:Without A2:Here is the debug info with A2 enabled:
My SD cards might be somewhat faulty, but I hope this information helps someone. I’m using the Kingston Canvas Go! Plus microSDXC 128GB / UHS-I V30 card. It’s much faster with A2, but unfortunately not stable.
With A2 Enabled:
Code:
Sequential write speed 65733 KB/sec (target 10000) - PASSRandom write speed 6043 IOPS (target 500) - PASSRandom read speed 6506 IOPS (target 1500) - PASS
Code:
Sequential write speed 56496 KB/sec (target 10000) - PASSRandom write speed 5373 IOPS (target 500) - PASSRandom read speed 2504 IOPS (target 1500) - PASS
Code:
$ dmsg | grep mmc0[ 2.538965] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit[ 2.641132] mmc0: Command Queue Engine enabled, 31 tags[ 2.646384] mmc0: new ultra high speed SDR104 SDXC card at address 5048[ 2.653199] mmcblk0: mmc0:5048 SD128 116 GiB[ 2.661583] mmcblk0: mmc0:5048 SD128 116 GiB$ find /sys/bus/mmc/devices/mmc0\:*/ -type f -not -path "*block*" -print -exec cat {} \;/sys/bus/mmc/devices/mmc0:5048/fwrev0x1/sys/bus/mmc/devices/mmc0:5048/ueventDRIVER=mmcblkMMC_TYPE=SDMMC_NAME=SD128MODALIAS=mmc:block/sys/bus/mmc/devices/mmc0:5048/cid9f5449534431323861539806f9015b00/sys/bus/mmc/devices/mmc0:5048/rca0x5048/sys/bus/mmc/devices/mmc0:5048/ext_power01/sys/bus/mmc/devices/mmc0:5048/csd400e00325b590003a15f7f800a400000/sys/bus/mmc/devices/mmc0:5048/manfid0x00009f/sys/bus/mmc/devices/mmc0:5048/power/runtime_active_time192864/sys/bus/mmc/devices/mmc0:5048/power/runtime_statusactive/sys/bus/mmc/devices/mmc0:5048/power/autosuspend_delay_ms3000/sys/bus/mmc/devices/mmc0:5048/power/runtime_suspended_time0/sys/bus/mmc/devices/mmc0:5048/power/controlauto/sys/bus/mmc/devices/mmc0:5048/ocr0x00300000/sys/bus/mmc/devices/mmc0:5048/preferred_erase_size4194304/sys/bus/mmc/devices/mmc0:5048/ext_perf1f/sys/bus/mmc/devices/mmc0:5048/typeSD/sys/bus/mmc/devices/mmc0:5048/hwrev0x6/sys/bus/mmc/devices/mmc0:5048/date11/2021/sys/bus/mmc/devices/mmc0:5048/dsr0x404/sys/bus/mmc/devices/mmc0:5048/erase_size512/sys/bus/mmc/devices/mmc0:5048/removableremovable/sys/bus/mmc/devices/mmc0:5048/oemid0x5449/sys/bus/mmc/devices/mmc0:5048/serial0x539806f9/sys/bus/mmc/devices/mmc0:5048/ssr0000000008000000040090000133391e000800000002ff0003000000000000000000000000000000000000000000000000000000000000000000000000000000/sys/bus/mmc/devices/mmc0:5048/scr0205848701006432/sys/bus/mmc/devices/mmc0:5048/nameSD128
Statistics: Posted by mmrmartin — Sun Sep 29, 2024 9:23 pm