PINE64
Do I really need PINE64-Installer? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: General Discussion on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=77)
+--- Thread: Do I really need PINE64-Installer? (/showthread.php?tid=4900)

Pages: 1 2


RE: Do I really need PINE64-Installer? - martinayotte - 08-13-2017

No ! DDR settings are not the same ...


RE: Do I really need PINE64-Installer? - shirman - 08-13-2017

So, I have not any sd reader now - is it possible to burn an image to sd card from my pinebook? 

I successfully run pine install, but it is not seeing any sd cards(
[Image: H3hRiTx.png]

I also tried this:
Code:
sudo dd bs=4M if=image.iso of=/dev/mmcblk1

And also have not succeed - I tried it with q4os-live-1.8.7-x64.iso.

Where I can download images directly to try again dd thing?


RE: Do I really need PINE64-Installer? - skot - 08-14-2017

(08-13-2017, 04:41 PM)shirman Wrote: So, I have not any sd reader now - is it possible to burn an image to sd card from my pinebook? 

I successfully run pine install, but it is not seeing any sd cards(

I also tried this:
Code:
sudo dd bs=4M if=image.iso of=/dev/mmcblk1

And also have not succeed - I tried it with q4os-live-1.8.7-x64.iso.

Where I can download images directly to try again dd thing?

https://sourceforge.net/projects/q4os/files/stable/q4os-pinebook-1806.zip/download



On linux, some internal readers will put the sd card at /dev/mmcblkX and some internal and most external usb readers will put the sd card at /dev/sdX. You want to write your image directly to the start of the disk and not to a partition of it (since the image contains its own partition table). So for example, make sure you're not writing the extracted .img file to mmcblk0p1 or sdc2, you'd want mmcblk0 or sdc. An easy way to find the right drive is to run 'dmesg|tail' or 'lsblk' before and after you insert the card.


RE: Do I really need PINE64-Installer? - shirman - 08-14-2017

lol, I used wrong image, for x64 system Smile now all is fine, thank you