| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Thinking about memory bot...
Forum: General Discussion on Pinebook Pro
Last Post: xiley32050
Yesterday, 01:21 AM
» Replies: 0
» Views: 57
|
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
08-30-2026, 07:19 PM
» Replies: 0
» Views: 86
|
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 139
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,454
|
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,793
|
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 163
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 237
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,734
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 446
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,056
|
|
|
| Remedial Docker lessons |
|
Posted by: cjyar - 10-12-2019, 03:10 PM - Forum: Linux on Rock64
- Replies (2)
|
 |
I thought I understood Docker, but maybe not. I'm running ayufan's Ubuntu on my ROCK64; uname identifies it as aarch64. When I run Docker (via Kubernetes) and ask for a multi-architecture image, I get this error:
no matching manifest for linux/arm/v8 in the manifest list entries
But Docker Hub lists the image (rook/ceph:v1.1.2) as built for both amd64 and arm64 architectures. I thought aarch64 and arm64 meant the same thing, with userland calling the architecture aarch64 and kernel calling it arm64. Is that not true? How are these names related to linux/arm/v8?
If this machine pulled an arm64 image, would it be able to run it? Maybe my Docker is just misconfigured so it doesn't recognize what it can run.
|
|
|
|
| Dual image uboot |
|
Posted by: Arwen - 10-10-2019, 05:49 PM - Forum: General Discussion on Pinebook Pro
- Replies (3)
|
 |
We having been discussing uboot on SPI as a way to get bootable PCIe NVMe drives. Yet the consensus is that the SPI is for a version of uboot, (or other firmware), that is quite stable.
But, we can also do some interesting things for recovery. If uboot is not that big, perhaps we can have 2 versions, with a tiny bit of code to select the most current, unless a special key is held down. Then it uses the prior release. That may help prevent some of the bricking of the PBP that has been disscused for new, but faulty firmware.
This could apply to both eMMC and SPI., though eMMC is an easier un-brick than SPI.
Just an idea.
|
|
|
|
| Time drift issues |
|
Posted by: Unkn0wn - 10-10-2019, 05:48 PM - Forum: Clusterboard
- Replies (5)
|
 |
Some users and me have experienced time drift in some sopine modules. This manifests as a date jumping randomly in the future, for example around the year 2114.
Some system output:
Code: root@master:~# date
Fri Nov 30 15:16:29 UTC 2114
root@master:~# cat /etc/fake-hwclock.data
2114-11-30 14:46:01
root@master:~# hwclock
2019-10-10 23:45:40.014568+00:00
This was discussed before in another thread (original) but I've decided to make a new thread due to the original one describing a different problem.
EDIT1: Strangely the drift is consistent between nodes. Here the output of another tainted node:
Code: root@worker1:~# date
Fri Nov 30 15:33:07 UTC 2114
root@worker1:~# cat /etc/fake-hwclock.data
2114-11-30 14:46:01
root@worker1:~# hwclock
2019-10-10 23:54:15.532921+00:00
The actual hardware clock shows a different time than the master, but the 'fake' hardware clock time is exactly the same.
|
|
|
|
| The leds and fan of RockPro64 |
|
Posted by: xlx - 10-10-2019, 12:19 PM - Forum: General Discussion on ROCKPRO64
- No Replies
|
 |
My RockPro64 arrived at last, and I've been testing it for the last 2 days. I installed LibreElec and I must say that so far it's working pretty well, but I have a couple of issues that I'd like a little help, if possible.
Firstly the fan. I connected mine on the connector 4 of the diagram on the Pine64 site (the one equivalent to "PWM controlled fan header "), but it just doesn't work at all. Not that bad for now, since I still don't have a case and I also got a 20mm heatsink (the maximum temperature I got was 50°C), but I really would like it to work properly, because as soon as I get a case I'm sure it will heat a lot. I've seen a couple of other threads in which people say that it's necessary to recompile the image and apply a couple of patches in order to make it work properly. Is that still the case or there are any other way?
The other thing that has got me worried is the behavior of the leds. Once the board is up and running the red led keeps blinking all the time (2 short blinks) and the white led is off. As I've read on the Pine64 site the expected behaviour would be the white led to stay on and the red one being a sort of "DIY" whose behaviour would depend on what each developer programmed to his image. Is that constant blinking of the red led the expected behaviour on LibreElec running on RP64?
I'm using my TV remote (through its HDMI-CEC feature) in order to control Kodi. It's working and all, but what I want is to turn it on as I turn the TV on, and off as I turn the TV off. The TV is correctly configured and I revised all related configurations on Kodi, and it still doesn't work. If I use the remote to turn on the TV the RP64 doesn't turn on, and if it's already on and I use the remote to turn off the tv nothing happens on the RP64 (no matter which option I configure on Kodi). Am I missing something?
Any help would be much appreciated.
|
|
|
|
|