Pinephone is dead (sort of)
#27
I've never used Balena Etcher so don't know if there's something there that might be causing a problem. I use the old "dd" program that Linux inherited from ancient Unix systems. (My circa 1981 Unix manual can largely serve as a guide for dd and other utililities in modern Linux!) So what you might want to do is boot up on your Ubuntu flash drive and try using dd to flash your SD card instead of Etcher.

You need first to determine positively what the device node (/dev/sdX) is for your SD card. You can do this a couple of ways. I usually just monitor the syslog file as previously documented to pick up the device node. You could also use the Gnome Disks or GParted software to identify it. You want to be absolutely sure because "dd" has no safety net, it will do exactly what you tell it to do whether that is what you actually want or not. (It will happily over-write your system disk if you give it the wrong device!) If using Gnome Disks, this is the kind of thing you'll see to identify your SD card, which in my case is a 16GB card:

[Image: S0UZ9Olq_o.png]

So after determining the SD card device node enter the following command, substituting the actual image filename for filename.img and the actual device node for /dev/sdX:

          sudo dd if=filename.img of=/dev/sdX bs=1M status=progress conv=fsync

Due to the simplicity of dd's operation this will create a byte-for-byte copy of the image file on the SD card, and flush buffers out before returning to the command prompt, without question as long as there are no read or write errors. (Be certain to wait for dd to drop back to the command prompt. Even if it says 100% done, that just means that the last part of the file has filled the buffer but dd will still be writing to your SD card until the command prompt is back.)
  Reply


Messages In This Thread
Pinephone is dead (sort of) - by thorensjubilee - 12-28-2021, 05:40 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-28-2021, 07:28 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-28-2021, 08:14 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-29-2021, 06:18 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-29-2021, 07:46 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-31-2021, 04:44 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-31-2021, 07:10 AM
RE: Pinephone is dead (sort of) - by Zebulon Walton - 12-31-2021, 11:14 AM
RE: Pinephone is dead (sort of) - by wibble - 12-31-2021, 11:49 AM
RE: Pinephone is dead (sort of) - by wibble - 12-31-2021, 01:02 PM
RE: Pinephone is dead (sort of) - by moodroid - 01-01-2022, 08:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Want to buy second hand PinePhone 3G version rudi.timmermans 1 1,315 07-31-2025, 01:14 AM
Last Post: MaryOtero
  Pinephone Pro not in store? bubulux20c 0 127 07-29-2025, 09:31 PM
Last Post: bubulux20c
  PinePhone Pro EU no warranty P. Siera 0 179 07-21-2025, 12:08 AM
Last Post: P. Siera
  US Mobile, via T-Mobile, won't support Pinephone Pro - SOLVED, SIMPLY jovval 14 11,155 07-18-2025, 04:24 PM
Last Post: dchang0
  Pinephone visibly losing power while plugged in Hiraghm 2 897 05-23-2025, 12:30 PM
Last Post: Kevin Kofler
  Pinephone Pro Neural Processing Unit biketool 0 803 03-26-2025, 11:01 AM
Last Post: biketool
  contact sales pinephone janjansen1312 2 1,224 03-17-2025, 07:29 PM
Last Post: tllim
  PinePhone Pro P. Siera 4 2,658 03-14-2025, 07:00 PM
Last Post: Kevin Kofler
  [Article] PR Test Bot for PinePhone (Avaota-A1 SBC / Apache NuttX RTOS) lupyuen 0 787 03-08-2025, 02:43 PM
Last Post: lupyuen
Star Selling my Pinephone Pro Explorer Edition zheyon 0 1,266 01-31-2025, 02:27 PM
Last Post: zheyon

Forum Jump:


Users browsing this thread: 1 Guest(s)