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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,942
» Latest member: new88betus
» Forum threads: 16,329
» Forum posts: 117,429

Full Statistics

Latest Threads
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
4 hours ago
» Replies: 17
» Views: 8,162
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
Today, 02:37 AM
» Replies: 1
» Views: 1,898
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 676
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 469
How can I record video on...
Forum: General Discussion on PinePhone
Last Post: baptx
03-25-2026, 12:55 PM
» Replies: 23
» Views: 18,430
u-boot rk356х (rockchip r...
Forum: Quartz64 Tutorials
Last Post: hamsterbacke
03-25-2026, 09:39 AM
» Replies: 18
» Views: 34,029
A/V output enable
Forum: Linux on Rock64
Last Post: 8lall0
03-24-2026, 04:45 PM
» Replies: 0
» Views: 83
If your USB-C port is fla...
Forum: PinePhone Pro Hardware
Last Post: Zebulon Walton
03-24-2026, 02:25 PM
» Replies: 0
» Views: 101
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,694
Pine a64+ power supply
Forum: General Discussion on PINE A64(+)
Last Post: davidspencer
03-18-2026, 01:02 AM
» Replies: 0
» Views: 182

 
Question Plans for further HW revisions?
Posted by: marcih - 10-23-2020, 01:20 PM - Forum: PinePhone Hardware - Replies (4)

Since the next Manjaro batch and the last PMOS batch were both the same hardware revision, which itself was a minor revision of the UBPorts board, are there any plans for a final-final-definitely-for-real-this-time hardware revision of the PinePhone, or should the 1.2a be considered as such?


  Serial Connection Tutorial: FTDI 232RL
Posted by: hmuller - 10-23-2020, 11:56 AM - Forum: RockPro64 Projects, Ideas and Tutorials - No Replies

Purpose

A serial connection is necessary when troubleshooting (or installing) on a headless system (no display/monitor).

Background

I have used a CH340 based USB Serial UART device and have had mixed results. That is why I use USB Serial UART devices based on FTDI's 232RL chip with 3.3v voltage or voltage selector. The version I use is this one:  https://www.microcenter.com/product/4865...controller

This is another model that should have no problems: https://www.amazon.com/DSD-TECH-SH-U09F-...07K76Q2DX/ Notice that it features a "genuine" chip.

You can use cheaper USB Serial UART models but those most likely use imitation chips. This is not an issue if you use linux, but windows machines will brick models with fake FTDI chips. The knockoffs can be unbricked, but that is beyond the scope of this tutorial.

The RockPro64 UART RX/TX pins use 3V by default according to the schematics. ENSURE you set your USB Serial UART device to 3.3V.

Warnings

  1. Do not use a knockoff FT232RL based USB Serial UART with a windows system, it will brick the device.
  2. Set your USB Serial UART device to 3.3V.
  3. You are responsible for all outcomes resulting from the result of this information, including letting the smoke out™.
Physical Connections

You will require a USB extension cable to connect the USB Serial UART to the host desktop/laptop/SBC. The type also depends on the USB connector on your USB Serial UART device. The USB extension cable needed for the devices I have linked to in this tutorial require a type A-Male to Mini-B cable similar to this: https://www.amazon.com/AmazonBasics-USB-...00NH11N5A/ 

You will have to purchase jumper wires to connect the USB Serial UART to the RockPro64. I use MALE to FEMALE jumpers similar to these: https://www.pololu.com/category/65/premium-jumper-wires The gender of your jumper wires will depend on the connectors on your USB Serial UART device.

Only 3 jumper wires are required. Verbally, GND (pin 6) to GND, TX (pin 8) to RX, and RX (pin 10) to TX are the connections made between the RockPro64 and the USB Serial UART device. Visually, it looks like this:

Code:
RockPro64        FT232RL USB Serial UART
=========        =======================

pin 6  *|--------|* GND
pin 8  *|---\    |* CTS
pin 10 *|-\  \   |* 5V
           \-----|* TXD
               \-|* RXD
                 |* DTR

Software Connection

On the linux host, I used picocom. If you are using a windows host, then putty is probably what you will use. This is what I ran on my host:

Code:
$ picocom -b 1500000 /dev/ttyUSB0

Troubleshooting

If you are not successfully communicating with the RockPro64 these are common things to check in order:
  1. Check for a disconnected wire
  2. Check that the wires are correctly connected
  3. Check that you are using the correct device (i.e. /dev/ttyUSB#)
  4. Check that the RockPro64 is plugged in
  5. Check that the RockPro64 has a valid bootloader installed in the appropriate media
Epilogue

I received my RockPro64 in the mail yesterday, and successfully used this process today.


  Private Internet Access VPN on Pinebook Pro
Posted by: 11Eleven - 10-23-2020, 11:16 AM - Forum: General Discussion on Pinebook Pro - Replies (13)

Greetings,

Do any of you use VPN's on your pinebook pro?  I tried installing PrivateInternetAccess on mine, but it doesn't want to run.  I was wondering if anybody here had any success with it, or could point me to a suitable alternative.  Also, how would I go about uninstalling it, I'm still presently a noob...

Thanks!


  Buildroot support for the PineCube
Posted by: matteo.scordino - 10-23-2020, 10:02 AM - Forum: Development Discussion on PineCube - Replies (5)

Hello all,

at Elimo Engineering we have designed Impetus, a SoM that shares the Allwinner S3 SoC with the PineCube. Our first supported platform is (going to be) Buildroot.

Given the similarities of the two, and the general lack of support for the S3, we have decided to do double purpose and integrate support for the PineCube into Buildroot.

You can find the repo on our GitHub account and build instructions in the board support directory readme.

The most important thing that this provides is support for the S3's DDR3 in u-boot. Unfortunately mainline u-boot does not have that yet.

Since we don't have a PineCube ourselves, this is unfortunately untested, but it should get a functional system that boots to a console on UART0. It's pretty fast too, getting there in 1.5 seconds from u-boot to login prompt.

All in all, I think this could be a good starting point for further development.


  wifi not working
Posted by: quininer - 10-23-2020, 09:33 AM - Forum: PinePhone Hardware - Replies (3)

The wifi of my pmos 3GB edition pinephone does not work. It shows that wlan0 interface cannot be found, and dmesg log reports an error after modprobe.

Code:
rtl8723cs: probe of mmc1:0001:1 failed with error -110

The phone's battery and bluetooth are working fine, and killswitch is on.

There is a similar report here https://forum.pine64.org/showthread.php?tid=11245

My friend (icenowy) thinks this is a hardware error, can I get any repair help (in china)?


  Audio quality
Posted by: GloriousCoffee - 10-23-2020, 08:19 AM - Forum: General Discussion on PinePhone - Replies (5)

Hi


Has any of the available distros for PinePhone fixed the poor audio quality yet? If so, which one(s)? Also, loudspeaker option if any of them has implemented it yet?

Cheers!


  Question: Do I need new beta build?
Posted by: Momomentum - 10-23-2020, 01:43 AM - Forum: Manjaro on PinePhone - Replies (1)

I was wondering how to deal with the different releases. As manjaro is based on a rolling release, I would guess that updating via pacman should be enough to keep my phone updated. But maybe having device tree and boot scripts for pinephone are exceptions and I need to reflash whenever there is a new build posted?
Thanks in advance for your information!


  Pinebook Pro won´t boot either from eMMC or microSD
Posted by: robieguarneros - 10-23-2020, 12:42 AM - Forum: General Discussion on Pinebook Pro - Replies (40)

Hello, as you can read from the title, I can't get my PBP to boot from the eMMC or the microSD. I have used Linux a little before, specifically Kali. I was trying to install Arch Linux because I want to use it as my main distro. I was following the instructions on https://github.com/nadiaholmquist/archis...g/20200702. However, I think I must have done something wrong because once I did everything that the installation process said, I proceeded to boot and it did not boot, it got stuck on a black screen with the orange led on. I then tried to boot without the microSD, directly from eMMC and the same happened. I think it has something to do with u-boot but I don't how to turn it on to fix it. I have been browsing the archives and forums for hours but I can't seem to find a solution. I am just afraid I might have killed my new PBP. I appreciate any suggestions!


  Anbox on Manjaro 20.10
Posted by: jiyong - 10-22-2020, 04:44 PM - Forum: Android on Pinebook Pro - Replies (17)

Manjaro 20.10 has Linux Kernel 5.8 and now it's really easy to install and run Anbox.
It's not very fast, but at least it's a start.

I started "Run Anbox" and Anbox, but failed.
After a reboot Anbox works.
I think we need better OpenGL support for games like Super Tux Kart to work in Anbox.


Information OS Installation
Posted by: Chrono - 10-22-2020, 04:22 PM - Forum: PinePhone Software - Replies (14)

Hello,

Can anyone tell me what I'm doing wrong that no matter what method I try, I can't install a new OS on the PinePhone? Right now I'm using the "Method Using Factory Installed Tools" and I'm following these steps:


  1. Format the micro SD card.
  2. Download the .img.gz or .img.xz file (depending on the distro).
  3. Extract it so it becomes a .img file.
  4. Copy that disc image file to the micro SD card.
  5. Insert the micro SD card on the PinePhone's top slot.
  6. Start up the phone.
  7. Select the directory where the micro SD card is mounted; in my case it's "cd ~/mnt".
  8. Run the following command: "sudo dd if=MOBIAN.img of=/dev/mmcblk2 bs=1M". I obviously tried to install Mobian this last attempt.


But, as with all my previous tries, it failed. In this case, the terminal tells me that there is no such file or directory and indeed, after checking the directory's contents, there are no files. However, after connecting the card to my PC, the file is still where it is supposed to. I've tried using other SD cards I have that are from the same brand, Kingston, and it doesn't make a difference. I suppose I could buy a new one from a different company but I don't want to spend money on one unless I'm sure the issue relies on the micro SD card.



Any feedback would be tremendously appreciated as it's been a relatively long while since the phone arrived and I'm still stuck on the postmarketOS beta.