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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,118
» Latest member: Samiha
» Forum threads: 16,363
» Forum posts: 117,536

Full Statistics

Latest Threads
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
07-07-2026, 07:01 PM
» Replies: 12
» Views: 38,515
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
07-07-2026, 04:47 PM
» Replies: 16
» Views: 11,065
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
07-07-2026, 07:28 AM
» Replies: 0
» Views: 80
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
07-06-2026, 05:22 PM
» Replies: 2
» Views: 236
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 122
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,086
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 317
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 177
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,631
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,249

 
  Rock64 problems with external Hard Drive and powering
Posted by: mjd - 12-14-2019, 09:01 AM - Forum: General Discussion on ROCK64 - Replies (1)

Few of the problems to be described, with my Rock64 2GB equipped with SATA-to-USB adapter bought all from the official pine store.

First launch as a home server - hard drive (500GB 2.5') died after two or three months. OK - it wasn't new one, could happen.
The second launch with similar hard drive and death of hdd after three or four months.
I suspected the result of unreliable power plug, which makes me troubles too. It failed on delicate touch. There was no way to move rock64 at all when it was working.
I replaced the board's power socket using the one linked here on forum. Of course loosing any guarantee and possibility to sell this hardware someone else because of manual changes to hardware.
But, It didn't help. Thus I replaced the power plug and finally I have stable powering.

In the meantime I configured some old microPC as my home server and currently, while it's working very well, I'm trying to use my Rock64  at least as non-critical NAS.
I've connected 1TB 3.5' Hard Drive WD Green with additional 12V power.
This time with system on SD Card. Because there is too frequent problem with starting from external HDD after reboot. It's starting once per two/three attempts. So can't be rebooted remotely if needed.
After two or three days I observe hd related errors in dmesg. Smartctl reported me lack of connection to HDD.
Changed kernel from 5.0 to 4.4.
Aftet some minutes after boot, the LED on adapter is solid red all the time even though there is no disk activity, and this time again  after two/three days disk is failing in logs, smartctl also sent me email about terminated communication with disk.
I'm affraid that I'm going to loose third hard drive!

Just to conclude.
The idea of ARM based PC is interesting but there is a lot improvements to be done still. Apart of maybe particular sample's hardware problems there are also software related issue.


  Article: Porting [druid] Rust Widgets to PineTime Smart Watch
Posted by: lupyuen - 12-14-2019, 03:04 AM - Forum: PineTime Tutorials - Replies (3)

Hi PineTime Community: Here's my new article that explains how we may build Watch Apps in Rust for PineTime...

https://medium.com/@ly.lee/porting-druid...0efd167b07


  Any OS for Pinephone have call capability?
Posted by: quixote - 12-14-2019, 01:23 AM - Forum: General Discussion on PinePhone - Replies (17)

I gather a call was received, but not sent yet?, using pastmarketOS. I think you can also send txts on pmOS?

Is that right? Do any of the available OSes (also Ubuntu Touch, LuneOS, Sailfish) have two-way call and/or txt capability? I get the impression the answer is no, but I don't know why it feels like that. Finding actual info is really hard! (Maybe just for me, but there it is.)

Also, pmOS has mobile data working. So if I'm using Signal, for instance, which uses data instead of the cellphone company, will the calls work?

Thanks to anyone who knows the answers or where to look for them!


  No POWER after installing Manjaro on microsd
Posted by: cocozozo - 12-13-2019, 05:42 PM - Forum: Linux on Pinebook Pro - Replies (1)

Hi guys,

I hoping to get some assistance with my pinebook pro which no longer powers on.
I've been using the factory installed debian and thought i'd give manjaro a go.
I used the Manjaro-ARM-kde-plasma-pbpro-19.12.img.xz image and put it on my micro sd via etcher. After booting up on the micro sd the manjaro install continued (i chose user name, keyboard layout etc) then it rebooted
Since then I can't get my pinebook to power on with either the micro sd in or out (I was at least hoping debian would run without the micro sd).

I came across this thread but want to be I believe my situation is different (I thought I didn't write to eMMC)???

-update 1- since writing this post, I have been able to get the power light on (flashing, but nothing on screen).
-update 2- i've plugged in power and it boots now via debian. I will test further and report back
Many thanks

George


  Building OP-TEE OS for pine64-LTS
Posted by: foreverska - 12-13-2019, 02:00 PM - Forum: Linux on PINE A64-LTS / SOPINE - Replies (1)

I am attempting to add a mk to OP-TEE/build for the pine64-lts.  I'm pretty far along but have some fairly sticky faults.  The first was the transition from ARM-TF to optee_os failed.  So I sent some emails off and focused on something I thought would be easier, booting Linux.  

What I've done is copied and modified the build script from qemu with concepts from other boards (poplar, rpi3) and brought in mainline u-boot.  U-boot is made aware of ARM-TF and the board readily boots the resulting .bin.  Next I wrote and compiled a boot.cmd:

Code:
setenv bootargs earlyprintk console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10
load mmc 0:1 0x44000000 /sun50i-a64-pine64-lts.dtb
load mmc 0:1 0x42000000 /uImage
bootm 0x42000000 - 0x44000000

The dtb is from the kernel source.  It seems to be okay with all of this except when it boots the following is printed.

Code:
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
272 bytes read in 3 ms (87.9 KiB/s)
## Executing script at 4fc00000
22300 bytes read in 6 ms (3.5 MiB/s)
20294208 bytes read in 879 ms (22 MiB/s)
## Booting kernel from Legacy Image at 42000000 ...
  Image Name:   Linux kernel
  Image Type:   AArch64 Linux Kernel Image (uncompressed)
  Data Size:    20294144 Bytes = 19.4 MiB
  Load Address: 80008000
  Entry Point:  80008000
  Verifying Checksum ... OK
## Flattened Device Tree blob at 44000000
  Booting using the fdt blob at 0x44000000
EHCI failed to shut down host controller.
  Loading Kernel Image
  Loading Device Tree to 0000000049ff7000, end 0000000049fff71b ... OK

Starting kernel ...

It sits here forever.  I have attempted to change log levels and earlyprintk but nothing helps.   Any assistance would be greatly appreciated.


  Netflix with hardware acceleration not working
Posted by: Helium75 - 12-13-2019, 01:53 PM - Forum: Linux on RockPro64 - Replies (1)

Good day Gentlemen & Gentlewomen,

I can't get the Chromium to work with the hardware accelartion.
Usually I wouldn't bother but its impossible to play videos from netflix like that (at least not in fullscreen mode).

Chromium gives me a error like this:

  • [12710:12710:1213/204638.585707:ERROR:gl_surface_egl.cc(1043)] : EGL display query failed with error EGL_SUCCESS

  • [12710:12710:1213/204638.585948:ERROR:gl_surface_egl.cc(1057)] : eglInitialize Default failed with error EGL_BAD_DISPLAY

  • [12710:12710:1213/204638.586005:ERROR:gl_initializer_x11.cc(156)] : GLSurfaceEGL::InitializeOneOff failed.

  • GpuProcessHost: The GPU process exited with code 1024.

I installed the latest libmali - wateland. I also tried some others, getting the same error.

Any hints / ideas ?

Thx in advance.


  PINE music player (with M2 SSDs)
Posted by: mitcoes - 12-13-2019, 01:23 PM - Forum: General - Replies (3)

I have just look for modern music players.

A device where I can install liGNUx as OS and large M2 as a music storage

And perhaps  Kodi to manage my FLAC music collection ripped from my owned CDs.

And it is a DIY market.

Plus devices are very expensive and none with M2 or NVMe SDDs

I think that a cheaper pseudo-Pinephone with M2 & or NVMw SDDs and a good DAC to listen to FLAC - and MP3 - music.

A PineMusic player or a PineFLAC player or whatever the name would be can make for the Pine project more money than all the other projects together if it is the best music player as it was the Apple one long time ago with small HDDs.

And the pinephone, without the phone, the "pineplayer" or the "pinemusic"  a smaller screen and with the SDDs would be a best seller.


  Manjaro ARM Alpha1 for PinePhone!
Posted by: FutureBucket - 12-13-2019, 01:04 PM - Forum: Manjaro on PinePhone - Replies (2)

Just started looking at the pinebook pro and Phone OSes and found this. 


https://forum.manjaro.org/t/manjaro-arm-...one/113744


I'm starting to get super excited!!


  Laptop Sleeve
Posted by: josmo - 12-13-2019, 12:18 PM - Forum: Pinebook Pro Hardware and Accessories - Replies (7)

fits snug not too loose or too tight Shy

https://www.amazon.com/UZBL-Protective-C...ng=UTF8&me=



Attached Files
.jpg   pbpcase.jpg (Size: 498.93 KB / Downloads: 856)
.jpg   pbpcase2.jpg (Size: 494.85 KB / Downloads: 824)

  Serial cable voltage
Posted by: rossk - 12-13-2019, 09:40 AM - Forum: Pinebook Pro Hardware and Accessories - Replies (1)

I've seen a few mentions of there being an issue with the voltage on the serial cable in the Pine store. (for example)

Has there been any official acknowledgment from the Pine64 folks? I ordered one a few days ago, and I just got notice that it has shipped. I would like to know if I should avoid using it.