PINE64
How to flash the emmc when it has Chromium on it? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: How to flash the emmc when it has Chromium on it? (/showthread.php?tid=10584)



How to flash the emmc when it has Chromium on it? - U47 - 07-06-2020

Hi,

So I installed Chromium on the internal emmc in my PBP. I'm guessing the U-Boot on it has the emmc in the first boot position. I'm assuming the way to flash something else on it would be to corrupt it so that the PBP boots off SD and then I can flash from a Linux distro on there.

How do I corrupt the emmc using Chromium? In particular, the Linux subsystem won't run.

Or is there a better course of action?

Thanks.


RE: How to flash the emmc when it has Chromium on it? - wdt - 07-06-2020

If you flip the emmc switch and have a bootable SD card, I don't see
why you couldn't boot whatever on the card
I would use mrfixit, if you update, uboot is ver2, a worthy dd candidate (if=)
Then flip switch at 2 seconds or unbind/bind
lsblk,,blkid
Personally, I would dd /dev/zero to the first 16M, just to be sure


RE: How to flash the emmc when it has Chromium on it? - tophneal - 07-07-2020

the mrfixit v2 uboot mentioned (as well as pcm720's uboot) can be written to your emmc with Chromium installed. It pretty easy to do, and there a few scripts to help make it easier.


RE: How to flash the emmc when it has Chromium on it? - U47 - 07-10-2020

Hi. Thanks for the responses.

Finally figured out I need to get to crosh, and then to a shell, so I could run dd and put a different u-boot on.

Onward!