| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,883
» Latest member: Raik
» Forum threads: 16,321
» Forum posts: 117,405
Full Statistics
|
| Latest Threads |
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: wdt
4 hours ago
» Replies: 1
» Views: 50
|
wifi password wont save
Forum: General Discussion on PineTab
Last Post: WEF
Yesterday, 06:47 PM
» Replies: 2
» Views: 325
|
Powering two disks from R...
Forum: RockPro64 Hardware and Accessories
Last Post: evilbunny
Yesterday, 04:43 PM
» Replies: 3
» Views: 245
|
Castle Game Engine on Pin...
Forum: General Discussion on PineTab
Last Post: michalis
Yesterday, 04:39 PM
» Replies: 3
» Views: 3,246
|
ATTN: Pine 64 Marketing D...
Forum: Rock64 Hardware and Accessories
Last Post: georgegohl888
Yesterday, 04:01 AM
» Replies: 5
» Views: 10,453
|
http://pinenote.mweigand....
Forum: PineNote Software
Last Post: HippopoStar
02-23-2026, 05:58 PM
» Replies: 1
» Views: 815
|
OpenClaw
Forum: Linux on Rock64
Last Post: keithy
02-22-2026, 11:57 AM
» Replies: 0
» Views: 173
|
Wi-Fi Issues (Plasma and ...
Forum: Manjaro on PinePhone
Last Post: krissprat73
02-20-2026, 12:16 PM
» Replies: 11
» Views: 17,980
|
installed devuan 5/6 - mi...
Forum: General Discussion on ROCKPRO64
Last Post: kapqa
02-20-2026, 11:36 AM
» Replies: 0
» Views: 128
|
How many HD's can I utili...
Forum: RockPro64 Hardware and Accessories
Last Post: some_pinephone_user
02-19-2026, 06:10 PM
» Replies: 4
» Views: 3,495
|
|
|
| Install Tow-Boot on the SPI |
|
Posted by: Shad0w - 10-28-2022, 06:37 PM - Forum: Pinebook Pro Tutorials
- Replies (14)
|
 |
I wanted to post the steps to installing Tow-Boot on the SPI.
Sorry if this is long and drawn out but I am writing this to help anyone new to Linux. With Manjaro being preinstalled from the factory it was best to write this using Manjaro specifics. I tried following the guides on the Tow-Boot website, Pine Wiki and the Manjaro Wiki but was unsuccessful. I would suggest reading these to conceptually understand what you are doing if you are new. You will need mtd-utils installed first for this to work. Now I would download the release you need and extract the file into a folder. I was not successful in getting the spi.installer.img to boot after flashing to a SD card to install using the directions provided in the reference section.
I used the method below under coding and it only took me about 3 minutes to accomplish this task.
I did all this on Manjaro but to my understanding other distributions should work the same.
References:
https://tow-boot.org/devices/pine64-pinebookPro.html
https://wiki.pine64.org/wiki/Pinebook_Pr...ash_device
https://wiki.manjaro.org/index.php/Manja...ptional.29
Required Dependencies:
mtd-utils - https://software.manjaro.org/package/mtd-utils
Download Tow-Boot file:
https://github.com/Tow-Boot/Tow-Boot/releases
(I installed pine64-pinebookPro-2021.10-005.tar.xz - https://github.com/Tow-Boot/Tow-Boot/rel...005.tar.xz)
Code:
Step 1. I opened the terminal and "cd"d my way into the correct location to find the file "Tow-Boot.spi.bin" or depending on the distribution you are using you can also find the file, right click and got to "Open Terminal Here" - For this install it was located under the binaries folder.
Step 2.
Code: sudo flashcp Tow-Boot.spi.bin /dev/mtd0
The entire flash took about 15 seconds for my Pinebook Pro.
Step 3: Restart (be ready to hit the "Esc" button)
I hope this helps others.
|
|
|
|
| Cannot Boot From SD Card |
|
Posted by: xp19375 - 10-28-2022, 06:06 PM - Forum: General Discussion on Pinebook Pro
- Replies (4)
|
 |
I recently got a PineBook Pro and wanted to try a different OS. I downloaded and flashed Armbian and TwisterOS images to micro SD cards, but I cannot boot from them. When I power on the PB with the micro SD card inserted, the screen is blank and the power light blinks about once per second. Is there something else I need to do to? I feel like there's something obvious I am missing.
|
|
|
|
| Sound completely gone with Mobian in Phone Call configuration |
|
Posted by: EwigeBlumenkraft - 10-27-2022, 01:35 PM - Forum: PinePhone Pro Software
- Replies (2)
|
 |
Since a few weeks I have problems again with call audio in Mobian. I don't use my PPP for calls often so I cannot say when the problem started.
In the settings app the sound test works fine in the "Default" configuration but fails to play any sound when set to "Phone call".
I have flashed the current weekly image and had the same problem there. So no funny configs on my side I guess.
Also I tried restarting pulseaudio, pipewire etc. as was mentioned in other threads.
|
|
|
|
| GStreamer Camera Issue (Unsupported pixformat: 0x56595559 with mbus code: 0x3001) |
|
Posted by: sog8b - 10-26-2022, 07:50 PM - Forum: Mobian on PinePhone
- Replies (1)
|
 |
Hey Everyone,
I've been trying to use gstreamer to access the camera on my pinephone.
I am running the mobian image mobian-pinephone-phosh-20221016.img.gz with all updates applied.
I first ran into the issue "does not support 2:0:0:0 colorimetry" as detailed on the following thread.
https://gitlab.com/mobian1/issues/-/issues/439
I first applied the patch to not bother checking the colorspace and rebuilt libgstvideo4linux2.so.
Code: diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c
index 9851ffc83..72a5eb33b 100644
--- a/sys/v4l2/gstv4l2object.c
+++ b/sys/v4l2/gstv4l2object.c
@@ -3840,7 +3840,9 @@ gst_v4l2_object_set_format_full (GstV4l2Object * v4l2object, GstCaps\
* caps,
gst_structure_remove_field (s, "interlace-mode");
}
- if (gst_v4l2_object_get_colorspace (v4l2object, &format, &info.colorimetry)) {
+ GST_DEBUG_OBJECT (v4l2object->dbg_obj, "Processing colorimetry");
+
+ if (0 && gst_v4l2_object_get_colorspace (v4l2object, &format, &info.colorimetry)) {
if (gst_structure_has_field (s, "colorimetry")) {
if (!gst_v4l2_video_colorimetry_matches (&info.colorimetry, caps))
goto invalid_colorimetry;
With this change however I now get a different error.
Code: [81273.661098] sun6i-csi 1cb0000.csi: Unsupported pixformat: 0x56595559 with mbus code: 0x3001!
[81388.258465] ov5640 3-004c: firmware upload success
[81388.562323] ov5640 3-004c: uploaded firmware didn't start, got to 0x7f, retrying...
[81388.878315] ov5640 3-004c: uploaded firmware didn't start, got to 0x7f
[81388.884938] ov5640 3-004c: ov5640_set_ctrl_focus: no autofocus firmware loaded
[81391.636730] ov5640 3-004c: firmware upload success
[81391.934322] ov5640 3-004c: uploaded firmware didn't start, got to 0x7f, retrying...
[81392.246315] ov5640 3-004c: uploaded firmware didn't start, got to 0x7f
[81392.252947] ov5640 3-004c: ov5640_set_ctrl_focus: no autofocus firmware loaded
[81392.297694] sun6i-csi 1cb0000.csi: Unsupported pixformat: 0x56595559 with mbus code: 0x3001!
Looking online I found references to this same error in the error log on the following post.
https://forum.pine64.org/showthread.php?...1#pid71121
I assume the user was getting this error when attempting to use megapixels.
In my case megapixels works perfectly fine I only get this kernel error when I attempt to use gstreamer.
Does anyone know the nature of the "sun6i-csi 1cb0000.csi: Unsupported pixformat: 0x56595559 with mbus code: 0x3001!" error?
The other user didn't get this error after applying their patch so I am wondering if something else changed in mobian since they made there patch.
Also is it possible this pixformat error is related to the patch I made to gstreamer related to not obtaining the colorspace?
To my unfamiliar eyes it looks like it might be related by the author of the patch didn't seem to think it was.
Has anyone else successfully been able to use the pinephone camera with gstreamer under mobian?
Thanks!
|
|
|
|
| Pine H64 Stock |
|
Posted by: ky56 - 10-26-2022, 04:37 PM - Forum: General Discussion on PINE H64
- No Replies
|
 |
The Pine H64 seems to have been out of stock for the past year with maybe a very brief return for a couple of days. Does anyone know when this will be restocked?
|
|
|
|
| How to install OpenBSD on the PBP? |
|
Posted by: BenniTec - 10-26-2022, 03:22 PM - Forum: BSD on Pinebook Pro
- Replies (2)
|
 |
Hi,
I have tried all day to install OpenBSD 7.2, 6.9 and 6.7 on my Pinebook Pro.
When I flash the installer*.img or miniroot*.img onto my usb-stick or SD card
and apply the necessary dtb and u-boot patching described in https://ftp.openbsd.org/pub/OpenBSD/7.2/...TALL.arm64,
the PBP starts into boot(8) and no matter what I try (eg. `set tty fb0` and/or `boot /bsd.rd` and/or `machine dtb ...`)
I get a flashing screen and nothing happens.
1: Do I need to buy a serial cable to install it or am I doing something wrong?
2: Does anyone have a working installer or image that works without a serial cable?
3: Is there some other way of installing it instead, eg. over ssh with an ethernet adapter (Pinephone USB-C dongle)?
|
|
|
|
|