| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,197
» Latest member: spy_blog
» Forum threads: 16,382
» Forum posts: 117,592
Full Statistics
|
| Latest Threads |
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
11 hours ago
» Replies: 0
» Views: 26
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 102
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,400
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 301
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 1,984
|
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 127
|
Default password
Forum: PineTab Hardware
Last Post: dissimilar_goose
08-20-2026, 05:02 AM
» Replies: 0
» Views: 174
|
New SlateOS features
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-17-2026, 07:47 PM
» Replies: 0
» Views: 223
|
SlateOS for PineTime
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-17-2026, 07:33 PM
» Replies: 2
» Views: 488
|
How to install Android on...
Forum: General
Last Post: winpkr
08-14-2026, 01:36 AM
» Replies: 2
» Views: 3,743
|
|
|
| How to create a file on the SD card I can modify on my Ubuntu PC? |
|
Posted by: Peter Gamma - 06-16-2024, 02:33 PM - Forum: PostmarketOS on PinePhone
- No Replies
|
 |
- This is the second part of my attempt to solve a probem from which i suffer since a long time that I was not able to solve it to this date
- Here is the first part:
https://forum.pine64.org/showthread.php?tid=18788
- I am a Linux beginner but this problem makes me really suffer.
- This was one of the reasons to buy a Pinephone
- and that is create files on the external SD card of my Pinephone
- and process it further on my Ubuntu PC.
- I created with Abiword a file on the external SD card of my Pinephone
- Then I sticked the SD card with a card reader into my Ubuntu PC
- There I was able to open and modify the Abiword file.
- But when I wanted to save the file under the same name it was created on the Pinephone, I had no permission to do this.
- I suppose to solve this problem I have to create on my Pinephone a file everybody has the permission to modify
- How can I do this?
|
|
|
|
| Troubleshooting Pinedio LoRa Add-on Case |
|
Posted by: nickp - 06-16-2024, 01:03 AM - Forum: PinePhone Accessories
- Replies (2)
|
 |
Hi everyone,
I am trying to run meshtasticd on my Pinephone.
Suddenly tough, the received bytes of the SX1262 are all zero, and I never managed to get the standard 0xA2 answer back.
I2C communication works still, which is why I am suspecting that the radio chip is at fault.
Does anybody know what I was doing wrong or how to debug this?
Onto the details, I simply implemented an SPI device driver which translates to I2C such that mestasticd can communicate with it as if the ATTiny bridge isn't there.
The code for the kernel driver and a dmesg trace with debug output can be found here: https://gist.github.com/pectec/ffddf32ae...041bc92bbe
Any help on this is appreciated
Thank you,
Nick
Edit: I managed to damage it, Pine64 says that there isn't going to be a production batch anytime soon.
My only option is DIY at this point (using a [url=https://www.amazon.de/dp/B0CSFG65MS?psc=1&ref=ppx_yo2ov_dt_b_product_details][/url]Waveshare RP2040), which I'll do when I come around to it, so I'll mark this issue as solved.
|
|
|
|
| PinePhone Pro/IMX258 Camera Debugging problem |
|
Posted by: jasperji - 06-15-2024, 06:45 AM - Forum: General Discussion of PinePhone Pro
- Replies (2)
|
 |
I followed the command provided by the website[https://wiki.pine64.org/wiki/PinePhone_P..._Debugging] and ran.
Code: "media-ctl" "-d" "platform:rkisp1" "-l" "'imx258 1-001a':0 -> 'rkisp1_isp':0 [1]"
return
Quote:Opening media device /dev/media0
Enumerating entities
looking up device: 81:8
looking up device: 81:9
looking up device: 81:10
looking up device: 81:2
looking up device: 81:3
looking up device: 81:6
looking up device: 81:7
looking up device: 81:11
looking up device: 81:12
Found 9 entities
Enumerating pads and links
no such entity "imx258 1-001a"
media_parse_setup_link: Unable to parse link
'imx258 1-001a':0 -> 'rkisp1_isp':0 [1]
^
Unable to parse link: Invalid argument (22)
run this command.
Code: "v4l2-ctl" "-z" "platform:rkisp1" "-d" "rkisp1_selfpath" "--stream-mmap" "--stream-count" "1" "--verbose"
return
Quote:VIDIOC_QUERYCAP: ok
VIDIOC_REQBUFS returned 0 (Success)
VIDIOC_QUERYBUF returned 0 (Success)
VIDIOC_QUERYBUF returned 0 (Success)
VIDIOC_QUERYBUF returned 0 (Success)
VIDIOC_QUERYBUF returned 0 (Success)
VIDIOC_G_FMT returned 0 (Success)
VIDIOC_QBUF returned 0 (Success)
VIDIOC_QBUF returned 0 (Success)
VIDIOC_QBUF returned 0 (Success)
VIDIOC_QBUF returned 0 (Success)
VIDIOC_STREAMON returned -1 (Broken pipe)
My camera function is not working properly.
system: Arch linux arm
Kernel:Linux 6.7.7-1-danctnix
|
|
|
|
|