Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sdmon does not work with new Apacer card #14

@joel-bourquard

Description

@joel-bourquard

I purchased a new 32GB SLC Apacer card, expecting sdmon would work with it:
https://www.digikey.ch/en/products/detail/apacer-memory-america/AK6-848HSA-00101/17877877

However it does not work. This is with latest arm64 build (October 4th 2023 at 11:09).

Run #1

# ./sdmon /dev/mmcblk0
{
"version": "v0.5.0-5 (6111224) arm64",
"date": "2023-10-30T22:39:59.000Z",
"device":"/dev/mmcblk0",
"addTime": "false",
"signature":"0x0 0x4",
"manufactureYYMMDD": "",
"healthStatusPercentUsed": 27,
"featureRevision": "0x4",
"generationIdentifier": 4,
"productString": "P�P�",
"success":true
}

Run #2

# ./sdmon /dev/mmcblk0
{
"version": "v0.5.0-5 (6111224) arm64",
"date": "2023-10-30T22:40:35.000Z",
"device":"/dev/mmcblk0",
"addTime": "false",
"signature":"0xa4 0x81",
"manufactureYYMMDD": "",
"healthStatusPercentUsed": 199,
"featureRevision": "0x63",
"generationIdentifier": 73,
"productString": "",
"success":true
}

My platform is a Raspberry Pi 4 with very standard, up-to-date 64-bit setup.

# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
# uname -a
Linux rpi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux

I also tried sdmon 0.3.2, 0.4.2 and 0.5.0 with similar results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions