| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,097
» Latest member: ttsp
» Forum threads: 16,358
» Forum posts: 117,524
Full Statistics
|
| Latest Threads |
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 153
|
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 101
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,574
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
06-27-2026, 02:43 PM
» Replies: 13
» Views: 18,723
|
Android Gaming Image
Forum: Game Station Emulation
Last Post: Jacobgilbert
06-26-2026, 07:06 AM
» Replies: 52
» Views: 110,945
|
rAudio for Rock64 V2/Pine...
Forum: Linux on Rock64
Last Post: shinzuka
06-25-2026, 03:16 PM
» Replies: 11
» Views: 1,883
|
Big thanks for the docume...
Forum: General Discussion on Pinebook Pro
Last Post: alchemist
06-25-2026, 12:58 PM
» Replies: 0
» Views: 209
|
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: mehdy
06-23-2026, 06:53 AM
» Replies: 16
» Views: 34,521
|
OpenTTD game - Error: no ...
Forum: Mobian on PinePhone
Last Post: Mary_Davis
06-23-2026, 01:12 AM
» Replies: 3
» Views: 5,587
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: Mary_Davis
06-23-2026, 01:04 AM
» Replies: 5
» Views: 3,913
|
|
|
| android Wlan problem |
|
Posted by: ach - 10-15-2017, 11:01 AM - Forum: Android on Rock64
- Replies (5)
|
 |
hello,
i have two dongle with ralink chipset, but dont's works with the last android tv !
it's possible to add drivers please ?
thanks for your help
|
|
|
|
| My Pinebook have been arrived, but cannot be charged |
|
Posted by: mtmicrosystems - 10-14-2017, 06:27 PM - Forum: General Discussion on Pinebook
- Replies (8)
|
 |
Dear,
My Pinebook have been arrived, but cannot be charged.
Whenever I plug the A/C adapter, it doesn't work, and my Pinebook battery is decreased again and again.
The main reason is , I use it in China, but I have requested an EU Standard AC Adapter,
Model : EE-0530-E
INPUT 100-240V ~ 50/60 Hz 0.5A
OUTPUT: 5v 3000mA
Can anybody help me , what else should I buy? Can anybody give a taobao.com link , in order that I can have a new A/C Adapter to charge my Pinebook battery?
Thank you.
Best Regards,
Gavin
|
|
|
|
unreliable serial console output?! |
|
Posted by: consoleadam - 10-14-2017, 06:43 AM - Forum: General Discussion on ROCK64
- Replies (7)
|
 |
Together with Rock64/1GB board, I have bought the USB serial console as listed on Pine/Rock64 site. Booting the board with the community build of 'xenial-i3-rock64-0.5.10-118-arm64.img'. On a linux workstation, using minicom (1500000 8N1 | NOR | Minicom 2.7 | VT102 | Offline | ttyUSB0), I can interact with the board check the following excerpts:
root@rock64:~# uname -a
Linux rock64 4.4.77-rockchip-ayufan-118 #1 SMP Thu Sep 14 21:59:24 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux
root@rock64:~#
The issue is: it is highly unstable meaning if I run the same following command:
root@rock64:~# cat /proc/cpuinfo
multiple times, gives different outputs for each run (as shown below)!! Is this a common problem? is it hardware or software related?
appreciated your help on this matter.
---------------------------------------------------------
root@rock64:~# cat /proc/cpuinfo
processor : 0
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 48.00
F : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd0 asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41n : 4
processor : 3
BogoMIPS : 48.00
Features : fp asimd evcture: 8
CPU variant : 0x0
CPU part : 0xd03
root@rock64:~# cat /proc/cpuinfo
processor : 0
BogoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU partoMIPS : 48.00
Features : fp asimd evtstrm aes pmull sha1 sha2 c
CPU part : 0xd03
CPU revision : 4
processor : 2
BogoMIPS :ementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU partres : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementePU revision : 4
Serial : b5f2b912efc3f49b
root@rock64:~#
|
|
|
|
hostname and IP missing on router |
|
Posted by: skipper - 10-14-2017, 03:29 AM - Forum: Linux on Rock64
- Replies (3)
|
 |
Running:
https://github.com/ayufan-rock64/linux-b...m64.img.xz
Controlling the rock64 via Putty - SSH
When first connecting:
apt update
apt upgrade
Then I change /etc/hostname and in /etc/hosts I add my fixed public IP with the hostname from /etc/hostname.
I then do:
apt remove --purge network-manager
make sure resolvconf is not installed
then:
rm /etc/resolv.conf
then make a new resolv.conf:
nano resolv.conf adding my 2 nameservers IP addresses and save.
then (I want to have complete control of the IP of the rock64 with no odd interference from other files/scripts that I don't know about):
systemctl disable dhcpcd
systemctl enable networking (in order to get back to the "oldfashioned way")
then:
nano /etc/network/interfaces.d/eth0 (I use only the wired rock64 LAN port)
I enter:
allow-hotplug eth0
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address XX.XX.XX.XX
netmask XXX.XXX.XXX.XXX
gateway XX.XX.XX.XX
The IP addr and mask are not on the same network as my local network.
It is created as a 2nd static IPv4 route on the router (fritzbox 7490) with 5 fixed IP addresses. I am not able to add the external IP and MAC as it is not on the same network as the fritzbox.
I then reboot the rock64.
When looking at the network connections tab in the fritzbox I don't see the rock64 (with it's new hostname and external IP) - tried several reboots of the rock64 and the router.
FYI when I do all this from a Rpi, Bpi, odroid or olimex I always see each of them on the fritzbox, with their hostname and external IP.
What can/could cause the missing fritzbox entry from the rock64?
It puzzles me and is annoying, as I need to create port permissions for the rock64 through the fritzbox from outside.
|
|
|
|
| Confirmation of Order / Shipping |
|
Posted by: sleipneer - 10-12-2017, 11:42 PM - Forum: General Discussion on ROCK64
- Replies (3)
|
 |
Hey there,
i just wondered about the Communications.....
I ordered a Rock64 4GB with a bit of other stuff on Monday, 9th (#52700) and i get no informations about a shipping date oder something like that.
Can anybody tell me, whats the expected time for shipping to Germany?
Thanks in advance,
Ben
|
|
|
|
| gpio driver porting from an r-pi3b |
|
Posted by: gene83 - 10-12-2017, 08:12 PM - Forum: Rock64 Hardware and Accessories
- Replies (9)
|
 |
I've an spi driver that runs on a pi3, writing (and reading from) 32 bit packets at nominally 42 megabaud, to a mesa 7i90HD cnc interfacing card, and reading back at 25 megabaud. But its full of code that checks to make sure its running on a pi. It also has an include file that describes the bcm2835 for all its offsets etc. I can excise the pi checks, but what else do I need to do to make it run on the rock64? The spi port used is nominally the SPI1 address in the pi scheme of things.
Thanks & Cheers
gene83
|
|
|
|
|