Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,997
» Latest member: darrendemers12
» 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: 116
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 14,907
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 189
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,451
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,122
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 116
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,437
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 308
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,260
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 431

 
  M.2 Adaptor alternative
Posted by: S265 - 04-15-2025, 12:18 AM - Forum: General Discussion on Pinebook Pro - Replies (5)

Hi all. The M.2 accessory for the Pinebook Pro is no longer available from the Pine64 Store. Has anyone come across similar parts that may work?
For example is their such a thing as a flexible cable and M.2 card holder? As the Pinebook Pro is older hardware now, the suppliers may not be interested in replacing these original parts.
It would be nice if a new Pinebook was released with updated hardware, but Pine64 seems to be occupied with other things.


  img2logo workaround for Python 3.8
Posted by: nomakewan - 04-13-2025, 09:00 PM - Forum: Pinecil Software - No Replies

Hello all,

If you are currently "stuck" on an operating system that can only use up to Python 3.8 and are trying to use the img2logo python script to create your own custom boot logos for IronOS, you may find yourself staring at the following error in your console after trying to run the conversion:

[Image: eOHNoNS.jpeg]

This "'type' object is not subscriptable" error occurs because type annotation was added in Python 3.9 and is not present in 3.8 and earlier versions. Thankfully the fix is incredibly simple and does not require changing the part of the code doing the actual work. All you need to do is add a single line at the very top of the file:

Code:
from __future__ import annotations

The above should go on line 3, above the line with "division" in it. Once you add this single line, img2logo will work perfectly.

Hope this helps!


  Keyboard availability?
Posted by: KaylaMarie81 - 04-13-2025, 08:52 PM - Forum: PinePhone Pro Accessories - Replies (9)

Has the keyboard case for the PinePhone Pro been discontinued? It shows up as out of stock and I can't find anywhere that carries it.

Thanks!


  [Article] Creating the Unicorn Emulator for Avaota-A1 SBC (Apache NuttX RTOS)
Posted by: lupyuen - 04-12-2025, 06:04 PM - Forum: General - No Replies

Apache NuttX RTOS is officially supported on Avaota-A1 Arm64 SBC (Allwinner A527 SoC). Let’s take Unicorn Emulator and create a Software Emulator for Avaota SBC...

(1) We call Unicorn Library to create our Barebones Emulator

(2) Emulate the 16550 UART hardware by intercepting I/O Memory

(3) Recompile NuttX with 4 Tiny Tweaks and boot on Unicorn

(4) NuttX makes a Context Switch and fails

(5) Because Unicorn doesn’t handle Arm64 SysCalls?

(6) No worries we’ll Emulate Arm64 SysCalls ourselves!

(7) By jumping into the Arm64 Vector Table

(8) NuttX on Unicorn boots to NSH Shell! (Almost)

(9) How exactly does NuttX boot on Avaota SBC? We have a Detailed Boot Flow

Why are we doing this?

-- So we can create NuttX Drivers and Apps on Avaota SBC Emulator (without the actual hardware)

-- Avaota Emulator is helpful for NuttX Continuous Integration, making sure that all Code Changes will run correctly on Avaota SBC

-- The Trade Tariffs are Terribly Troubling. Some of us NuttX Folks might need to hunker down and emulate Avaota SBC, for now.

-- Or maybe we should provide Remote Access to a Real Avaota SBC? ?

Check out the article: https://lupyuen.org/articles/unicorn4.html

[Image: unicorn4-title.jpg]

Lup


Question Request for CAD files of the pinenote
Posted by: Szybet - 04-08-2025, 03:30 AM - Forum: General Discussion on PineNote - Replies (1)

Hello

I would like to request CAD files of the pinenote, as I would like to design a 3D printed case for it. For other pine products they are usually on the wiki, while for the pinenote they are missing.
Thanks!


  beta release of a Linux mobile app strength training app
Posted by: coryholl - 04-07-2025, 07:27 PM - Forum: General Discussion on PineTab - Replies (1)

I have written a mobile strength training app which runs on Linux mobile devices.  I recently made a beta release of the app.

Here is an app website with further info:

Muscle Buddy

Source tarballs and AppImages are available for download here.

I own a PinePhone and PineTab2 which the app works on and I am interested in how well it works for other PineTab users.

Any feedback would be highly appreciated.

I am going to post a similar message to the PinePhone and PinePhonePro forums.  Hope people do not view that behavior as SPAMing.

Thanks.  Tongue


  beta release of a Linux mobile app strength training app
Posted by: coryholl - 04-07-2025, 07:22 PM - Forum: General Discussion of PinePhone Pro - Replies (1)

I have written a mobile strength training app which runs on Linux mobile devices.  I recently made a beta release of the app.

Here is an app website with further info:

Muscle Buddy

Source tarballs and AppImages are available for download here.

I own a PinePhone and PineTab2 which the app works on and I am interested in how well it works on a PinePhonePro.

Any feedback would be highly appreciated.

I am going to post a similar message to the PinePhone and PineTab2 forums.  Hope people do not view that behavior as SPAMing.

Thanks.  Smile


  beta release of a Linux mobile app strength training app
Posted by: coryholl - 04-07-2025, 07:19 PM - Forum: General Discussion on PinePhone - Replies (1)

I have written a mobile strength training app which runs on Linux mobile devices.  I recently made a beta release of the app.

Here is an app website with further info:

Muscle Buddy

Source tarballs and AppImages are available for download here.

I own a PinePhone and PineTab2 which the app runs on and I am interested in how well it works for other people.

My PinePhone runs Mobian and most of the testing of the app has occurred on this OS/Hardware combination.

Any feedback would be highly appreciated.

I am posting a similar message to the PinePhonePro and PineTab2 forums.  Hope people do not view that behavior as SPAMing.

Thanks.   Wink


  Pine 64 installer OS list blank
Posted by: spamsucks - 04-07-2025, 02:04 PM - Forum: General Discussion on PINE A64(+) - Replies (1)

So I am trying after finding my long lost pine64+ board to install something on it to use. I ran the installer, and click the box to choose an OS, and its blank. There is nothing in the box at all. It shows the sd card, in the middle box. I can get the image, but I dont know how to put the image on the SD card and make it boot. Any assistance would be great. Thanks

Board: 
pine 64 + 2 gig
A64-DB-2G-Rev B

My system
Windows 11 pro
32 GB ram
External SD card reader (the SD card is showing up to the PC)


Question Are there plannes to create a new and more powerfull PinePhone Pro?
Posted by: Nima0908 - 04-07-2025, 01:22 AM - Forum: PinePhone Pro Hardware - Replies (5)

Hello,
iam pretty interested in the PinePhone Pro and really like the concept. But sadly, 4Gib RAM and the RK3399S are just too week for todays use. Now my question is if there are plannes to bring out a new version with more ram (like 8Gib or so) and a better chip (Like the RK3588), or to bring just a new mainboard with upgraded parts that can be swapped out.
Thank you for your help Smile