04-14-2021, 09:54 AM
(This post was last modified: 04-14-2021, 10:09 AM by wdt.)
The led above F2 is the power-on light that uboot controls, can be various colour and at various time, depends on uboot
The charging led is on side, next to barrel plug
echo fe330000.sdhci >/sys/bus/platform/drivers/sdhci-arasan/bind
is the hardware mount command for emmc, as root or sudo
BTW
When you type lsblk,, emmc is the one that has mmcblkXboot0 (or boot1),
DON'T write to these 4 MB sections (X = 0 or 1 or 2). SD will not have these
04-14-2021, 02:20 PM
(This post was last modified: 04-14-2021, 02:23 PM by wdt.)
Sorry, just going by search results,, I have not ever had to do this
For that matter, my PBP is a virgin, the back has never been off
FWIW
$ ls -l /sys/bus/platform/drivers/sdhci-arasan/
total 0
--w------- 1 root root 4096 Apr 14 16:06 bind
lrwxrwxrwx 1 root root 0 Apr 14 16:06 fe330000.sdhci -> ../../../../devices/platform/fe330000.sdhci
--w------- 1 root root 4096 Apr 14 16:06 uevent
--w------- 1 root root 4096 Apr 14 16:06 unbind
----
I am guessing that you don't have an emmc adapter?
There's a picture on the wiki which shows the switch positions, if memory serves. In any case, unless you've changed it, it's in the enable position now.
[SOLVED]
Confusingly, no idea why or how.
This morning, tried to get emmc to be recognized again.
Tried several times, rebooted again several times w/sd card inserted & emmc switch set to enabled.
emmc still not recognized.
Noticed intermittent power light failure to come on and stay on. There seemed to be no connection between the power light failure to light up and any combination of connecting or disconnecting the AC power adapter. The unit would fail or succeed to power up, seemingly completely randomly.
I did press and hold the 'reset' button as a random thing to just try. Which I had done previously a few times. I also pressed firmly the power on button. The power indicator light would still come on or not turn on seemingly randomly.
After eventually seeing the power light come on and stay on, I rebooted from the sd card.
Guess what. The emmc card was recognized this time. No idea why.
I was able to use the Manjaro Arm Flasher utility to flash the latest Manjaro arm kde plasma image to the emmc.
I took out the sd card and rebooted from the emmc.
Currently running just fine from the emmc.
So I am pleased with the result. But I have no idea what the problem actually was. There were way too many random issues that seem to defy a logical explanation. Hopefully it keeps running properly.
Thank you to everyone who offered suggestions. I would probably have just given up in frustration without your input. Thanks!
The power light is driven entirely by software, specifically U-boot in most of what we're dealing with. Just something to keep in mind for when it happens again. When the power light doesn't light up, usually U-boot isn't running for some reason.