| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 117
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 14,909
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 189
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,451
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,122
|
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 117
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,439
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 308
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,260
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 431
|
|
|
| Kodi + Docker - what are the image options for Rock64 to support this? |
|
Posted by: zarusz - 05-20-2018, 01:41 AM - Forum: Linux on Rock64
- No Replies
|
 |
Hi All,
I had rock64 for over 6 moths now, and thanks to the LibreELEC image I was able to achieve the desired use case:
- Kodi as the media player
- Samba/NAS
- Docker (via the Kodi plugin) to run multiple dockerized services (openHAB, mosquitto, syncthing, deluge).
Things have been pretty stable. I even managed to spin down all the 3 attached disks when idle.
However, it still seems that the LibreELEC release is going to take some time to get an official release (I refer to this post).
So, apart from LibreELEC, is there any other alternative that would support the Kodi + Docker use case?
Thanks
|
|
|
|
| broken keyboard -> transplant all organs into an thinkpad? |
|
Posted by: stereo - 05-19-2018, 11:22 AM - Forum: Pinebook Hardware and Accessories
- Replies (1)
|
 |
hi all,
after some keys lost working and finally a died space bar too, i am looking for a solution. the pinebook 11" bottom is not available, so i am thinking about using an alternative keyboard.
so my question is: does anyone know that keyboard connector? are there directly alternative keyboards, even if i have to build a new housing from scratch?
or do i have to replace all the stuff into another device and put on a usb keyboard?
(btw i found a guy who converted a thinkpad keyboard into an usb one...)
any thoughts?
|
|
|
|
| Power Supply ordering question |
|
Posted by: frewind - 05-19-2018, 08:00 AM - Forum: General Discussion on ROCKPRO64
- Replies (8)
|
 |
Hi,
When the next batch of RockPro64's comes in I'll be ordering, but just had a quick question on ordering the ROCKPro64 12V 5A EU Power Supply, for people in the UK will this come with the a UK power plug lead or will I have to source this separatly ?
|
|
|
|
| tftpboot: efi_load_pe: Invalid DOS Signature |
|
Posted by: wirr - 05-17-2018, 11:24 AM - Forum: Linux on Rock64
- Replies (4)
|
 |
Hi all, I'm looking for help with tftp boot from SPI flash.
Booting from flash works fine, the rock boards load their pxelinux.0 from tftp. Then for some reason the bootloader seems to ignore my 'fdt /dtb' entry and requests /dtb/rockchip/rk3328-rock64.dtb.
After successfully loading this file it throws the following error:
Filename 'dtb/rockchip/rk3328-rock64.dtb'.
Load address: 0x1f00000
Loading: ####
1.8 MiB/s
done
Bytes transferred = 56922 (de5a hex)
## Starting EFI application at 02000000 ...
efi_load_pe: Invalid DOS Signature
## Application terminated, r = 9223372036854775806
Can someone provide any insight on why this happens and how to fix it?
Thanks!
For the sake of completeness here's my pxelinux.0:
default rock64-kernel-4.4
prompt 0
timeout 3
menu title Boot options
label rock64-kernel-4.4
kernel /Image
initrd /initrd.img
fdt /dtb
append earlycon=uart8250,mmio32,0xff130000 rw root=/dev/nfs nfsroot=${serverip}:/data/rootfs/rock64-1 rootwait init=/sbin/init mtdparts=spi32766.0:32k(system),4064k(loader),3840k(reserved),256k(vendor),4M(uboot),4M(atf)
|
|
|
|
| 3.5" HAT-style LCD available? |
|
Posted by: ElRobbo - 05-17-2018, 06:32 AM - Forum: Rock64 Hardware and Accessories
- Replies (3)
|
 |
I ran into a problem with my Rock64 recovering from a power outage recently, and had to unravel it from its installation, plug it into a TV and reboot it there to diagnose.
The RPis have things like these screens available, often with a nice case to go with.
Does anyone have any experience with those or others? The drivers for those seem to be pre-built binaries specifically for the Rpi, so I doubt it would work.
Thanks,
R
I suppose I could just download the drivers and try them, see if they barf w/out hardware attached...
|
|
|
|
| approaches to safely trying custom kernels |
|
Posted by: pkivolowitz - 05-16-2018, 07:18 PM - Forum: Linux on Rock64
- No Replies
|
 |
Hi All,
I am coaching two undergrads through a summer research experience doing a deep dive into Linux kernel hacking.
I expect we're going to break the kernel a whole lot. My first task is to master recovering from this gracefully.
Leveraging dim memory from the last time I did something like this (a VAX 11/780 with Berkeley Unix), multiple kernel images could reside on disk (including a known good image). The boot loader could be instructed which to load.
I suspect the process on the Rock64 is similar... Would you be willing to comment if I'm on the right track:
- add USB UART to board.
- ensure U-Boot is flashed
- boot into U-Boot ... select kernel image... boot
Does the FLASH come with U-Boot already present?
Thank you a lot - I am happy to answer any questions you might have about our project (introduce a multiple personality disorder into Ubuntu).
|
|
|
|
| Ubuntu password not working |
|
Posted by: joemassimino - 05-15-2018, 09:01 AM - Forum: Ubuntu
- Replies (4)
|
 |
The first image I loaded on my R18 LTS board was Ubuntu 16.04.3 LTS. It loads fine, but the login credentials say to use ubuntu for the username, and ubuntu again for the password. Bu that does not work.
I tried rebooting the board several times, and I'm not a Newbie either. I expect that nobody is going to know why the passwords don't work, because support never re[plied when I asked them.
The first two lines that come to the screen are numbers with the words Trace.Call after them. What is that about, is the image notifying someone that I am using it? I'm not new to Linux, so that had to be added by whoever created the image.
In any case, has anyone any ideas about the Passwords for ubuntu not working?
Joe
|
|
|
|
|