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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,970
» Latest member: prahal
» Forum threads: 16,334
» Forum posts: 117,438

Full Statistics

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

 
Video Half Life on Pinebook Pro
Posted by: colemancda - 11-20-2019, 07:36 PM - Forum: General Discussion on Pinebook Pro - Replies (21)

Game extracted from my Linux x86_64 (Ubuntu 19.04) installation.

Followed this Tutorial.


Video Stardew Valley on PineBook Pro
Posted by: colemancda - 11-20-2019, 07:36 PM - Forum: General Discussion on Pinebook Pro - Replies (3)

Game extracted from my Linux x86_64 (Ubuntu 19.04) installation.
Followed this Tutorial.


Video Stardew Valley on PineBook Pro
Posted by: colemancda - 11-20-2019, 06:59 PM - Forum: Linux on Pinebook Pro - Replies (2)

Extracted from my Steam account, followed tutorial at https://magazine.odroid.com/article/play...-platform/


  Enable KVM on default OS (Debian 9)
Posted by: colemancda - 11-20-2019, 05:58 PM - Forum: Linux on Pinebook Pro - Replies (7)

Hi, I just received my PineBook Pro yesterday and I am using the default OS with Debian 9 (32bit user space, 64bit kernel). I would like to recompile the kernel to enable the KVM module. I want to test containers and possibly Windows 10 on ARM. I have seen the images on the wiki, but I am not sure where the sources are to build an image myself, although ideally I just want to update the kernel on my existing OS. Since there are so many repos and distros for the PineBook Pro, I am not sure where to start. I don't want to lose all the great driver support, like the Mali drivers, I am hoping someone could share simple instructions to clone the repo of the kernel, build a .deb and install a kernel upgrade. Or in any case, this could possibly be a feature request for @Mrfixit2001  or @ayufan to include in the official image?


  Is it possible to replace LCD panel?
Posted by: plumlis - 11-20-2019, 04:34 PM - Forum: Pinebook Pro Hardware and Accessories - Replies (14)

The Panel built in color looks washed out. I don't know what's panel does it has.
So is it possible to replace with a better one?


  new rockpro64: images won't boot [solved]
Posted by: new-rockpro-user - 11-20-2019, 12:42 PM - Forum: Linux on RockPro64 - No Replies

Bought a new RockPro64, downloaded some linux images, flashed them to eMMC: no boot.
The white light goes on, stays on for a while, goes off for half a second, goes on again for a while, repeat.
No HDMI output.

OK, turns out: new RockPro64's come without a uboot, or with a seriously old uboot.

What does boot, is ayufan's images:
https://github.com/ayufan-rock64/linux-b...tag/0.9.14
Download for example the
bionic-mate-rockpro64-0.9.14-1159-armhf.img.xz

That should work. It takes a while to load, first run, but it does work.
Boot from there.

From Ayufan's bionic Mate there you can install a uboot.
Download a uboot from here:
https://github.com/ayufan-rock64/linux-u-boot/releases

Now, it says you should download an flash SPI image, flash that image to an SD or eMMC and boot from that.
Well, with an old / missing uboot, the flash SPI image won't load.

So, download the .deb:
u-boot-rockchip-rockpro64-2017.09-rockchip-ayufan-1065-g95f6152134.deb

Open a terminal, and install the deb.
sudo dpkg -i u-boot-rockchip-rockpro64-2017.09-rockchip-ayufan-1065-g95f6152134.deb

Then flash the uboot to spi with
sudo rock64_write_spi_flash.sh

Enter YES with capitals to confirm that this is a scary thing to do.

After it stops scrolling you are done.
You can now boot other images.

This probably goes into the 'goes without saying'  category, because this information is nowhere to be found.
This took me a day, so let's hope this post saves someone else a day.

Also, please correct/reply if I made some errors in this description, I'm only doing this for one day now.


  RockPro64 getting started - non-booting images [solved]
Posted by: new-rockpro-user - 11-20-2019, 12:27 PM - Forum: Linux on RockPro64 - Replies (3)

OK, bought a new RockPro64, downloaded some linux images, burned some of them to eMMC, didn't boot.
The green light comes on (power) and the white light comes on  and stays on. Then for about half a second the white light goes off, then goes on again for a couple of seconds. Repeat.
No HDMI output whatsoever.

