Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,451
» Latest member: librem.d.s
» Forum threads: 16,190
» Forum posts: 116,846
Full Statistics
|
Latest Threads |
PulseAudio dropouts after...
Forum: Linux on Pinebook Pro
Last Post: P. Siera
2 hours ago
» Replies: 3
» Views: 143
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: P. Siera
2 hours ago
» Replies: 6
» Views: 279
|
Hello from Ukraine
Forum: P64-LTS / SOPINE Projects, Ideas and Tutorials
Last Post: Dendrocalamus64
10 hours ago
» Replies: 1
» Views: 23
|
Simple Outdoor Weather St...
Forum: General Discussion on PineTab
Last Post: aria22
Yesterday, 12:47 PM
» Replies: 0
» Views: 22
|
Armbian fix, current vers...
Forum: Linux on Pinebook Pro
Last Post: Sb2024
Yesterday, 08:49 AM
» Replies: 0
» Views: 32
|
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
Yesterday, 05:39 AM
» Replies: 2
» Views: 115
|
Pinephone Pro not in stor...
Forum: General Discussion on PinePhone
Last Post: P. Siera
Yesterday, 02:12 AM
» Replies: 1
» Views: 187
|
Libre Office on Pinetab2?
Forum: General Discussion on PineTab
Last Post: Kevin Kofler
08-07-2025, 09:50 PM
» Replies: 1
» Views: 70
|
Won't boot with a MicroSD...
Forum: General Discussion on PineTab
Last Post: acruhl
08-07-2025, 06:59 PM
» Replies: 0
» Views: 31
|
does the Joplin note taki...
Forum: PineNote Software
Last Post: Francus
08-05-2025, 08:11 PM
» Replies: 4
» Views: 1,377
|
|
|
Baking Pi style Course for Pine64-LTS |
Posted by: lscdmore - 04-04-2021, 11:05 AM - Forum: P64-LTS / SOPINE Projects, Ideas and Tutorials
- Replies (1)
|
 |
Hi Pine community! I'm a newbie and I'm really excited about the projects that people are doing here.
I recently got the Pine64-LTS board and was interested in delving very low-level into how the board works, how to understand the schematics and how to read the Allwinner64 datasheet. I'm interested in the Allwinner64 since I know it's used in the Pinetab and the Pinephone so my knowledge would be transferable. I saw a course
https://www.cl.cam.ac.uk/projects/raspbe...orials/os/
And it seemed like something I'd like to try with the pine64-lts. I know the chips and the board are different, but some of the things in the tutorial strike me as very possible to do, for example I should definitely be able to create a bootable image and write it to the SD card on the board and then boot into a baremetal program.
I recognize it may be a lot of work to try to find analogues to every section of this tutorial, but I'd like to give it a shot.
The first problem I was trying to figure out is the exact RAM address of the LED lights on the pine64-LTS. On my board, right next to the USB ports and the reset switches there are two LED lights. I wanted to try flashing them on and off with baremetal assembly code just like in the baking Pi tutorial. I'm struggling to relate the hookup of the Allwinner A64 with the schematics in Pine64-lts to spot exactly where this address is located.
If anybody has some hints or resources for doing this kind of reading I would deeply appreciate any links.
Thanks in advance!
|
|
|
Synchronizing: How do you sync / synchronize Calendar and Contacts with your desktop? |
Posted by: Anna - 04-04-2021, 03:49 AM - Forum: Mobian on PinePhone
- Replies (15)
|
 |
