Powering off & won't power back on w/o battery disconnect
#4
OK, that makes it almost certain that the uboot on emmc is somehow wrong
When booting, bootrom search order is SPI, emmc, SD
First uboot found will be one used, all others ignored
So, booting from SD, the emmc uboot will be found 1st, it (emmc uboot) will search
in uboots search order,, (SD, nvme, usb, emmc) looking for boot.scr or extlinux.conf
Again, 1st one found is the one used
You can easily test this, disable emmc with switch or remove, mrfix will almost certainly boot
If so, then and if the mrfix is updated, put that uboot on emmc
In short, do switch dance OR bind command, save emmc mbr (1st sector, 512 B),
dd 1st 16MB of SD -> emmc, restore emmc mbr
And, BTW, the long press doesn't work if "bad" uboot is still there, in this case on emmc

--edit-- this is actually fairly easy doing this way
>every time I try dd I somehow managed to mess it up & it doesn't boot.
lsblk,, there should be mmcblk1 and mmcblk2,, boot0 and boot1 are on emmc, you ONLY use /dev/mmcblkN,,, N=1 OR 2
as root, sudo
dd if=/dev/EMMC of=~/mbr.emmc count=1 (ls -l ~/mbr.emmc shows 512 byte file)
dd if=/dev/SD of=/dev/EMMC bs=1M count=16
dd if=~/mbr.emmc of=/dev/EMMC
EMMC and SD replaced by appropriate mmcblkN


Messages In This Thread
RE: Powering off & won't power back on w/o battery disconnect - by wdt - 11-09-2020, 08:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Lithium Battery Connector Franestra 0 120 04-02-2024, 01:52 AM
Last Post: Franestra
  Pinebook Pro on Debian 12 Power Issue u974615 1 324 03-13-2024, 10:46 AM
Last Post: u974615
  Bad replacement battery? chris88233 3 372 02-19-2024, 04:59 PM
Last Post: tllim
  Bypassing the Battery gilwood 0 235 02-01-2024, 10:45 AM
Last Post: gilwood
  PBPro Battery specification Perl6_user 3 556 12-26-2023, 04:28 PM
Last Post: DrYak
  Replacement battery for PineBook Pro DrYak 3 1,068 11-07-2023, 10:09 AM
Last Post: DrYak
  Battery replacement mjc 2 2,873 09-26-2023, 01:08 AM
Last Post: david-lechner
  Battery drain when off srs5694 1 1,014 03-24-2023, 06:05 PM
Last Post: KC9UDX
  Increasing the maximum power draw dsimic 15 19,456 11-21-2022, 03:36 AM
Last Post: bircoph
  Alternative Power supply options gallomimia 13 17,896 11-13-2022, 06:10 PM
Last Post: pineymousepad

Forum Jump:


Users browsing this thread: 1 Guest(s)