| 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,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: 228
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 15,082
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 213
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,631
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,136
|
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 148
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,489
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 334
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,340
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 469
|
|
|
| SMS issues |
|
Posted by: SchizoPinePhone225 - 08-05-2023, 01:15 AM - Forum: Arch Linux on PinePhone
- Replies (3)
|
 |
I have installed the custom modem firmware
from github.com/the-modem-distro/pinephone_modem_sdk/
tried the reflashing the stock firmware even and still cannot send sms messages, it just will not work.
|
|
|
|
| Internal WiFi status? |
|
Posted by: acruhl - 08-04-2023, 09:26 PM - Forum: PineTab Software
- Replies (37)
|
 |
Is anyone working on getting the internal WiFi and bluetooth supported? I'm not much of a developer but I can probably test something.
It's been a really long time and no updates. Do I need to synch against some other source than the one that the PineTab 2 shipped with? Am I missing something?
Thanks.
|
|
|
|
| Would a Pinebook Pro be good for a Linux newbie? |
|
Posted by: cassado10 - 08-04-2023, 02:45 AM - Forum: Linux on Pinebook Pro
- Replies (6)
|
 |
I missed out on the Pinetab before (which might've been the preferred device). I'm aware it's ARM, and that it's possible to load Linux on Windows laptops via USB etc. I've seen the "What Are The Current Strengths & Weaknesses of Pinebook Pros?" thread. I understand there are other alternatives if we're just talking specs.
But it would be nice to have a device made for Linux, and something that just does Linux when you switch it on (...I assume). I'm interested in ease of use. There doesn't seem to be anything in the way of "entry-level" Linux. I hope the PbP is the answer to this.
|
|
|
|
| Does latest Tow-Boot install/work correctly for everyone? |
|
Posted by: tophneal - 08-03-2023, 12:31 PM - Forum: General Discussion on Pinebook Pro
- Replies (4)
|
 |
After a few years of rocking a BSP img on my emmc (for that sweet S3) and not booting into it, I'd like to switch fully to a modern install of Fedora since I've been booting a pre EFI Fedora img from SD as my unofficial main boot.
Since Tow-Boot is needed for a modern Fedora install, I went and grabbed the latest version (2022.07-006) from Github. After writing spi.installer.img to several different and known working SDs, as well as using dd, nandwrite, and flashcp to write it directly to /dev/mtd0 (all indicated successful writes in terminal) I cannot get my PBP to boot into the installer menu, or show anything tow boot related at boot up when writing directly to the SPI. (At most, I get a solid-lit green power LED and a black screen when booting the SPI installer SD.)
I've also tried going back a few versions, including 2021.10-005 and 2021.10-03 (which I recall successfully booting and installing a year+ ago) and I get the same results from them too.
So I'm curious now if anyone else has had this or a similar issue when trying to install tow-boot through SD installer or writing directly to mtd0 from within a booted OS. I'd raise it as an issue on the Github, but I want to be sure I haven't overlooked any potential solutions and I know @samueldr has indicated he isn't able to be as active in maintaining/troubleshooting as before.
EDIT: it was pointed out, I should add the commands I've run to write the installer to SD, and the .bin to SPI. Please note, the SD card is read as sda by the system.
dd (as per the tow-boot pbp page:
Code: sudo dd if=spi.installer.img of=/dev/sda bs=1M oflag=direct,sync status=progress
nandwrite:
Code: sudo nandwrite -p /dev/mtd0 Tow-Boot.spi.bin
flashcp:
Code: sudo flashcp Tow-Boot.spi.bin /dev/mtd0
I ran
Code: sudo flash_erase /dev/mtd0 0 0
between each nandwrite or flashcp.
|
|
|
|
|