Happy Easter holidays to all of you!
Is it possible to synchronise the calendar/contacts on the Pinephone with your Linux desktop?
The easiest way would of course be to connect the calendar/address book to an online account – but I do not want to give the data of my friends to Google or any other corporation just in order to move it from my phone to the laptop right next to it.
I have come across two possible solutions: I could set up a Nextcloud server (which is probably immensely complicated, way too complex for the tiny task intended and which may not work) or use KDEConnect (of which I don't even know whether it works on the Pinephone).
Is there any simple way to do it? The company Palm, which used to produce so-called palmtop computers, apparently had a small desktop program called "HotSync" that one could start on the desktop computer and it would synchronise calendar, contacts and files via bluetooth or cable. Is there anything equally comfortable for Linux? And if not: What would would the complicated solution look like?
|
|
|
Battery gauge issue (mainline kernel) |
Posted by: lfourquaux - 04-03-2021, 10:12 AM - Forum: Linux on Pinebook Pro
- Replies (4)
|
 |
Hello,
I'm trying to use Debian on a Pinebook Pro using the official bullseye installer. (I'm aware of the unofficial installer!)
Mostly, it works quite well! For the record:
* the installer created an additional partition (dummy partition to protect the bootloader, maybe?) that confused u-boot; deleting the partition fixed the problem (I plan to reproduce the unofficial installer's nice partition scheme later);
* the screen remains blank (I installed using a serial cable) because the kernel gets confused by the video + usb-c port; this can be worked around by removing
Code: &cdn_dp {
status = "okay";
};
from the .dts (in the kernel sources), rebuilding the .dtb, and inserting the .dtb in /etc/flash-kernel/dtbs. (Information from https://www.reddit.com/r/PINE64official/...ne_kernel/ );
* the battery gauge is not working (this is the reason for this post);
* there is something wrong with the audio output, which I have not investigated (the uart/audio switch is set to uart, for serial output, it would make sense to try setting it to audio first).
From dmesg, I see a few messages related to the battery gauge:
Code: [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.10.0-3-arm64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.10.13-1 (2021-02-06)
[ 0.000000] Machine model: Pine64 Pinebook Pro
(snip)
[ 7.150366] power_supply cw2015-battery: Not all required supplies found, defer probe
[ 7.150384] cw2015 4-0062: Failed to register power supply
(snip)
(The two lines about cw2015 are repeated a few times, later.)
My understanding is that cw2015 support has been mainlined and should work with a mainline kernel. I don't really understand what the "Not all required supplies found" message is about, but dmesg does not seem to have errors relating to the DC input not the USB-C input. This is the only occurrence of "power supply" in these messages.
The same errors appear with the original .dtb file, so this is not a side effect of the above change.
Do you know what is causing the cw2015 driver to fail? Any suggestion for a fix or workaround would be highly appreciated!
Best regards,
Lionel
|
|
|
Shipping to Russia in 2021 |
Posted by: cyberpunk_on_pinephone - 04-03-2021, 01:09 AM - Forum: General Discussion on PinePhone
- Replies (8)
|
 |
Hello guys!
I've got curious, is it possible to ship Pinephone to Russia ? (getting to Saint-Petersburg and taking it manually from Finland or other country is not an option). Also I'm interested is there anybody from Russia who's already got Pinephone and how did you get it ?
P.S. I've heard that it's possible to deliver PinePhone to Russia despite local cryptographical restrictions if parcel is marked for personal usage, is that true ?
|
|
|
Wrong language installed on PINE64 mobian edition |
Posted by: Derek7 - 04-02-2021, 05:25 PM - Forum: General Discussion on PinePhone
- No Replies
|
 |
Hi all, just got my new Pine64 phone and some how I installed the wrong language. I'm guessing it is French. I've tried selecting Parameters (Settings icon/cog) and have set Langue to English (United States). Formats is set to Australia. Sources de saisa is set to Anglais (Australian), but everything still seems to be in the other language. I have tried removing the battery and re-installing it. I then tried the power button icon in the top right hand corner of the screen and selected the Restart option. The language still appears to be what I guess is French. Any assistance would be appreciated.
|
|
|
computer doesn't recognize pinephone for OS flashing |
Posted by: Xzska-collab - 04-02-2021, 12:33 PM - Forum: PinePhone Hardware
- Replies (3)
|
 |
Hello
I've bee here on this forum trying to learn whow to fix some issues on my pinephone. All these issues started when I was upgrading Mobian on the terminal and I mistakly removed the battery before it fished the upgrading.
Problems:
1st. I was unable to log in, "Oh no, something went wrong..." message showed asking to log out.
2nd. Then Pinephone woulnd not turn on, even when plugged in, only the green light was on.
3rd. When plugged to the computer, the jumpdrive image appears on screen, but computer or Etcher do not recognize the pinephone (which is plugged in with the red a-c port cable of the Mobian CE I have).
4th. I am unable to boot from the micro SD card, phone only blink light on a black screen and I hear clicking, even after an hour, nothing change.
I believe if the computer recognized the phone on jumpdrive I would be able to flash it, but it does not, and I do not know if there is any hope for my pinephone Mobian CE.
Any suggestion?
|
|
|
|