| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,004
» Latest member: shinzuka
» Forum threads: 16,337
» Forum posts: 117,448
Full Statistics
|
| Latest Threads |
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
Yesterday, 07:07 AM
» Replies: 14
» Views: 15,147
|
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 273
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 225
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,703
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,142
|
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 158
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,514
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 346
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,385
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 488
|
|
|
| Article: (Clickable) Call Graph for Apache NuttX Real-Time Operating System |
|
Posted by: lupyuen - 03-04-2023, 10:39 PM - Forum: PinePhone Software
- No Replies
|
 |
Last week we ran Apache NuttX Real-Time Operating System (RTOS) on Unicorn Emulator, and we hit a baffling Arm64 Exception in the emulator. In this article we’ll create some tools to troubleshoot the exception…
1. Render the Dynamic Call Graph for Apache NuttX RTOS, to understand how it boots
2. Make it Clickable, so we can browse the NuttX Source Code as we explore the Call Graph
3. We’ll use a Block Execution Hook in Unicorn Emulator to generate the Call Graph with Rust
4. And call the Rust Libraries addr2line and gimli to map the Code Addresses to NuttX Kernel Functions
5. Thanks to the (Clickable) Call Graph, we’ll describe the complete Boot Sequence of NuttX RTOS on PinePhone
6. And explain how we might do Automated Daily Build and Test for NuttX on PinePhone
(Clickable) Call Graph for Apache NuttX Real-Time Operating System
|
|
|
|
| Disabling last mount time check on boot |
|
Posted by: acwest - 03-03-2023, 09:24 PM - Forum: Linux on Rock64
- No Replies
|
 |
Every time my Rock64 boots, I get an error about the Superblock last mount time is in the future. As I don't have a working hardware clock, this happens on every boot, force an fsck and adding to the boot time. When searching for this error, most of the recommendations are to fix the clock, but that isn't really feasible on a device that doesn't have one. Seeing as this check happens before mounting the filesystem, a solution like fake-hwclock isn't likely to be useful either. I can't be the only one with this problem...
|
|
|
|
| Pinebuds and Calls |
|
Posted by: kandrew - 03-03-2023, 02:53 PM - Forum: General
- No Replies
|
 |
Hi all,
For pinebud users out there, how is the voice quality when making calls with these? Is the open firmware any better than the default one that ships in this regard?
Thanks!
|
|
|
|
| too much batteries |
|
Posted by: Gwen - 03-03-2023, 01:03 PM - Forum: General Discussion on PinePhone
- Replies (1)
|
 |
HI,
I have a pinephone (not pro) with battery keyboard and last version of postmarketOS.
I didn't noticed any problem at start but after few days, power management in settings app in postmarketOS showed two 'extra batteries' which lead to problems calculating the percentage of charge. (max was 67% instead of 100% when fully charged)
Since two days I now have a third extra battery instead of only one (1 main battery + 3 extra batteries) ... how can I correct this please ?
Thx.
|
|
|
|
| PPkeyboard oddities with top row characters on "dreemurrs-embedded / Pine64-Arch" |
|
Posted by: Jeremiah Roise - 03-02-2023, 02:56 PM - Forum: PinePhone Hardware
- Replies (1)
|
 |
So I recently installed arch https://github.com/dreemurrs-embedded/Pi...g/20230203 on on my Pinephone (not pro), and tried to use the keyboard which was fine except the top row characters ( - _ + = ~ etc), I don't know exactly what i did but it fixed it for me.
I updated my ppkb's firmware to 1.3 here's the guide to update https://xnux.eu/log/#078
I then used the bottom part of this guide https://wiki.mobian-project.org/doku.php...ccessories this part:
Symbol Keys
With the latest version of the keyboard drivers, the Fn-symbol keys disappear. This can be fixed by: - Setting
Code: XKB_DEFAULT_MODEL=ppkb
in Phosh's environment. Add the following to
Code: /usr/lib/systemd/system/phosh.service.d/override.conf
:
[Service]
Environment=XKB_DEFAULT_MODEL=ppkb
After this, the top row symbols will be available as L3-{0-9}. The L3 key can be configured in settings → keyboard → Alternative Characters Key.
New versions of Mobian do not launch Phosh as a systemd service. In that case the override above will not work. Instead, add the following line to
:
export XKB_DEFAULT_MODEL=ppkb
and reboot.
I then went to (phosh) settings -> keyboard -> special character Entry -> Alternate Characters Key: and changed it to left alt
it then worked,
and it continued to work when I changed it back to the original alternate character key.
Hope this helps someone out there!
|
|
|
|
|