| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Girls In Your Town - No S...
Forum: General
Last Post: savvas48
5 hours ago
» Replies: 0
» Views: 24
|
Pinetab2 camera drivers
Forum: PineTab Software
Last Post: dave3294
06-17-2026, 03:16 AM
» Replies: 11
» Views: 9,162
|
Girls In Your Town - Anon...
Forum: General
Last Post: wilsonmatt
06-16-2026, 11:16 PM
» Replies: 0
» Views: 89
|
Girls In Your City - Anon...
Forum: General
Last Post: publishers
06-16-2026, 06:44 PM
» Replies: 0
» Views: 71
|
Girls From Your City - An...
Forum: General
Last Post: publishers
06-16-2026, 04:32 PM
» Replies: 0
» Views: 68
|
asterisk or FreePBX on pi...
Forum: PinePhone Software
Last Post: vanja
06-16-2026, 09:24 AM
» Replies: 0
» Views: 104
|
Jami on Pinephone [ IM an...
Forum: PinePhone Software
Last Post: marlboro1950
06-16-2026, 05:02 AM
» Replies: 15
» Views: 22,068
|
Thread management hurdles...
Forum: General
Last Post: reyohi4392
06-15-2026, 05:12 AM
» Replies: 0
» Views: 113
|
Let's get the PPP and Mob...
Forum: General Discussion of PinePhone Pro
Last Post: Rsquared
06-15-2026, 12:01 AM
» Replies: 0
» Views: 155
|
PinePhone Game Thread
Forum: General Discussion on PinePhone
Last Post: elinkser
06-11-2026, 02:50 PM
» Replies: 31
» Views: 80,243
|
|
|
| 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.
|
|
|
|
|