Correct path to SD card device

This commit is contained in:
Andreas Zweili 2023-11-26 11:44:29 +01:00
parent 610506588c
commit ab866b4965
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ let
# Run benchmarks.
printf "Running hdparm test...\n"
${pkgs.hdparm}/bin/hdparm -t /dev/mmcblk0
${pkgs.hdparm}/bin/hdparm -t /dev/mmcblk1
printf "\n"
printf "Running dd test...\n\n"