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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,964
» Latest member: gesav72643
» Forum threads: 16,334
» Forum posts: 117,438

Full Statistics

Latest Threads
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
Yesterday, 08:44 AM
» Replies: 0
» Views: 61
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 8,531
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 130
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 71
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 215,705
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 123
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 189
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 2,023
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 897
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 575

 
  PBP just 'sploded
Posted by: Phillip Bell - 06-14-2020, 05:32 PM - Forum: General Discussion on Pinebook Pro - No Replies

I've had it for a few weeks and was using it today.  Installing QT5 so that I could eventually flash the new 20.6 i3 that strit just put out.

I heard a tiny "pop", screen went blank, and now, it won't boot.  Battery was charging with 5V3A charger, had it hooked up to Auzai external monitor, and installing QT5.  Battery was a little warm under the bottom, but not red hot.  

I think I now have a brick.  Any recommendations?


OK, good news, D-0 is back (yes, I have my PBP themed for a Star Wars droid, complete with ogg sound-clips and custom wallpaper).

After he cooled off for about an hour, I plugged in the power adapter and was then able to boot the machine.

I'm wondering if this is a thermal failsafe? Does the board or batteries shut off with high temp?


  Power consumption and suspend to ram
Posted by: robt - 06-14-2020, 03:01 PM - Forum: General Discussion on Pinebook Pro - Replies (33)

The battery life of my PBP is really good, I get 8+ hours with my usage (browsing, bit of vnc, paying attention to brightness levels).

However, I have some problems with suspend to ram.
First, it wasn't always going into suspend to ram, though since some updates yesterday, this seems to have been fixed.

Second, when suspending to ram, after 2.5 hrs the battery still lost about 13% (82% to 69%), so that's barely better than keeping it running.

Is that normal?

The reason I ask: I have a Huawei tablet (M5 Lite) which runs seemingly forever, but also when just leaving it, it does fetch update information (so at some point wifi and other stuff is somewhat active), but otherwise it will lose about 20% in a week or more. I unplugged it this morning and it just sat idle all day, and just now it still has 100% charge...

Then another question: is it possible to do a suspend to disk? Or are there special reasons why that isn't recommended?
On my commute, there's a crap data connection, so I'd like to load a bunch of webpages at home or at work, then read on the go. With suspend to ram consuming a lot of battery, esp. when forgetting about it at work, I'll be stuck with a dead battery...

Any thoughts?




[Edit 2020-06-21 after getting proper suspend to ram working]

I got my Pinebook Pro in May 2020, these fixes are therefore for an ootb Manjaro 19 PBP.
With the guidance in this thread below I managed to get to where I'm at now.

My PBP is up to date in terms of software updates, so it already runs kernel 5.7.0-1-MANJARO-ARM. Kernel 5.6+ is one of the prerequisites for proper suspend to ram.

With dmesg and journalctl -f I could figure out that the sleep mode (closing the lid or Fn+ESC = Zz) was indeed not really suspend to ram.

I modified /etc/systemd/sleep.conf
#SuspendState=freeze
SuspendState=mem
and disallowed any Hibernate lines, not sure if that would be necessary, so just in case.

I installed bsp uboot, package name and version: uboot-pinebookpro-bsp (1.5-7), which tells me this at the end of the installation:
A new U-Boot version needs to be flashed our install drive. Please use lsblk to determine your drive, before proceeding.
You can do this by running:
# dd if=/boot/idbloader.img of=/dev/mmcblkX seek=64 conv=notrunc
# dd if=/boot/uboot.img of=/dev/mmcblkX seek=16384 conv=notrunc
# dd if=/boot/trust.img of=/dev/mmcblkX seek=24576 conv=notrunc
Transaction successfully finished.

lsblk outputs this:
# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk2 179:0 0 58.2G 0 disk
├─mmcblk2p1 179:1 0 213.6M 0 part /boot
└─mmcblk2p2 179:2 0 58G 0 part /
mmcblk2boot0 179:32 0 4M 1 disk
mmcblk2boot1 179:64 0 4M 1 disk
zram0 252:0 0 5.6G 0 disk [SWAP]

So then I had to do this:
# dd if=/boot/idbloader.img of=/dev/mmcblk2 seek=64 conv=notrunc
# dd if=/boot/uboot.img of=/dev/mmcblk2 seek=16384 conv=notrunc
# dd if=/boot/trust.img of=/dev/mmcblk2 seek=24576 conv=notrunc

after which a reboot got me to functional suspend to ram - I can see that the CPUs are put to sleep with journalctl, and overnight, the battery lost less than 3%.


  Getting started in nRF52 in pinetime64
Posted by: Quim - 06-14-2020, 02:02 PM - Forum: Getting Started - No Replies

Hi everybody,

I am starting to learn how to program with the nRF52 and I have decided to start with the PineTime64.

I would like to know which ID is better to start developing with the device and with the software that comes with the smartwatch (if possible). I have a Segger JLINK programmer, will it be a good option the Segger Embedded studio to modify this repository and make my modifications? 

Thank you very much.


Quim


  Will Raspbian binaries run on the Pinbook pro?
Posted by: dieselnutjob - 06-14-2020, 12:21 PM - Forum: General Discussion on Pinebook Pro - Replies (10)

