| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 172
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 8,723
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 265
|
Charging problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
04-04-2026, 07:30 AM
» Replies: 0
» Views: 121
|
Latest firmware for PineP...
Forum: PinePhone Software
Last Post: baptx
04-03-2026, 08:37 AM
» Replies: 106
» Views: 217,083
|
Updates have gotten me ex...
Forum: General Discussion on PineNote
Last Post: bills2002
04-02-2026, 05:16 PM
» Replies: 0
» Views: 222
|
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: tllim
04-01-2026, 04:14 PM
» Replies: 1
» Views: 304
|
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 2,092
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 945
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 608
|
|
|
| Networking Issues |
|
Posted by: rleasle - 01-01-2020, 08:25 PM - Forum: Linux on Pinebook Pro
- Replies (6)
|
 |
OK, so I got my Pinebook Pro this week, and ran into a strange network configuration issue (with the default Debian OS): I can only access part of the internet ... a couple of the hosts I can't get to are slashdot.org and github.com (!)
I have a hidden (non-broadcast) wifi router with manually configured hosts (no DHCP) so I set up the PBP the same as every other device on my home network (had to create the connection first, the go back and edit the IPV4 setting since I don't use DHCP). I can get to some things (google, youtube, pine64,.org, ... haven't tried alot) but other destinations like github are "Destination Host unreachable" when I ping by name or IP.
When I type "netstat -rn" I see an extra route for 169.254.0.0 I think is associated with "link-local" (IPV6?) Don't know where that's set or how to get rid of it. I removed the entry by hand using the route command, but it didn't fix my problem.
I tried the latest debian build (dated 12/26) from an SD card with the same issues (not surprising). I also tried manjaro from and SD card, and things worked fine from there. No difference in how I set up the network, but the routing table was correct and I seemed to be able to ping or connect to all of the hosts I tried.
Anybody have any thoughts, ideas, or suggestions?
|
|
|
|
| bricked it? |
|
Posted by: User 15997 - 01-01-2020, 07:51 PM - Forum: General Discussion on Pinebook Pro
- Replies (13)
|
 |
two days in and it's already bricked! D:
after flashing a custom-built manjaro image to emmc, the pbp won't boot any more. not from emmc, but also not from sdcards (tried multiple) or usb sticks (tried multiple), neither with the default debian image nor with a stock manjaro image, regardless of whether emmc is enabled or disabled via the hardware switch (or even present). power led stays off, whether a uart cable is connected or not (or the uart is even enabled via switch).
looking at uart logs it seems that the chip doesn't even reach uboot. when booting with emmc disabled it comes out of DDR init just fine, but the boot stage isn't happy:
Code: Boot1: 2019-03-14, version: 1.19
CPUId = 0x0
ChipType = 0x10, 249
SdmmcInit=2 0
BootCapSize=100000
UserCapSize=59640MB
FwPartOffset=2000 , 100000
mmc0:cmd5,20
mmc0:cmd7,10
mmc0:cmd5,20
mmc0:cmd7,10
mmc0:cmd5,20
mmc0:cmd7,10
SdmmcInit=0 1
StorageInit ok = 329828
SecureMode = 0
SecureInit read PBA: 0x4
SecureInit read PBA: 0x404
SecureInit read PBA: 0x804
SecureInit read PBA: 0xc04
SecureInit read PBA: 0x1004
SecureInit read PBA: 0x1404
SecureInit read PBA: 0x1804
SecureInit read PBA: 0x1c04
SecureInit ret = 0, SecureMode = 0
atags_set_bootdev: ret:(0)
GPT part: 0, name: IDBLoader, start:0x40, size:0x3fc0
GPT part: 1, name: U-Boot, start:0x4000, size:0x2000
GPT part: 2, name: TrustedFirmware-A, start:0x6000, size:0x2000
GPT part: 3, name: EFI, start:0x8000, size:0x64000
GPT part: 4, name: Boot, start:0x6c000, size:0xfa000
GPT part: 5, name: RootFS, start:0x166000, size:0x7315fdf
no find partition:uboot.
LoadTrust Addr:0x4000
LoadTrust Addr:0x4400
LoadTrust Addr:0x4800
LoadTrust Addr:0x4c00
LoadTrust Addr:0x5000
LoadTrust Addr:0x5400
LoadTrust Addr:0x5800
LoadTrust Addr:0x5c00
Addr:0x4000 No find trust.img!
LoadTrustBL error:-3
emmc enabled stops even earlier:
Code: Boot1: 2019-03-14, version: 1.19
CPUId = 0x0
ChipType = 0x10, 251
mmc: ERROR: SDHCI ERR:cmd:0x102,stat:0x18000
mmc: ERROR: Card did not respond to voltage select!
emmc reinit
mmc: ERROR: SDHCI ERR:cmd:0x102,stat:0x18000
mmc: ERROR: Card did not respond to voltage select!
emmc reinit
mmc: ERROR: SDHCI ERR:cmd:0x102,stat:0x18000
mmc: ERROR: Card did not respond to voltage select!
SdmmcInit=2 1
mmc0:cmd5,20
mmc0:cmd7,10
mmc0:cmd5,20
mmc0:cmd7,10
mmc0:cmd5,20
mmc0:cmd7,10
SdmmcInit=0 1
powerOn 68753
is this recoverable?
|
|
|
|
| Is it possible to install Arch linux? |
|
Posted by: alxndr.psclt - 01-01-2020, 06:10 PM - Forum: Linux on Pinebook Pro
- Replies (2)
|
 |
Hi everyone!
I just recieved my new pinebook pro; last one was already stolen from me, just a few days after it came by mail! Crazy story. If anyone sees a pinebook pro on sale around Paris, please let me know; might be mine.
Anyway, I am now finally able to hack on this beauty again.
I'm running Manjaro for now, but I would much prefer a more minimalistic approach. How could I install Arch linux (Arm) ?
I have seen there has been quite some work to get Manjaro running on PBP, so I guess it will be harder than simply installing Arch linux arm - pine64 version (https://archlinuxarm.org/platforms/armv8...ner/pine64) . Or is it that simple? If it is not; which hurdles can I expect and clues on how to fix thoses? I guess many distros will have to do this work in the coming weeks; is there a place to document theses procedures?
Even Minimal Manjaro could work for a period; but I did not succeed at booting it from an SD card using this install script: https://gitlab.manjaro.org/manjaro-arm/a...-installer . I suppose it is not supported yet; seeing there are no prebuild minimal images for the PBP; just XFCE and Plasma images.
https://manjaro.org/download/#pinebook-pro . But it could also very well be a wrong manipulation on my side. has anyone successfully run the minimal Majaro install on the PBP ?
Thanks to everyone for any info, and thanks to the Pine team for such an amazing hardware.
Best of luck for 2020.
|
|
|
|
|