emmc boots intermittently?
#8
This is how I fixed my PBP's boot issues:

Download idbloader.img, uboot.img, & trust.img from https://github.com/mrfixit2001/updates_r...filesystem

Then run commands below assuming the files are in your ~/Downloads folder and your terminal is in your home folder:

Code:
SYSPART=$(findmnt -n -o SOURCE /)
DEVID=$(echo $SYSPART | sed -e s+'p[0-9]$'+''+)
sudo dd if=Downloads/idbloader.img of=$DEVID bs=32k seek=1 conv=fsync
sudo dd if=Downloads/uboot.img of=$DEVID bs=64k seek=128 conv=fsync
sudo dd if=Downloads/trust.img of=$DEVID bs=64k seek=192 conv=fsync



This fixed my boot issues hopefully it helps you. Also, I found this from elsewhere on this or the Manjaro forums.


Messages In This Thread
emmc boots intermittently? - by haziz - 06-08-2020, 01:25 PM
RE: emmc boots intermittently? - by tophneal - 06-08-2020, 01:36 PM
RE: emmc boots intermittently? - by haziz - 06-08-2020, 03:36 PM
RE: emmc boots intermittently? - by bcnaz - 06-08-2020, 01:54 PM
RE: emmc boots intermittently? - by haziz - 06-08-2020, 02:32 PM
RE: emmc boots intermittently? - by Arwen - 06-08-2020, 03:13 PM
RE: emmc boots intermittently? - by Arwen - 06-08-2020, 06:47 PM
RE: emmc boots intermittently? - by mammbo3 - 06-08-2020, 07:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  swap eMMC advice jceaser 2 511 10-23-2025, 09:59 PM
Last Post: Der Geist der Maschine
  Need new eMMC Karsten1 2 2,593 10-23-2025, 09:38 AM
Last Post: jceaser
  Another one boots to black screen Sb2024 7 5,186 11-06-2024, 11:27 PM
Last Post: Sb2024
  Happy eMMC and SDcard OS usage for Pinebook Pro Newbies... Paulie420 42 89,485 11-20-2023, 06:22 PM
Last Post: wdt
  I'm booting from NVME but I want to switch back to eMMC acruhl 4 4,574 04-23-2023, 06:58 AM
Last Post: acruhl
  Doesn’t power on after flashing emmc badguru 3 3,779 02-25-2023, 09:00 PM
Last Post: badguru
  eMMC problem with Tow-Boot/u-boot on SPI repa 3 4,013 02-21-2023, 01:49 AM
Last Post: repa
  Partial boot after installing Manjaro on emmc regivanx 11 8,524 02-06-2023, 09:11 AM
Last Post: wdt
  Unable to Boot anything (emmc or SDcard) line72 5 5,136 01-17-2023, 12:07 PM
Last Post: nfms
  What OS have you recently flashed onto PBP eMMC? jcun4128 6 5,506 11-26-2022, 09:39 AM
Last Post: KC9UDX

Forum Jump:


Users browsing this thread: 1 Guest(s)