Tried a couple of images, like the MrFixIt and Manjaro ARM images, no go.
Then happened upon Ayufan's fine work here:
https://github.com/ayufan-rock64/linux-build/releases

His image actually booted!
Specifically: https://github.com/ayufan-rock64/linux-b...tag/0.9.14
Progress. The RockPro64 isn't DOA! Smile

Did some more reading, some searching the forums, nothing turns up but for an almost random mention somewhere that a uboot might be old.

Turns out, on new RockPro64 boards you have to install the u-boot / uboot, if you actually want to run some linux images.

Uboot is the ARM bootloader. There is a storage chip (SPI) on the RockPro64 board that holds the bootloader software.
The bootloader software is ran during boot, and if it finds a correct image, it boots that image.

Also: no information anywhere on how to actually install a new uboot.

New RockPro64 boards, it turns out, they come without a working uboot loader, or with a seriously old version that just doesn't load Linux images.

Luckily Ayufan also has images that flash to the SPI a newer (somewhat) uboot.
https://github.com/ayufan-rock64/linux-u-boot/releases

Now the information says you download an image, flash the image to an SD-card or eMMC and then boot it. When it boots, it flashes the SPI with the new uboot, and we should see a blinking white light. Which would be nice, if it actually loaded that image to start the flashing. Which it didn't. Because: no working uboot.

OK, so, the solution: download the ayufan linux image, flash that to a eMMC or SD.
E.g.: bionic-mate-rockpro64-0.9.14-1159-armhf.img.xz
Boot from that, and yes: this takes ages. But it's all good stuff.

Then from the working Bionic Mate, download the ayufan uboot .deb, this one:
https://github.com/ayufan-rock64/linux-u-boot/releases
u-boot-rockchip-rockpro64-2017.09-rockchip-ayufan-1065-g95f6152134.deb

Then open a terminal to install the .deb with:
sudo dpkg -i u-boot-rockchip-rockpro64-2017.09-rockchip-ayufan-1065-g95f6152134.deb
(make sure you are in the download folder)

Then you can install the uboot to the SPI:
sudo rock64_write_spi_flash.sh
You have to type YES with capitals to agree that this is a risky move. Then: be patient

There is a lot of scrolling... and then it's done.

Reboot, and you should be able to load images other than ayufan's.

Oh, yeah, this software works wonders for burning images:
https://www.balena.io/etcher/
You don't have to 'unxz'  the images, you can burn the .xz images right to an SD card or an eMMC.

This took me the better part of a day, so let's hope this post saves someone a day or an unnecessary RMA.

Also: please correct / reply if any of the above is wrong. I've only been at it for a day now.


  Windows 10 ARM on Pinebook Pro?
Posted by: nixcamic - 11-20-2019, 11:52 AM - Forum: General Discussion on Pinebook Pro - Replies (8)

Are there any porting efforts ongoing for WoA? It seems to be running on the rPi

If not what would be the main hurdles to getting it to work?


  USB3 won't power 2,5" external HDD
Posted by: Tiedemate - 11-20-2019, 10:24 AM - Forum: Pinebook Pro Hardware and Accessories - Replies (8)

Hi,

I have two 2,5" external hard drives, which I use for backups. So far I have used them with different machines mostly on USB2 ports, never had an issue. So I thought surely the PBP USB3-port must be able to power them, but that does not seem to work. One won't spin up and sits there clicking, the other one does spin up but starts clicking once I try to mount it. So now I bought a USB-C to USB-A converter and hooked the drives up to the USB-C port, and now the one that wouldn't spin up mounts (the other one does still does not mount). I couldn't find any power specification for the USB-ports in the Rockchip datasheet, but I am a bit puzzled because so far even the cheapest netbooks would power these drives even on USB2...
Is this the expected behaviour?

Thanks!
Björn


  Q4OS for PinebookPro
Posted by: q4osteam - 11-20-2019, 07:37 AM - Forum: Linux on Pinebook Pro - Replies (64)

A stable build of the Q4OS for Pinebook Pro is available. It is based on the Armbian Buster / arm64.

Download:
https://www.q4os.org/downloads1.html#downloads_spechw
https://sourceforge.net/projects/q4os/files/stable/

Initial credentials:
 Username: adminq
 Password: adminq

Touchpad speed can be changed in "/etc/X11/xorg.conf.d/60-libinput.conf", add the line:
Option "AccelSpeed" "0.80"

Anyone is welcome to download and test Q4OS, and share an experience here.