Read the statement by Michael Teeuw here.
MM very slow to charge
-
This is what I got:
Linux raspberrypi 6.12.25+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.25-1+rpt1 (2025-04-30) aarch64 GNU/Linux
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookwormIt could be the SD-card? (I believe it is 5 years old…)
-
@Canguingo you are actively swapping, 250-ish meg, all that goes on the sd card.
surprised the memory use is as small as it is…
mine is about 1.5gig on swap file…
-
@sdetweil ok thanks. So is there anything I could do?
-
@Canguingo on one of my slow systems i used a usb ssd stick
as the pi3 doesn’t support boot from usb, i found a way to boot from sd card, but run from the ssd stick.
ill have to find that again, been years
you could try s newer faster sd card, but they were designed for seldom write, frequent read
-
Ok thanks. i think i will sruvive with these 2 to 4 minutes, maybe somewhere in the future I’ll change the sd-card.
Do you think I will need to re-install everything again if changing the sd? I guess so…
Since it took me like 2 days to install this, i’ll wait and live with it…thanks anyway!
-
@Canguingo if you have a usb adapter for an sd card, linux provides a command to copy disk to disk, dd
if you use the scripted installer it shouldn’t take more than an hour
https://github.com/sdetweil/MagicMirror_scriptsuse my backup/restore scripts to save the MagicMirror config and modules list . good for moving to new sd card, machine
-
@sdetweil many thanks!! I will have a look at this and see how to do it and fix the issue! very grateful!