Welcome, Guest |
You have to register before you can post on our site.
|
|
|
Lying installer |
Posted by: LienRag - 08-05-2023, 05:42 AM - Forum: General Discussion on PinePhone
- Replies (8)
|
 |
I installed Phosh on my new¹ pinephone but now I can't remember the pin/password.
And I thought that I installed it on the SD card but it appears that I actually installed it on the EMMC.
I tried to reinstall with sxmo but the phone won't boot on the SD card, it keeps booting on the EMMC.
Everybody tells me that it should boot on the SD card by default, but it doesn't (even when I press the volume button down at start).
Am I doing something wrong ?
How to check what's the problem ?
¹ Well, new since many months now, but I haven't used it yet
|
|
|
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.
|
|
|
|