| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,942
» Latest member: new88betus
» Forum threads: 16,329
» Forum posts: 117,429
Full Statistics
|
| Latest Threads |
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
33 minutes ago
» Replies: 17
» Views: 8,159
|
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
10 hours ago
» Replies: 1
» Views: 1,895
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 667
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 467
|
How can I record video on...
Forum: General Discussion on PinePhone
Last Post: baptx
03-25-2026, 12:55 PM
» Replies: 23
» Views: 18,423
|
u-boot rk356х (rockchip r...
Forum: Quartz64 Tutorials
Last Post: hamsterbacke
03-25-2026, 09:39 AM
» Replies: 18
» Views: 34,024
|
A/V output enable
Forum: Linux on Rock64
Last Post: 8lall0
03-24-2026, 04:45 PM
» Replies: 0
» Views: 79
|
If your USB-C port is fla...
Forum: PinePhone Pro Hardware
Last Post: Zebulon Walton
03-24-2026, 02:25 PM
» Replies: 0
» Views: 96
|
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,693
|
Pine a64+ power supply
Forum: General Discussion on PINE A64(+)
Last Post: davidspencer
03-18-2026, 01:02 AM
» Replies: 0
» Views: 178
|
|
|
| Looks like I found a mild reason why UBPorts for pinephone hasn't seen much progress. |
|
Posted by: plainenough - 10-28-2020, 09:25 AM - Forum: UBPorts on PinePhone
- Replies (13)
|
 |
https://forums.ubports.com/topic/2403/pinephone
Looks like one of the main threads on the ubports forums was updated notifying a de-prioritization. Not sure when this happened, but it makes sense that we haven't a lot of changes recently. This would explain why the issues board has gone stale and why it seems to be no changes for at least a few weeks on the dev builds. With this in mind, I still don't consider this OS fully abandoned still don't consider the pinephone integration abandoned and will maintain a quiet eye looking for updates. Until I come across something that shows activity prioritization on their channel I am going to indefinitely suspend my QA testing for this OS so I can expand into other candidates.
EDIT: Clarity, I know the OS in general isn't abandoned, but Dalton had bigger fish to fry.
EDIT 2: Changed title to add 'for pinephone'
|
|
|
|
| Recovery from bad SPI flash image |
|
Posted by: hmuller - 10-28-2020, 08:22 AM - Forum: RockPro64 Projects, Ideas and Tutorials
- Replies (2)
|
 |
Purpose
Experimentation with SPI flash and u-boot can/will result in a board that will not boot.
Background
To recover from this it is necessary to prevent booting from SPI. This can be done by shorting the flash chip's clock pin to ground. This will allow you to boot to micro SD card so that you can either erase the bad image or erase/write a new one. Erasing and writing images to SPI flash are beyond the scope of these instructions as it is assumed the user successfully flashed the SPI NOR with a bad u-boot image or images.
It is also assumed you have the following:
- A separate host with a serial connection to the RockPro64
- A micro SD card with a known good u-boot installed on it (and possibly fixed u-boot image files placed in a partition to reflash SPI NOR)
Preparation
Turn the RockPro64 off before continuing.
Press and hold the Power button for approximately 10 seconds. If the RockPro64 is connected to a network switch, the network switch LED representing the RockPro64 connection will turn off. If you are not set up that way and cannot observe this, then holding the power button for the 10 seconds duration is long enough to turn the board off.
Pin Shorting Methods
Pi-2 GPIO
This method is the easiest and preferable method.
Connect pins 23 and 25 using a jumper or female-female jumper wire.
SPI Flash Chip
The asterisk represents the indentation on the chip (which identifies pin 1). The code rendering is broken, so the ASCII graphic below cannot be fixed, but you will get the general idea which pin is which.
Code: +------------------+
|* |
CS --- 1 8 --- VCC
| |
SO --- 2 7 --- HOLD/RESET
| |
WP --- 3 6 --- SCLK
| |
VSS --- 4 5 --- SI
| |
+------------------+
GD25Q127CSIG
Connect pins 6 and 4 using a Pomona 5250 clip and female-female jumper wire. Micro hook test clips could also be used to short the two pins.
Final Recovery
Once the SPI flash pins have been shorted using one of the methods above, insert the known good micro SD card into the the board's slot and power it on. Hit any key on the keyboard to prevent u-boot from trying to autoboot, once it stops at the u-boot prompt you can either erase the SPI flash, or erase/write a new image to it AFTER you have removed the short between the pins.
|
|
|
|
| Wifi stopped working after updates |
|
Posted by: pineitup - 10-28-2020, 06:33 AM - Forum: General Discussion on Pinebook Pro
- Replies (10)
|
 |
I have recently set up an SD card with the most recent Manjaro 20.10 and it connected to the Wifi with no problems at all just last night. Then I was prompted to update some of the software through the software update manager so I've let it run until completion.
After a restart the wifi stopped working -- It doesn't connect to the last network it used to and the wifi menu that pops out of the bottom doesn't show any networks to be available (the list is empty).
I made sure the wifi hardware switch is off.
How can I fix this?
Thank you!
|
|
|
|
Porting lora (meshtastic) to Pinetab, some questions... |
|
Posted by: geeksville - 10-28-2020, 12:37 AM - Forum: PineTab Software
- Replies (2)
|
 |
Hi ya'll,
So I just received my pinetab (with an alpha version of the Lora radio module). I'm eager to port meshtastic to your slick board but I admit I haven't been following pinetab development closely.
I'm reasonably experienced with linux driver development (though not this year) and I think I can handle that part, but I have some questions on distribution choice etc... Any advice would be appreciated:
* What OS distribution should I target initially? - I assume the development branch of the "ubuntu touch" that came preinstalled on the tablet?
* I will need to build and distribute an (improved) version of the CS341 driver for the USB/SPI chip used in this radio. Where would be best to provide that for others (a .deb?)
My general current (crummy) plan is here.
|
|
|
|
| Pinebook pro crashing when put to sleep?? [Manjaro] |
|
Posted by: edward - 10-27-2020, 10:52 PM - Forum: Linux on Pinebook Pro
- Replies (13)
|
 |
What is happening: trying to put pinebook pro to sleep results in complete death of the laptop. Power light goes off, screen goes off and it absolutely refuses to come back alive. I have to hold the power button for 7 seconds, and turn it back on to get to to work. Otherwise it absolutely refuses to show any signs of life.
What I tried: removing swap file completely
Started happening since I ran the updates through software updater. Before that it was working fine for a good week since I first got the laptop.
Given I am a beginner at linux, I am not even sure how to begin to debug something like that. Any help would be appreciated.
|
|
|
|
| RockPro64 eMMC mrfixit to 5.9 |
|
Posted by: rthorntn - 10-27-2020, 04:38 PM - Forum: Linux on RockPro64
- Replies (1)
|
 |
Hi,
I just received my RockPro64, very cool, I want to use it with a 10GbE NIC.
I tried a few distros but rockpro64-debian-mrfixit-190531 was the only one I could get booting from eMMC.
I upgraded to Debian 10, the kernel stays at 4.4, trying to upgrade to a Debian kernel fails (thankfully) probably because the partition is RO.
OK so I see a rock64 5.9 here, as debs:
https://github.com/ayufan-rock64/linux-m...l/releases
Any idea if this 5.9 supports booting from eMMC, if so, what is the easiest way to get this kernel deployed, right now I'm just connected up with a keyboard and monitor, can I just remount RW, I read something that suggests I have to interrupt the boot and do something in u-boot but I'm unsure on that, if I have to do it this way, do I have to use a serial console or something?
Cheers
Richard
|
|
|
|
|