| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
I think you can try compi...
Forum: General Discussion on Pinebook Pro
Last Post: wangyukunshan
2 hours ago
» Replies: 1
» Views: 194
|
Are you interested in a n...
Forum: General Discussion on Pinebook Pro
Last Post: WEF
11-12-2025, 02:33 PM
» Replies: 2
» Views: 2,993
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-12-2025, 11:18 AM
» Replies: 3
» Views: 322
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
11-12-2025, 07:29 AM
» Replies: 0
» Views: 79
|
black cursos background
Forum: General Discussion on PineTab
Last Post: polrus
11-11-2025, 04:07 PM
» Replies: 0
» Views: 69
|
slight bumps causing phon...
Forum: PinePhone Pro Hardware
Last Post: JadenSki
11-11-2025, 02:05 PM
» Replies: 2
» Views: 128
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
11-11-2025, 02:01 PM
» Replies: 10
» Views: 12,501
|
Switching cameras on PPpr...
Forum: Mobian on PinePhone
Last Post: biketool
11-11-2025, 10:44 AM
» Replies: 0
» Views: 60
|
Battery connector dead
Forum: PinePhone Hardware
Last Post: mdk
11-11-2025, 10:05 AM
» Replies: 3
» Views: 2,380
|
No touch KB after update(...
Forum: Mobian on PinePhone
Last Post: biketool
11-11-2025, 09:45 AM
» Replies: 3
» Views: 193
|
|
|
| Lightberry on ROCK64 with Kodi |
|
Posted by: victor.gcaba - 02-28-2018, 04:20 AM - Forum: General Discussion on ROCK64
- Replies (1)
|
 |
Hello
First of all, my name is Víctor, from Spain, I´m new in the community and I´m really pleased to be here.
Now I tell you my problem, not without saying I´m not an expert in any of these. I purchased a ROCK64 in order to be able to play 4K videos from a HDD and to use a lightberry kit I had. Before using ROCK64 I used Pi3, which didn´t have problems with the lights, but doesn´t play 4K videos. I installed LibreElec Kodi Leia on the ROCK64 via microSSD, and everything works perfect. Then I tried to access the ROCK64 via SSH with Putty on Windows, and it appears this error:
![[Image: 1424io1.jpg]](http://i59.tinypic.com/1424io1.jpg)
Then I tried to do it via Macbook with Terminal, but the connection is refused too. I need to connect it because lighberry leds need to be configured by Hypercon, software with which I also tried to connect with "connection refused". I checked that the IP was the correct and it was, even I can connect Kodi with Chorus2 browser and via Samba. I disabled router firewall and open ports from 22 to 9090, because normally the port is 22 but I read in forums that could be 8080 or 9090.
On the other side, I tried to configure Lightberry with Hyperion Config Creator directly on Kodi, but when the configuration ends, it tries to reboot lights and sends me an error where it is sais "OS2 cannot reach file" or something like that. With this error I thought thath Hyperion was not installed, so I remove I reinstalled with a zip file via USB, but the error continues. Please help me with both problems:
- No SSH connection via Putty, Hypercon or Terminal
- No Ligthberry configuration can be done with Hyperion Config Creator
Thank You
|
|
|
|
| Query regarding MIPI CSI camera support |
|
Posted by: kafan1986 - 02-27-2018, 06:08 PM - Forum: General Discussion on ROCKPRO64
- Replies (8)
|
 |
Can someone confirm whether this board supports dual camera via MIPI CSI? If yes, are can these use any MIPI CSI based camera? Because the A64 camera module does not have a holes to screw it to my 3D printed case. So, I was thinking of ordering Raspberry Pi camera module v2.1 which have holes for screws on PCB.
|
|
|
|
| how can I use 2nd eth1 |
|
Posted by: climber - 02-27-2018, 06:56 AM - Forum: Linux on Rock64
- No Replies
|
 |
Hello to all,
I am new in this forum and special Thank to all developer for this great work . I have in my "production " system a orangepiH5, and now I have 1xRock64/4Gb with 16G-eMMC.
I use the 4.4.77-rockchip-ayufan-136 aarch64 as server. The image running stable. Now my question how can I use the 2nd eth1? The first Gb is ok. I have a MagJack on the relevant pin's but no results. In my configure (network manager) no 2x ethx. Please can support me? or in what for image running both ethx?
Thank you in advance
|
|
|
|
| Chromecast |
|
Posted by: roberthr - 02-27-2018, 05:54 AM - Forum: Android on Rock64
- Replies (2)
|
 |
Did anybody try to use Rock64 as *cast device? Like Chromecast or something like that? Google Cast Receiver does not seem to work on it.
|
|
|
|
| Recover stock 7.1.2 on SD |
|
Posted by: AlexS - 02-27-2018, 04:31 AM - Forum: Android on Rock64
- Replies (6)
|
 |
After few days of running the box stopped booting from SD card. It keeps "android" message on the screen and nothing happens.
Are there any way to recover from this state except rewriting the SD with clean new image ?
What is the recovery button for?
|
|
|
|
| Explore the Kernel make install secret |
|
Posted by: cooker - 02-27-2018, 04:25 AM - Forum: Linux on Rock64
- Replies (3)
|
 |
I have used Linux for quite some years but SBC is new to me.
I have an Atheros AR9271 network card which is plug-n-play on RPi. On rock64, lsusb recognize it out of the box. Google says I need the following in my kernel to make it works.
Quote:CONFIG_ATH_COMMON=m
CONFIG_ATH9K_HW=m
CONFIG_ATH9K_COMMON=m
CONFIG_ATH9K_HTC=m
I use ayufan's stretch-minimal-rock64-0.5.15-136-arm64.img
I use sdcard (instead of emmc)
I use serial console
To take advantage of the 4G ram, I compile the kernel on board instead of using CC.
A brief summary of steps I take, after apt update upgrade
Quote:$ sudo apt-get install python2.7-minimal
$ sudo ln -s python2.7 python ... at /usr/bin
$ sudo apt-get install libncurses5-dev bc
$ git clone --depth 1 --single-branch -b release-4.4 https://github.com/ayufan-rock64/linux-kernel
$ cd linux-kernel
$ make rockchip_linux_defconfig
$ make menuconfig ... to config ATH9K
$ make -j 5
then ...
I had tried a couple of combinations of
Quote:sudo cp ./arch/arm/boot/*(u)*(z)Image ./arch/arm/boot/dts/*.dtb <boot-partition>
sudo make modules_install
sudo make firmware_install
from https://github.com/umiddelb/armhf/wiki/H...ARM-device (a copy from ODROID Magazine)
No luck. But it took almost 3 hours every time I dd back the pre-make-install image onto my 32G sdcard.
I read
http://opensource.rock-chips.com/images/...170711.pdf
referred by Port Arch Linux to Rock64
https://me.m01.eu/blog/2017/12/rock64-arch-linux/
On which, after kernel compilation, it is rootfs compilation. Not apply on my case, but directs me to think that my problem is very rock64 specific.
I enter the freshly learned u-boot shell, run printenv
I trace bootcmd -> distro_bootcmd -> list of boot_targets (mmc0 mmc1 usb0 pxe dhcp) and some how I noted from somewhere that sdcard is mmc1 -> setenv devnum (what is it relevant to?) 1 -> mmc_boot ... ... where should I refer to in order to understand what they are? Should it be from u-boot or rock64? Must I learn it all in order to do a "make install"?
Luke had responsed to a similar question on https://forum.pine64.org/showthread.php?...9#pid35059
For the IRC Log
I searched "make install" in #Rock64 channel, it appears 10 times only.
The only one that is about kernel installation is in a conversation between ayufan and xalius.
ayufan asked xalius how he install the kernel, xalius answered "copy". Of course, why should they detail the details in their conservation. Good to know "copy" works.
For the link to "all you need to know"
which is in fact https://github.com/ayufan-rock64/linux-build
docker? okay, why not give it a try if it works, I can learn something new too. I set up a Ubuntu 17.10 vm, installed docker-ce and binfmt support, tested work.
the _Next_ step is "make shell". What I get is >> make: *** No rule to make target 'shell'. Stop.
I should expect this because rock64 is for developer. What is broken is my knowledge, not the document.
By the end of the day, I only need to know how to put/link correctly Image, initrd, dtb in rock64 way, am I? Must I get familiar with those developer's stuffs before I can work back those basic/simples?
Rock64 mounts mmcblk1p6 to /boot/efi instead of /boot; with similar set of files named differently at both locations. This is not a secret. But rock64 uses which set to boot; and which is the correct original file to copy?
Any advice on how should I proceed?
Thanks in advance for your help after 10 days of reading in vain.
Hope my experience won't scare away much potential rock64 customers who search and read.
|
|
|
|
| JTAG on Rock64 |
|
Posted by: tdundon - 02-26-2018, 11:41 PM - Forum: Rock64 Hardware and Accessories
- Replies (3)
|
 |
I see that the rk3328 offers the TCK and TMS pins for JTAG (at the expense of using the SD card). But I don't see any pins for TDI or TDO. On the other hand, the rk3328 development board apparently supports JTAG. Does someone have a schematic for hooking up JTAG to the Rock64?
Thanks,
Tom
|
|
|
|
| Android GUI resolution |
|
Posted by: Vasant - 02-26-2018, 06:44 PM - Forum: Android on Rock64
- Replies (1)
|
 |
Hi,
I have an RK3328 Android TV BOX (Alfawise Z28 Pro) and the Android GUI is limited to 720P.
Does the ROCK64 board run with 1080P resolution for the GUI ?
I think this is because the GPU in the SOC is to weak to drive 1080P.
Thanks
Vasant
|
|
|
|
|