Hi
I compile software using freepascal and fpgui for customers on Windows, Linux, MacOS and Raspian.
I am currently using my Pi as a WiFi router so I was sort of tempted to buy a Pi4 to replace it.  But Pi's are such a faff with cables and SD cards and maybe I would just be better to get a Pinebook Pro.
Can I essentially treat a Pinebook Pro as a Pi laptop? It seems to use a similar processor as a Pi 4.
Would I be able to run 32 bit Raspbian binaries on it?
and I can install freepascal and Lazarus-IDE on it right?
If I buy one then I'll be most likely using Debian.
A laptop with a long battery life and a proper UART would be kind of cool.
thanks, DNJ


  Cannot Activate Developer Mode
Posted by: KeithMcN - 06-14-2020, 11:18 AM - Forum: UBPorts on PinePhone - Replies (6)

Hi,
      I have the UBPorts Community Edition and attempted to activate the Developer Mode, but the option does not seem to exist.

I have a BQ Aquaris with UBPorts and the options is under 'System Settings - About - Developer Mode'. However, this is not the case on the Pinephone.

Will this feature be added at a later date?


  PineTab options and accessories
Posted by: bcnaz - 06-14-2020, 11:06 AM - Forum: PineTab Hardware - Replies (20)

1) One of the pictures I saw of the internals of the PineTab showed a SSD installed,  but I did not see that adapter in the store.
   IS it   or will it be available ?

2) Will it be possible to add a phone/data modem  ? 

3) Can the 64gb eMMC be upgraded to a 128gb,  or perhaps larger ?
 
The speaker placement in the picture,  kinda wish they were forward pointing instead of rear pointing.
   It looks like the sides of the screen bezel would support forward facing speakers.

4)  Does it have a GPS module installed ?

5) When will they offer more of them "For Sale"  ?

Thanks


  Trackpad woes
Posted by: robt - 06-14-2020, 10:47 AM - Forum: General Discussion on Pinebook Pro - Replies (22)

I just got my PBP two weeks ago. My trackpad is a bit cumbersome.
First and foremost, it seems not to be properly seated. Please see the photo.

I'm not quite sure if it is an assembly problem that I can fix, or if they "just are like that". Any idea?

Next, I have trouble to get a three finger tap to be recognized (middle mouse button), so I have configured Manjaro/KDE to take a right top and left top corner tap as middle button. According to xev (xorg-xev package) no three finger tap ever gets detected. The two finger tap for right mouse button is also not registered half the time.

I don't think that my device was made in 2019, should I do the keyboard firmware update? Or how can I tell if mine is from last year or this one?



Attached Files
.jpg   2020-06-07_11.15.46_m.jpg (Size: 306.71 KB / Downloads: 698)

  Development platform for PineTime images?
Posted by: ichibon-brosan - 06-14-2020, 10:03 AM - Forum: General Discussion on PineTime - Replies (4)

Hello friends... I have received my first few batches of Pine hardware, specifically a USA version of the PineBook Pro, the PineTime developer kit, a clusterboard, and 7 modules. I have a PinePhone on order but no information on expected arrival.

I would like to start learning to program the PineTime but all the forum postings I have read so far refer to programming the watch using an Android phone, which I don't happen to own. So I have some easy questions, in no particular order... 

Can I develop firmware for the PineTime using my PineBook Pro? 

Can I do any of this before I receive my PinePhone or am I out of business until then?

Is my iPhone 7Plus of any value in this matrix in the mean time?

I have a j-link mini (edu) and a j-link edu. Can either of these be used to program the PineTime using OpenOCD?

Or do I need to buy something else specifically? If so what?

I am really looking forward to getting started :-)

Thanks, Douglas


  Boot process
Posted by: bero - 06-14-2020, 07:51 AM - Forum: Linux on Pinebook Pro - Replies (14)

Hi,
I'm trying to port OpenMandriva to the PineBook Pro (not that there's anything wrong with the preloaded Manjaro - that one works pretty well too!)

Is there any documentation on the device's boot process?

So far I've gathered:
The most interesting kernel is this one: https://gitlab.manjaro.org/tsys/linux-pinebook-pro
U-boot is probably the generic rk3399 version(?)

I couldn't find anything on what to put where on the SD card for a successful SD boot (other than looking at existing OS images to see where they put stuff), or how to install a new u-boot (and particularly testing it without bricking the device), etc.
Is any such information available?


  Unable to make a phone call
Posted by: bingo600 - 06-14-2020, 06:33 AM - Forum: UBPorts on PinePhone - Replies (4)

I just got my PinePhone Ubi edition friday

This is on the "stable" version

I was not expecting "much to work" , but hoped for basic call & sms.
I have installed a Telia Card in the PP , and i can do DATA & SMS but no Call.

If i dial to the pinephone the caller phone (android) says it is busy.
If i dial from the PinePhone it just say call failed.

If i move the Telia simcard to an iPhone 6S calls are working.

So the card isn't "dead" , as Data & SMS are working , just calls doesn't work.

Any hints would be appreciated , even debug tips.

I'm a daily linux user , and ssh etc doesn't scare me Smile 

Edit:
WiFi seems to work ok , especially after a "warm reboot"
I did have to enter the  WiFi password a few times , as if it had trouble saving it , or forgetting it once in a while.
Edit2:
Just noticed someone saying if you have several AP's with the same SSID (i have 2) , then you might be asked for a passwd where it might not make sense.
It could be the phone trying to auth on the other BSSID ..
Maybe one should auth on AP1 , turn it off & auth on AP2. Hopefully the PP will remember auth on both AP's then


/Bingo


Well

I'm trying to switch to the Development channel right now.
Hope it will solve the issue.