Flashing image to EMMC - 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: Flashing image to EMMC (/showthread.php?tid=8718) Pages:
1
2
|
RE: Flashing image to EMMC - tophneal - 01-17-2020 (01-17-2020, 07:12 AM)f1refl1r Wrote: I am still figuring things out and I want to re-install the original OS on my Pinebook Pro. I managed to get the Debian on a SD card and are able to boot the PBP from teh SD card. How do I run the installer script now? This is my bad, sorry. I thought I recalled seeing danielt mention the script could be modified to install the default Debian. Upon further review of the thread, I think I was wrong. The easiest way will probably be for you to just download the Debain image in that install, and then dd it to your emmc. RE: Flashing image to EMMC - f1refl1r - 01-17-2020 (01-17-2020, 07:26 AM)tophneal Wrote:(01-17-2020, 07:12 AM)f1refl1r Wrote: I am still figuring things out and I want to re-install the original OS on my Pinebook Pro. I managed to get the Debian on a SD card and are able to boot the PBP from teh SD card. How do I run the installer script now? no worries, and sorry to bother you with this. I am unfamiliar with dd. I have identified the internal emmc with gparted. I downloaded the OS again while booted from the SD, I have extracted the img file to the dowload folder. Am I correct in using the following? Or do I have to point to the download folder and then point at the image? Code: sudo dd if=my_OS_image.img of=/dev/my_emmc_location bs=4M status=progress RE: Flashing image to EMMC - tophneal - 01-17-2020 (01-17-2020, 08:31 AM)f1refl1r Wrote: No worries, better to ask questions when you don't know the answers. Yup! Fill in those blanks, and you'll be on your way to Debian back on your emmc. |