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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,490
» Latest member: camillo
» Forum threads: 16,199
» Forum posts: 116,886

Full Statistics

Latest Threads
Multiple NEMA 17 stepper ...
Forum: General
Last Post: Harry
Today, 12:24 AM
» Replies: 0
» Views: 44
Giving away a Pinebook Pr...
Forum: Pinebook Hardware and Accessories
Last Post: tuxifan
Yesterday, 03:11 AM
» Replies: 2
» Views: 151
PinePhone Pro: Camera App...
Forum: General Discussion of PinePhone Pro
Last Post: intriguedoves
08-20-2025, 10:04 PM
» Replies: 2
» Views: 2,190
Bare metal on Pinephone P...
Forum: PinePhone Pro Software
Last Post: alain
08-19-2025, 07:58 AM
» Replies: 0
» Views: 194
Seeking Contributors: Apa...
Forum: PinePhone Pro Software
Last Post: geometrylitegame12
08-19-2025, 01:38 AM
» Replies: 4
» Views: 4,080
Pinephone Pro wont boot t...
Forum: General Discussion of PinePhone Pro
Last Post: KC9UDX
08-18-2025, 06:15 PM
» Replies: 5
» Views: 390
PinePhone Pro discontinue...
Forum: General Discussion of PinePhone Pro
Last Post: Kevin Kofler
08-18-2025, 04:30 PM
» Replies: 8
» Views: 734
fixing the ppkb mainboard...
Forum: PinePhone Pro Accessories
Last Post: Jite
08-18-2025, 02:57 PM
» Replies: 2
» Views: 234
Are there plannes to crea...
Forum: PinePhone Pro Hardware
Last Post: biketool
08-18-2025, 04:12 AM
» Replies: 5
» Views: 1,113
Pinephone pro stuck while...
Forum: PinePhone Pro Hardware
Last Post: Supervisor
08-16-2025, 06:40 PM
» Replies: 2
» Views: 265

 
  Pinebook Pro Dock Power Requirements
Posted by: calinb - 12-06-2020, 11:34 AM - Forum: Pinebook Pro Hardware and Accessories - Replies (9)

I have a PinePhone Manajaro Community Edition and I'm looking forward to ordering a PineBook Pro as soon as the Pine64 store enables orders again. Looking at the specs for its dock (https://pine64.com/product/pinebook-pro-...46c16e2e66

"Power Input: USB-C PD Quick Charge, 60Wat" (sic)

Is that 60 watts at 5 volts? Yikes--that's 12 amps!!! Huh  The Rock64/PB power supply only supplies 3 amps maximum:
https://pine64.com/product/rock64-pinebo...46c16e2e66


  Pinebook pro no longer boots
Posted by: xsquared93 - 12-06-2020, 10:02 AM - Forum: General Discussion on Pinebook Pro - Replies (7)

Hello,

I was following these instructions to install Arch Linux ARM on my pinebook:

https://www.bencode.net/posts/pinebook/

and when I got to the last step I tried to reboot the computer by turning it off and this triggered the red LED light to turn on. 

I tried typing “reboot” but failed because I was inside chroot.

I have tried to boot from an sd card but failed.

I have tried holding the power button for 20 secs but failed.

Any help will be appreciated.


  PBP Went Blank After Login
Posted by: iscmob - 12-06-2020, 09:03 AM - Forum: General Discussion on Pinebook Pro - Replies (2)

Hi,
I really really enjoy PBP Manjaro for many months.
Until recently, after I keyed my login password, the login screen continued as usual for a few seconds and then the screen gone blank. I noticed the green LED and noted the laptop is still running, but with a blank screen.
I’m no Linux expert. Please advise what shall I do.
Thanks.


  Any updates on HardROCK64?
Posted by: dsimic - 12-06-2020, 08:14 AM - Forum: News - Replies (11)

Hello,

I will be putting together a couple of SBC clusters using a whole bunch of SOPine, Clusterboard and Rock64 boards, and having HardROCK64 4GB boards as the control nodes would be perfect.

Is there any news about the availability of HardROCK64 boards, especially the 4GB variant?  Could there be a few available from the preproduction run, for a cool project like this? Smile

Any help would be appreciated.


  1.2b revision Pinephone mainboards, Discounts ?
Posted by: bcnaz - 12-06-2020, 01:31 AM - Forum: PinePhone Hardware - Replies (4)

The UBports and Brave Heart phone owners received a discount to upgrade their phones to the Latest 1.2b revision mainboard.

That brings up the Question,

Will the PMOS phone owners also be allowed a discount to upgrade from the 1.2a  to the 1.2b revision mainboard  ?


  Powering the A64 LTS from a LiPo
Posted by: belsamber - 12-05-2020, 10:51 PM - Forum: Lithium and RTC Ports - Replies (2)

It took me a while to collect this information from across various threads and the schematic, so I wanted to summarise it back and hopefully make life easier for other people in future.

I have an A64 LTS (2GB) and I am now powering it from a battery pack made of 4 x 18650 cells in parallel. It's also driving a medium sized LCD which is powered by USB, which resulted in some extra complexity in getting enough power to the USB port. 

