| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,001
» Latest member: ucasespot
» Forum threads: 16,337
» Forum posts: 117,447
Full Statistics
|
| Latest Threads |
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 160
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 14,973
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 197
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,508
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,125
|
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 129
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,467
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 318
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,294
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 448
|
|
|
Pinetab2 camera drivers |
|
Posted by: cringeops - 02-28-2024, 05:01 AM - Forum: PineTab Software
- Replies (10)
|
 |
I'm trying to figure out missing pieces in the endeavor of making cameras work. I see that the kernel module for OV5648 is present in 6.6.13-danctnix1-1-pinetab2 kernel and it's linked to the v4l2 subsystem, however none of the /dev/video* devices are operational. Maybe some of you, guys, have already investigated it.
Code: ➜ ~ lsmod | grep ov5648
ov5648 32768 0
v4l2_fwnode 28672 1 ov5648
v4l2_async 28672 3 v4l2_fwnode,dw9714,ov5648
videodev 339968 8 v4l2_async,v4l2_fwnode,videobuf2_v4l2,dw9714,hantro_vpu,rockchip_rga,ov5648,v4l2_mem2mem
mc 77824 8 v4l2_async,videodev,videobuf2_v4l2,dw9714,hantro_vpu,videobuf2_common,ov5648,v4l2_mem2mem
➜ ~ cat /sys/bus/platform/devices/fe5b0000.i2c/i2c-2/2-0036/name
ov5648
➜ ~ sudo dmesg | grep ov5648
[ 8.541190] ov5648 2-0036: failed to find 168000000 clk rate in endpoint link-frequencies
The dmesg suggest that the driver expects 168000000 clock rate, but cannot find it in the device-tree.
UPD: I found the DTS used for the device, and indeed, the clock rate is 400000.
|
|
|
|
| stuck between phosh and plasma |
|
Posted by: aular - 02-27-2024, 05:55 PM - Forum: Arch Linux on PinePhone
- No Replies
|
 |
So i was trying to install plasma in arch linux and im now stuck in purism phosh and plasma wayland,. I need some help with removing phosh and leaving plasma as the only option to boot from, When i do start from boot up it starts into the generate gpkey and i have to cancel it out and it sends me back to phosh screen but im not seeing plasma as my default screen, my keyboard is plasma but the rest is phosh. im still seeing chatty and the default phosh layout of phosh. How to fix without having to boot a fresh copy of arch, thanks
nvm i uninstallee phosh but i have no keyboard access when trying to login to wayland
|
|
|
|
| Heart Rate and Accelerometer, ESP32, Arduino |
|
Posted by: pinetimer - 02-26-2024, 11:35 PM - Forum: General Discussion on PineTime
- No Replies
|
 |
Has anyone connected the Pinewatch through Bluetooth Low Energy (BLE) to an ESP32 and found the Bluetooth heart rate service UUID, the heart rate measurement characteristic UUID, and the accelerometer UUID so that they could display that data (i.e., real time heart rate and body motion data) on the serial monitor of the Arduino IDE? I know that many heart rate devices that use BLE also often use a heart rate service UUID of 0x180D and a heart rate measurement characteristic UUID of 0x2A37. However, I also have seen heart rate devices that use different UUIDs from those.
|
|
|
|
| [Article] Coding Ox64 BL808 SBC the Drag-n-Drop Way |
|
Posted by: lupyuen - 02-24-2024, 06:38 PM - Forum: General
- Replies (3)
|
 |
Remember MakeCode? BBC micro:bit and its Drag-n-Drop App Builder? MakeCode for BBC micro:bit is an awesome creation that’s way ahead of its time (7 years ago!)
- TypeScript Compiler and Arm Assembler in the Web Browser (in JavaScript!)
- Custom Embedded OS (CODAL + Mbed OS)
- micro:bit Simulator in JavaScript
Today 7 years later: How would we redo all this? Maybe with...
(1) Hardware Device: Ox64 BL808 64-bit RISC-V SBC
(2) Embedded OS: Apache NuttX RTOS
(3) JavaScript Engine: QuickJS for NuttX
(4) Web Emulator: TinyEMU WebAssembly for NuttX
(5) C Compiler + Assembler: TCC WebAssembly for NuttX
(6) Device Control: Web Serial API with Term.js
This article explains how we gave MakeCode a wholesome wholesale makeover with NuttX:
Coding Ox64 BL808 SBC the Drag-n-Drop Way
Lup
|
|
|
|
| Updating the "extra" repository breaks the Danctnix OS |
|
Posted by: Evergreen - 02-24-2024, 12:40 PM - Forum: PineTab Software
- No Replies
|
 |
So, I'm new to Arch. Might be more of an Arch question, but here goes:
I recently broke my OS by updating a bunch of stuff from the "extra" repos. When I ran the following to update:
It asked me if I wanted to basically reinstall a bunch of already installed packages via the "extra" repository. I was tired of seeing that prompt, so I finally just said yes to everything. After that, the OS wouldn't boot. I did this twice actually. Same thing happened.
I successfully reinstalled the OS, I just don't want to make the same mistake a third time.
How do I either avoid breaking the OS with extra or make sure that the prompt isn't annoying me all the time?
Thanks,
Evergreen
|
|
|
|
| Image Latest Phones Ship with |
|
Posted by: vorell - 02-24-2024, 11:39 AM - Forum: PinePhone Pro Software
- Replies (8)
|
 |
I just received a Pine Phone Pro the other day and was playing around in the pre-beta sailfishOS install when I accidentally disabled Developer mode and the OS sort of bricked itself. I was able to flash Manjaro ARM to keep tinkering with it, so the phone itself is fine.
I've been searching but haven't been able to find a community link to the image the phone shipped with. It was the latest sailfishOS 4.5, does anybody know where I can re-download that image?
|
|
|
|
| Screen on pinebook stays black but can ssh into machine |
|
Posted by: tuxxpine - 02-23-2024, 04:22 PM - Forum: General Discussion on Pinebook Pro
- No Replies
|
 |
Hi,
I'm having an issue with my pinebook pro. I recently was fixing a pinebook pro for a friend, and somehow my screen decided to not turn on anymore. The pinebook pro boots correctly since i can ssh into it. I tried setting the screen brightness via ssh to no avail. Also disconnected and reconnected the screen ribbon cable on the motherboard. But i still have a black screen. Is there anything else i can do to try and fix the screen?
Thanks!
|
|
|
|
| Bricked my PineTab2 using Jumpdrive? |
|
Posted by: jkboyd - 02-23-2024, 03:05 PM - Forum: General Discussion on PineTab
- Replies (2)
|
 |
I tried to use Jumpdrive to write an os image to the exposed /dev/hda block device and now the tablet no longer boots. Jumpdrive always boots though and I tried "flashing" the factory default image but still no luck.
Can I somehow use Jumpdrive to restore my PineTab2 to a bootable condition?
I never received a USB/UART with my PineTab2 and shipping to USA is quite expensive so buying this would be a last resort.
|
|
|
|
|