| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,113
» Latest member: moses
» Forum threads: 16,363
» Forum posts: 117,536
Full Statistics
|
| Latest Threads |
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
56 minutes ago
» Replies: 12
» Views: 38,455
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
3 hours ago
» Replies: 16
» Views: 11,011
|
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
Today, 07:28 AM
» Replies: 0
» Views: 27
|
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
Yesterday, 05:22 PM
» Replies: 2
» Views: 178
|
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 92
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,042
|
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 256
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 141
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,608
|
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,220
|
|
|
| Copying an OS to a SSD |
|
Posted by: ab1jx - 10-20-2020, 05:37 PM - Forum: Linux on Pinebook Pro
- Replies (7)
|
 |
This is probably not the normal way to do it, but I installed the mrfixit image to an SD, updated it to Buster, seems to work fine. Now I'm trying to copy it to my 1 TB Intel SSD.
I made a 1 GB (generous) FAT32 partition and a 200 GB ext4 with gparted on the SSD. Then following piclone's example I used cp -ar to copy the files in the partitions on the SD to the SSD. Then edited the root= specification in extlinux.conf on it to the nvme path.
But it doesn't boot, it boots the eMMC instead. My notes:
Code: ssd:
Device Boot Start End Sectors Size Id Type
/dev/nvme0n1p1 2048 2050047 2048000 1000M b W95 FAT32
/dev/nvme0n1p2 2050048 411650047 409600000 195.3G 83 Linux
sd:
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 32768 163839 131072 64M c W95 FAT32 (LBA)
/dev/sda2 * 262144 62333951 62071808 29.6G 83 Linux
Mounted the sd on /sd
mounted the ssd on /mnt
cp -ar /sd/* /mnt
umount /sd
umount /mnt
mount /dev/nvme0n1p2 /mnt
mount /dev/sda2 /sd
cp -ar /sd/* /mnt
[wait]
root@pbp:/usr# umount /mnt
root@pbp:/usr# umount /sd
root@pbp:/usr#
mount /dev/nvme0n1p1 /mnt
joe /mnt/extlinux/extlinux.conf
root=/dev/nvme0n1p2 twice including the bak, important
I copied a Raspberry Pi SD to a USB hard drive and got it booting this way once. Maybe I forgot something here.
Duh, forgot up update the /etc/fstab on the SSD, working on that but it's time to eat.
|
|
|
|
| Incoming calls/sms when the phone sleeps |
|
Posted by: petrus - 10-20-2020, 04:53 PM - Forum: PinePhone Software
- Replies (8)
|
 |
I tried different OS (Mobian, pmos, UT) and UI, but everytime Pinephone doesn't wake up from suspend when it gets a call or sms. Reading this thread I understand it is a modem issue which seems very difficult to fix. But is there any workaround ?
For me it is the only reason why I don't use the PinePhone as an ordinary daily phone.
|
|
|
|
openSUSE Tumbleweed |
|
Posted by: lewellyn - 10-20-2020, 04:32 PM - Forum: Linux on Rock64
- Replies (4)
|
 |
I have installed openSUSE Tumbleweed onto a couple of my Rock64 boards, with 16GB MicroSD cards. (Basically) everything seems to work fine for my needs, but there are some things I noticed. I'm not entirely sure why the distro is not currently on the Rock64 wiki, and there hasn't been much on the forum about it, so I thought I'd toss my thoughts out there for anyone else who's grumbling at pointlessly needing yet another distro for yet another SBC.
The Rock64 HCL notes the availability of Leap, though it is not available at the time of this writing. Further, only JeOS is available at this time, though there are (broken) links on the HCL page for E20, XFCE, LXQT, KDE, and X11. I can think of no reason one might reasonably want any of those though, especially with the caveats below.
The HCL lists instructions for writing the xz file to SD card using an existing Linux install. But I can confirm that the usual Windows tools, including Rufus, will write the xz file fine. 
Also, HDMI video output works for initial boot, so you do not need a serial port for initial configuration (I cannot confirm how useful a serial connection, so the HCL might be right that you want one). As it's likely to be running headless long-term, it might be easiest to do your initial boot (it might take a couple minutes) and configuration over SSH, by finding the DHCP lease in your DHCP server's database (probably the most recent entry, of course) and SSHing in with the credentials on the HCL page (don't forget to change them immediately!). Why bother hooking it up to a keyboard and monitor for a one-time thing that can be done with your usual tools? 
Anyhow, the caveats:
- Booting takes a while sometimes. I'm not sure why just yet, but there's a 100 second gap in dmesg each cold boot for me (10 seconds on warm boot, which I think are due to installing rng-tools as they need to gather entropy). But ideally you're not rebooting often.

- The default btrfs partition at /dev/mmcblk0p3 is only 1.7GB and starts off 1.2GB full with a bit over 400MB free. You can either create a new partition, or you can extend the one that's there (exercise for the reader, but you could probably do worse than yast2 disk). I opted for the latter and btrfs filesystem resize max / once I fixed the partition size was all I needed, myself.
- SPIDF/I2S audio doesn't work. This generates some kernel spew and a mostly harmless set of traces. As I'm not using sound, I've done zero investigation. I've also not bothered to blacklist the modules, so I can't help you reduce boot-spew. I do not know if HDMI audio works, though the drivers seem to load without incident.
- There is a lot of screen tearing in the console, even if there's no scrolling or other activity, especially if you have more than just VT1 in use. I have not tried X11, but I can't imagine it having useful performance if it can't even draw the text console error-free. This may be related to the following kernel message: rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
- If you're used to using DTBOs with this SBC, you're going to have a bit more challenge than with some of the more widely-used distros. I do not recommend the task for those not extremely comfortable with the idea of a distro which doesn't have /sys/kernel/config/device-tree/overlays available without you having to do your own legwork and doesn't seem to have a way to take the Raspberry Pi approach.
- I do not see evidence of eth1 in either dmesg or YaST. As I do not currently have plans to multihome any of my Rock64s running openSUSE, I have not investigated further (including the whole magjack situation which doesn't look like anyone has documented properly, in general).
- Blinking the NIC LED doesn't seem to visibly do anything, but it also doesn't generate errors. This is mostly just a note since it's pretty common behavior on ARM SBCs, and since there's only one port, there's no reason to blink it anyhow.
- It does not seem that there is yet TrustZone support. For most users, this is probably a non-issue.
- Some things seem to perform much worse than I'd expect, quite notably YaST2. Since performance hasn't shown itself to be an issue with my workload, I've not investigated. It may just be due to the fact that I'm not using an eMMC.
- Again, this is a JeOS image. Lots of things are going to be missing compared to even a minimal standard install. Be prepared to use zypper a bit, or to hit the Install button in YaST when you set up things like NTP sync.
- openSUSE's aarch64 support isn't quite first class in my opinion. Be aware you're gonna probably need to add some stuff from openSUSE:Factory:ARM
This is almost certainly not suitable for desktop use, or even general-purpose use. But if you already package stuff for yourself using OBS and are otherwise embedded (hah!) within the openSUSE ecosystem, this is definitely a viable option for your SBC.
Links:- openSUSE HCL: Rock64
- devel:ARM:Factory:Contrib:Rockchip images - You'll want the one with a filename like openSUSE-Tumbleweed-ARM-JeOS-rock64.aarch64-XXXX.XX.XX-BuildX.X.raw.xz (where the X values change, depending on date/build)
(Note that the download repository has images for other SBCs, as well. Currently the list is fireflyrk3288, rock64, rockpi, and tinker. I have not used any of the other images. I cannot likely assist with issues related to SBCs that I do not own.)
- openSUSE:ARM distribution howto - This page has how to use osc on ARM (I did mention you'll probably want to already be familiar with OBS right?)
- Portal:ARM - The jumping off point for openSUSE-on-ARM documentation
![[Image: rock64-tumbleweed.png]](https://files.geekbakery.net/file/data/wdwr6skdrkrmuvq4t6al/PHID-FILE-x42gq6ojt62k4py4dayn/rock64-tumbleweed.png)
(1G Rock64, with kdump enabled, so only 776M available)
Note that this post is adapted from a blog post, so I apologize if I messed up the formatting here. I just figured it was better for posterity and people searching for openSUSE support if I put the whole post contents here rather than just a link.
|
|
|
|
| Ethernet Issues on DietPi |
|
Posted by: rgreen - 10-20-2020, 12:25 PM - Forum: Linux on Pine H64
- Replies (5)
|
 |
Armbian install by way of Diet Pi.
I was really looking forward to moving our self-hosted services to a more capable SBC. I need a solid ethernet connection that the H64b doesn't seem to want to provide. I'm going to check with Manjaro build, but arch isn't my flavour and I'm not looking to manage a single non-debian based distro.
Am I sending this thing back to Pine? What was the purpose of the h64 if it's barely supported by anything?
|
|
|
|
PMOS EU-only PinePhones on the store? |
|
Posted by: marcih - 10-20-2020, 10:41 AM - Forum: General Discussion on PinePhone
- Replies (6)
|
 |
I've pre-ordered the Manjaro CE, seeing as there was no option to buy the PMOS CE when I found out about the PP (or rather when I remembered it existed and looked into it properly ). Ever since then I've been diligently checking the PINE64 RSS feed, forums and even the store page for any updates on the next batch. To my surprise, I've discovered today that the standard, non-convergence PMOS CE is back on the store page, labeled as EU-only.
I'm considering snagging one up so I wonder, is this unsold stock? If so, why is it in the Polish warehouse and not still in China? Why did it show up only now? Or are they devices returned by the customers? Could we get some clarification by PINE64 on the origin of these phones and the reason why they showed up only now with no announcement or explanation on what they are? Also, if I were to purchase this one, I wouldn't be interested in the Manjaro CE one I pre-ordered anymore (as long as they're the same board revision, which is what I understood from the forums and wiki), how can I request a refund, if at all? Any info on this would be appreciated.
Oh and thanks for reading my first post!
|
|
|
|
| Img now updated to sfos 3.4.0.24 |
|
Posted by: defactofactotum - 10-20-2020, 03:44 AM - Forum: SailfishOS on PinePhone
- Replies (8)
|
 |
The PP image is now updated to 3.4 so the info below is out of date.
------------------------------------------------------------------------------------------
You can update the sfos version on the pinephone by running the following commands:
devel-su
ssu re 3.4.0.24
ssu ur
zypper ref
zypper dup
NB this can take 3hours+ on sdcard, about 40 mins on emmc.
This build feel a bit faster. Patchmanager doesn't work.
|
|
|
|
| Build state today |
|
Posted by: firefox-58 - 10-20-2020, 03:07 AM - Forum: PostmarketOS on PinePhone
- Replies (3)
|
 |
Hi,
on the postmarketos website there are only builds from september available? Where I can get more recent builds?
Or have I to build them on my computer with pmbootstrap? Edge or stable then?
|
|
|
|
|