11-27-2022, 07:56 AM
(11-27-2022, 04:40 AM)Gwen Wrote: Hi,
Thx for your answer.
It seems it was a problem with the command I used to burn the image on sdcard.
This is the exact command that succeded and permited me to go further :
xz --decompress --stdout /home/YourName/YourFolder/20221123-0417-postmarketOS-v22.06-phosh-18-pine64-pinephone-installer.img.xz | dd of=/dev/mmcblk0 bs=4M status=progress && sync && sync
All my tries with 'dd' failed.
Battery doesn't seem to be a problem anymore.
I was a bit scary about performances and usability for first to days playing with it but I use it in 'production' now since another two days
and it's really great device. (loved to be able to ssh in it and backup it as my other computers)
... I'm now trying to found good gps client app ... tried gnome-maps and osmscout/pure-maps for now ... but it's another story ...
Thx again. Have a nice day ! o/
Great. Feel free to let us know the exact dd commands which failed, then we can have a look what the issue was. One of the most common issues is that the img file in the xz archive isn't decompressed prior to flashing. The command you mentioned does the decompressing and pipes the output into dd.