PINE64
Writing an image to on-system emmc - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: Writing an image to on-system emmc (/showthread.php?tid=12332)



Writing an image to on-system emmc - fmotta - 11-28-2020

I see great tools and extensions to others for creating bootable SD cards - thanks!

I am still fuzzy on flashing on-system emmc.  So far I am guessing it involves something like Jumpdrive and then the command below?

wget 172.16.42.2/u.img -O - | dd bs=4M conv=noerror,sync of=/dev/mmcblk2

Thanks for clarification.  I cannot seem to see another and the trial to 'dd' a live SD card were as stable as expected.

Cheers


RE: Writing an image to on-system emmc - rocket2nfinity - 11-28-2020

(11-28-2020, 02:15 AM)fmotta Wrote: I see great tools and extensions to others for creating bootable SD cards - thanks!

I am still fuzzy on flashing on-system emmc.  So far I am guessing it involves something like Jumpdrive and then the command below?

wget 172.16.42.2/u.img -O - | dd bs=4M conv=noerror,sync of=/dev/mmcblk2

Thanks for clarification.  I cannot seem to see another and the trial to 'dd' a live SD card were as stable as expected.

Cheers
Best to use the appropriate jump drive for your device and etcher or whatever disk burner you've got. See the wiki at the top of the page


RE: Writing an image to on-system emmc - fmotta - 11-28-2020

(11-28-2020, 04:09 AM)rocket2nfinity Wrote:
(11-28-2020, 02:15 AM)fmotta Wrote: I see great tools and extensions to others for creating bootable SD cards - thanks!

I am still fuzzy on flashing on-system emmc.  So far I am guessing it involves something like Jumpdrive and then the command below?

wget 172.16.42.2/u.img -O - | dd bs=4M conv=noerror,sync of=/dev/mmcblk2

Thanks for clarification.  I cannot seem to see another and the trial to 'dd' a live SD card were as stable as expected.

Cheers
Best to use the appropriate jump drive for your device and etcher or whatever disk burner you've got. See the wiki at the top of the page
Thanks.
I still would like the line(s) used to actually do the flashing as the above is problematic.


RE: Writing an image to on-system emmc - danimations - 01-24-2021

I'm keen to know how to do this too.