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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,949
» Latest member: IreneEvory
» Forum threads: 16,331
» Forum posts: 117,432

Full Statistics

Latest Threads
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
Yesterday, 05:16 PM
» Replies: 0
» Views: 25
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 107
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
03-28-2026, 01:01 PM
» Replies: 17
» Views: 8,381
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 1,975
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 859
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 549
How can I record video on...
Forum: General Discussion on PinePhone
Last Post: baptx
03-25-2026, 12:55 PM
» Replies: 23
» Views: 18,683
u-boot rk356х (rockchip r...
Forum: Quartz64 Tutorials
Last Post: hamsterbacke
03-25-2026, 09:39 AM
» Replies: 18
» Views: 34,245
A/V output enable
Forum: Linux on Rock64
Last Post: 8lall0
03-24-2026, 04:45 PM
» Replies: 0
» Views: 141
If your USB-C port is fla...
Forum: PinePhone Pro Hardware
Last Post: Zebulon Walton
03-24-2026, 02:25 PM
» Replies: 0
» Views: 188

 
  audio jack: OMTP or CTIA?
Posted by: desca - 08-11-2020, 08:28 AM - Forum: PinePhone Hardware - Replies (2)

Searching the forum, I see where someone said that the A64 board claimed to be CTIA in the datasheet but was really OMTP. And I see that the PinePhone datasheet also says CTIA… Can anyone tell me whether that’s true?


  Build issue on Windows 10
Posted by: thibww67 - 08-11-2020, 06:17 AM - Forum: PineTime Tutorials - No Replies

Hi,

I'm on Windows 10, I managed to launch the Cmake command with OpenOCD mode.
Then, when I launch "make" I have errors :

arm-none-eabi-gcc: error: BOARD_PCA10040: No such file or directory
arm-none-eabi-gcc: error: CONFIG_GPIO_AS_PINRESET: No such file or directory
arm-none-eabi-gcc: error: DEBUG: No such file or directory
arm-none-eabi-gcc: error: DEBUG_NRF_USER: No such file or directory
arm-none-eabi-gcc: error: FREERTOS: No such file or directory
arm-none-eabi-gcc: error: NIMBLE_CFG_CONTROLLER: No such file or directory
arm-none-eabi-gcc: error: NRF52: No such file or directory
arm-none-eabi-gcc: error: NRF52832: No such file or directory
arm-none-eabi-gcc: error: NRF52832_XXAA: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_12: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_15: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_20: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_31: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_36: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_51: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_54: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_55: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_58: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_64: No such file or directory
arm-none-eabi-gcc: error: NRF52_PAN_74: No such file or directory
arm-none-eabi-gcc: error: OS_CPUTIME_FREQ: No such file or directory
arm-none-eabi-gcc: error: __HEAP_SIZE=8192: No such file or directory
arm-none-eabi-gcc: error: __STACK_SIZE=8192: No such file or directory
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'
arm-none-eabi-gcc: error: unrecognized command line option '--defsym'


So I tried to use nrf Connect to use DFU, but I have not the possibility to use it on the application (I'm with a Glaxy S8 and it is not poossible with an IPhone too)

I have no Raspberry Pi available right now.

What is the solution to flash it with my computer ?

Thank you !


  openwrt for the rock64
Posted by: wilsonYan - 08-11-2020, 12:13 AM - Forum: Linux on Rock64 - Replies (29)

hello,

for anyone interested I managed to generate an openwrt image for the rock64 based off the latest master tree

Link to download:

https://yadi.sk/d/TfX6-MYy3RTf5h?w=1

I basically provide this as is as a proof it's doable that said it should be good to go as a basic router using ethernet vlans, and there's wireguard that can be set up via webui to try it as a vpn etc. Power usage seems good, only 1.4w-1.5w idle with only the microsd card and ethernet plugged in and working.


Don't forget to turn on  'packet steering' in the web ui and you can probably increase performance by increasing the minimum cpu frequency in the starup section by just pasting something like  ''echo 600000 >  /sys/bus/cpu/devices/cpu0/cpufreq/scaling_min_freq"  or "echo 816000 > /sys/bus/cpu/devices/cpu0/cpufreq/scaling_min_freq"


  Potential fix for missed calls?
Posted by: pizzalovingbird - 08-10-2020, 11:07 AM - Forum: PinePhone Software - No Replies

This has been posted on the Mobian [matrix] chat, and I am surprised it worked.

https://github.com/KeironO/phosh-renice

Anyone know of any downsides to using this?


  Which dock for dual HDMI screen
Posted by: Siltaar - 08-10-2020, 06:49 AM - Forum: PinePhone Accessories - Replies (6)

Hi,

I'm wondering if anyone tried a "convergence extension" with two HDMI ports ?

Something like : https://www.amazon.com/Displayport-Ether...200&sr=8-4

With a total of 3 images displayed ?


  Smicard
Posted by: Tribion - 08-10-2020, 05:55 AM - Forum: General Discussion on PinePhone - Replies (1)

Hello and what the pinephone is the sim card and compatible to work in France?
Thank you so much


  Privacy switches - cutting power to wifi card
Posted by: as400 - 08-10-2020, 12:13 AM - Forum: Pinebook Pro Hardware and Accessories - Replies (1)

According to this ---> https://wiki.pine64.org/index.php?title=...y_Switches, if I press pine logo key plus F11 for three seconds I can cut the power off to the wifi card.
I tried this but actually I am not able to say cutting power really works judging by the power consumption statistics. It stays on the same level.

Can anyone confirm/deny that cutting power really works ?


  Update Python and get gcc?
Posted by: sunnystormy - 08-09-2020, 10:24 PM - Forum: UBPorts on PinePhone - Replies (2)

Hi guys!

I have a Braveheart phone with UBPorts on it and it comes with a fairly old version of Python installed. Is there a way that I can upgrade Python to the latest version? Also, how do I get gcc on this phone as well, it seems like it's not installed either.

Thank you for your help!


  PineBook Pro Screws
Posted by: WZ9V - 08-09-2020, 07:25 PM - Forum: Pinebook Pro Hardware and Accessories - Replies (4)

Anybody have leads on the tiny screws used on the PineBook Pro?  I've dropped a couple and they immediately disappear so I'd like to find some replacements/


  Non-reflective (anti-glare) screen suggestions?
Posted by: mil - 08-09-2020, 01:58 PM - Forum: PinePhone Accessories - Replies (2)

Hi all, I've been using the Pinephone more out in the sun lately and have noticed the screen is quite reflective and hard to use in direct sunlight.

Does anyone have suggestions for screen protectors or other methods to make the screen less reflective in direct sunlight?

Does the tempered glass protector from Pine64 help with this issue at all (https://store.pine64.org/product/pinepho...protector/)?