So, points to note:

1. Battery temp sensor 
The middle wire on the battery connector either has to be connected to a thermistor or to a 10k resistor connected to GND, otherwise the battery will not charge (still powers things fine though)

2. Power jumpers 
There is a pair of jumpers on the board marked DC5V and BAT. According to the schematic, you should jump DC5V if you are powering just from the DC adaptor (default,) jump BAT if you are powering from battery, or have neither connected if you are powering from both. Since I was intending to use this in a portable device (like a laptop) I assumed "both" was correct and had none of the jumpers connected, however this did not give me enough power to the USB. I had to leave BAT jumpered. This seem to work fine - not sure if anyone would care to elaborate on what this actually does. I can see the DC5V jumper connects the DC adaptor to the 5V line, so I assume having it disconnected means that everything is being powered from the AXP803, but I can't figure out what the BAT jumper is doing... If anyone can explain that one to me, it would be great :-)

3. Charging rates with high power USB devices 
Once the battery was discharged, I was struggling with charging it again. It turns out that the Pine and the USB powered screen together were using almost exactly as much power as the AXP803 was putting out when on battery - actually with loaded CPU it was drawing from the battery even with the power adaptor plugged in which isn't great. Thankfully I could adjust the power draw from the DC adaptor using the following path:

/sys/class/power_supply/axp813-ac/input_current_limit

This was set to 1.5A, though according to the data sheet it supports up to 4A. The next higher supported value was 2A (0.5AS increments), which gave me enough headroom to run the device and charge without having to pull from the battery in high load situations. Massive win. The AXP803 does get warmer from pulling more current when the device is both in use and charging, but I have a 3A DC power supply, a well ventilated case and I added a heatsink to the power chip (an old one off an RPI3 set worked perfectly) so to my mind this is moderately safe... If anyone would like to tell me otherwise I'm all ears.

4. Other useful battery tweaks 
The other useful attributes are in:

/sys/class/power_supply/axp20x-battery/

Check the uevent file in that folder to see a summary of what is available - it includes the remaining capacity (percentage) so I'll be using this to drive a "low battery" LED. Notably here you can change the min/max voltage and the max charging current (default is 1.2A, max is 2.8A according to the data sheet, and it's settable in 0.2A increments.) I've kept these at defaults for now, but I may reduce the maximum charging voltage to 4.1V or lower since I have a tendency to use my battery powered devices plugged in a lot, and this slightly lower voltage should increase battery life. Theoretically I could increase the charging current since my battery pack is around 12Ah, but decided to limit the amount of time the AXP803 is working above "typical" values, so stayed with the default on this.

I hope that's a useful summary for someone in future :-)


  Flashing an SD card using Pinebook Pro? Konsole?
Posted by: SanjevR - 12-05-2020, 05:07 PM - Forum: General Discussion on PinePhone - Replies (5)

Since we can't get balena etcher on the Pinebook Pro is it possible to flash an SD card using the Konsole? Does anyone know how to do this?


  Ubuntu MATE 18.04 Can't boot after update
Posted by: hankg - 12-05-2020, 02:44 PM - Forum: Linux on Pinebook Pro - Replies (2)

I've been wrestling this for a couple days now. I need to work with Ubuntu for a particular project so originally tried running the 18.04 image from an SD card. Everything works great at first but I often ran into problems with software update seizing up at a certain point or the system failing to boot again after the patch. I'd reflash the SD card and start over each time, I think 6 or 7 iterations now. Deciding that it may be the SD card that's causing the problem I flashed 18.04 to the MMC drive. That went well. I ran software update and that went well too. However now, once again the system refuses to boot. I am stuck in an endless loop of the screen flashing black and then showing the boot text.

The first time through it was the Bluetooth initialization commands that were last printed. Every subsequent time it is the prompts stating that it is (in order):

Started Bluetooth service
Reached target Bluetooth
Stopped Light Display Manager
Starting Light Display Manager...
Started Light Display Manager.

The text doesn't seem to be updating so I'm not sure if the flashing is the display manager hiccuping or what. Is this a known problem with the 18.04 Ubuntu MATE image? Is there a resolution to it?


  External Display Resolution Change
Posted by: TheBlindEarthican - 12-05-2020, 01:37 PM - Forum: Manjaro on PinePhone - Replies (3)

Device: PinePhone
Distro: Manjaro ARM (Phosh Beta 3)

External display works at "4096x2160" @ "23.37hz" on LG 49UJ6200.

Is there any other way to change the resolution then xrandr?

I am looking to TRY lower the resolution to TRY gain a better refresh rate?


  PineTab-style USB-C dock
Posted by: jfrederickson - 12-05-2020, 12:48 PM - Forum: PinePhone Accessories - Replies (2)

So I was using a tablet recently, and I was thinking... it'd be nice if there were something like the PineTab, but as a USB-C dock for other devices (like the PinePhone and Librem 5). I can plug my phone into my NexDock Touch for a laptop form-factor, but as far as I can tell nothing like that really exists in a small tablet form-factor like the PineTab. There are a few larger ones, but none that I can find with around a 10" display, built-in battery, etc.