-
Notifications
You must be signed in to change notification settings - Fork 16

Description
The SD card speed test in agnostics doesn't work on the first generation Raspberry Pi devices, aka Pi 1. I've tried 256MB and 512MB variants and both have issues.
Steps to reproduce:
- Start up agnostics from the menu within the Raspbian desktop.
- With the "SD Card Speed Test" test selected (which it is by default), press the "run test" button.
Expected output:
Progress dialog appears while test runs, then main window displays PASS or FAIL.
Actual output:
Progress dialog appears briefly, then main window displays "Not Run" in the result column. On the Pi with 256MB, after a delay of a few seconds, the mouse pointer becomes sluggish for a few seconds, then goes back to normal. On the Pi with 512MB, after a similar delay, the mouse pointer becomes sluggish for a few seconds, then stops. The Pi becomes completely unresponsive, although it does still appear to be responding to pings over the network.
I tested on both Pis with the same SD card - a micro SD card in the adapter it came with. This SD card is know to be working fine and had previously been used on a Pi 4B 4GB without issue. The card was imaged with the latest version of Raspbian, and brought fully up-to-date using apt, rebooted, then agnostics was installed using apt. The same OS image was used to test both Pis.
I expect the Pi Zero is also affected, but I don't have a spare one to test this on.
Log file from Pi with 256MB:
Raspberry Pi Diagnostics - version 0.2
Sat Mar 28 13:09:45 2020Test : SD Card Speed Test
Run 1
fio: job startup hung? exiting.
fio: 1 job failed to start
Test FAIL
It looks like fio is having trouble for some reason.
Other users have also reported this issue on the forums - see thread at https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=268397