Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,105
» Latest member: kiwigoldfish
» Forum threads: 16,362
» Forum posts: 117,531

Full Statistics

Latest Threads
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
7 hours ago
» Replies: 0
» Views: 31
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
Yesterday, 04:41 PM
» Replies: 6
» Views: 4,007
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
Yesterday, 08:23 AM
» Replies: 0
» Views: 70
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 176
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 86
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,559
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,179
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 242
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 169
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,654

 
  Lightest Weight OS for PB
Posted by: machinehum - 11-21-2018, 11:12 AM - Forum: Linux on Pinebook - Replies (13)

I've been using the out of box Linux mint for a while now and it's been working great! I want to try out something a little more light weight. Any suggestions?


  EU Shop for spare parts/eMMC?
Posted by: Noxmiles - 11-21-2018, 10:17 AM - Forum: Pinebook Hardware and Accessories - Replies (4)

Is there a shop in Europe / EU where some spare parts of the Pinebook are available?

I'd like to buy an extra eMMC Module and a USB Adapter, but 12$ Shipping is really high. Also, taxes are probably ontop (even the shipping costs are taxed!). An EU Shop could have cheaper shipping and no taxes. Does anybody know if that's available?


  Conky - Anybody use it on Pinebook?
Posted by: jschall - 11-21-2018, 07:23 AM - Forum: General Discussion on Pinebook - Replies (2)

I'm a longtime user of Conky on x86 platforms.

I installed it on my new Pinebook 1080p, but it keeps crashing.

It runs for a few seconds, then crashes with one of several errors. And it's not Conky syntax errors, it seems to me these are errors min the code (but I'm not a programmer).

Here are some of the errors Conky throws:

*** Error in `conky': free(): invalid pointer: 0x000000557d588960 ***
conky&
[2] 10840
[1]   Aborted   


*** Error in `conky': free(): invalid next size (fast): 0x000000557c147e60 ***
conky&
[4] 11504
[3]   Aborted               


conky: attempt to index a nil value

conky: malloc.c:2406: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.

    
Am I the only Pinebookie experiencing this problem?         


  Pinebook 1080 brand new kde Neon Snaps
Posted by: jwp1000 - 11-21-2018, 06:38 AM - Forum: Linux on Pinebook - No Replies

Hi team hope you guys are great.
Not the most technical linux person but I really like to tinker.

I got the new pine book 1080 to my german home love it its all that wanted as far as weight goes.
I booted the KDE Neon on it.
Did the updates.

I wanted to install my favorite snap

I did sudo snap install htop  -- It said that I did not have the right permissions for a device
I did sudo apt-get install htop it worked.

Any trick to get snaps to work?

Thanks

Jwp1000


  SoPine/Pine64 LTS: Ubuntu Mate is not booting
Posted by: jaganteki - 11-20-2018, 10:49 PM - Forum: Linux on PINE A64-LTS / SOPINE - No Replies

Hi,
 
I'm using LCD panel[1] and OV5640 camera sensor on SoPine and Pine64 LTS and trying to follow steps mentioned here[2]. It hangs while graphics initialize
 
Welcome to Ubuntu 16.04.5 LTS!
[  OK  ] Created slice system.slice.
         Starting Accounts Service...
[  OK  ] Started Accounts Service.
[  OK  ] Reached target graphical.target.
<< hang here >>
 
any help, do we have an existing BSP to work on this LCD and Camera?
 
[2] http://wiki.pine64.org/index.php/SOPINE_...and_Camera
[1] https://www.pine64.org/?product=7-lcd-to...reen-panel


  Successful boot from HDD
Posted by: mmatyas - 11-20-2018, 06:46 PM - Forum: Linux on RockPro64 - Replies (1)

So, following thing:

I have built a server with the RockPro64 and 4 HDDs. After my SD Card died due to frequent flashing of new images and the immense data writing due to kernel compilation, I have looked into how I could boot my RockPro64 from my HDDs.

Turns out, nothing easier than that!

Just install your (in my case Arch) Linux on the SD card. This will create different partitions, where mmcblk0p7 (or however your System will call the partitions on your SD card), the 7th partition is your root file system.

U-Boot WILL ALWAYS look in the boot/ folder on this partition for the kernel and the extlinux config. But not for the other parts, the root= flag in the extlinux.conf specifies where the kernel should boot the rootfs from.

So, create a partition on one of the HDDs (Raid and LVM should also work, just make sure to edit the mkinitcpio and recreate the kernel config before you continue), format it to ext4 and copy everything from the rootfs on the sdcard into this new partition on the HDD. Make sure you copy them with correct metadata, I recommend rsync.

After that, use fdisk to give a label for this partition, that you will not use any more on the system, like 'hddroot'.

Edit the /boot/extlinux/extlinux.conf on your SD card and change your rootfs to the specified partition label above: 'root=label=hddroot'

now, in the partition on the HDD, edit the etc/fstab to mount your original rootfs from the sdcard somewhere on your system. I created a folder called /sdroot for that. Set another fstab entry to bind mount /sdroot/boot to /boot. This is needed, so that /boot in your system points to /boot on your SDcard. Otherwise, kernel upgrades would install your new kernel on the HDD and U-Boot would still load the old one from the SD card. This way, a new kernel installed to /boot will always land on your SD card, minimizing the write load to kernel upgrades only.

That't it, you're good to go! This is running with a USB HDD and a SATA HDD on my system, I'll try packing the rootfs into a software raid and lvm later. Hopefully this way, my SD card will survive more than just a couple of weeks...

Have fun!


  Freedombox for Rock64
Posted by: Danielsan - 11-20-2018, 03:27 PM - Forum: Linux on Rock64 - Replies (2)

Hi Guys,

I found this very interesting project that is based on Debian, beside the fact that it would be awesome if we can have a customized iso image, I was wondering if, since the moment it is based on Debian, using the Debian iso and the official guide it is possible setup the freedombox, what do you think?


https://freedombox.org/
https://wiki.debian.org/FreedomBox/Hardware/Debian


  Least resource usage system
Posted by: ipollox - 11-20-2018, 02:24 PM - Forum: Linux on RockPro64 - No Replies

Hello,
I’m trying to run a Minecraft server for a handful of friends, which I was successful doing so, but id like to squeeze as much of the board as I can.

I’m currently running the “Bionic minimal ROCKPro64 0.7.11 1075 arm64 img”, and the server running at 3GB ram (Maybe I can boost it to 3.5? If I disable unneeded services and processes), or is there a more lightweight ISO to server host? All I need is Java/Internet/and that’s about it, a light system.

What would be safe services and process to get rid off if I only need need java and internet?


  pinebook 1080p
Posted by: eclay - 11-20-2018, 12:29 PM - Forum: General Discussion on Pinebook - Replies (2)

I must of missed the announcement and can't seem to find any specific details about the new 1080p pinebooks.  Can anyone confirm weather this is just the 11.6" or if it also includes the 14" pinebook that now comes with a 1080p display.


  build out list(s)
Posted by: grimace - 11-20-2018, 10:10 AM - Forum: General Discussion on ROCK64 - Replies (4)

I'm looking at the RockPro64 and would like to put together a working SBC, but I'm not quite sure what ( in addition to the CPU board ) what to purchase.  Is there a comprehensive list of what is needed to get it running?

This also applies to other models.