Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,998
» Latest member: Dada
» Forum threads: 16,337
» Forum posts: 117,447

Full Statistics

Latest Threads
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 128
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 14,937
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 191
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,467
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,123
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 121
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,443
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 310
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,269
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 436

 
  OMV - broken networking
Posted by: Mentaluproar - 03-28-2018, 02:54 PM - Forum: General Discussion on ROCK64 - Replies (4)

I've tried both the 64 and 32 bit versions, internal and external network adaptors.  I can get an IP address, but I can't reach anything.  Nothing can reach the rock64, and the rock64 cant reach anything.  I can't even ping the router.

help?


  mmc0: error -110
Posted by: edwinbmiller - 03-28-2018, 01:37 PM - Forum: Linux on Rock64 - Replies (6)

root@rock64:~# cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
root@rock64:~# uname -a
Linux rock64 4.4.77-rockchip-ayufan-136 #1 SMP Thu Oct 12 09:14:48 UTC 2017 aarch64 GNU/Linux
root@rock64:~# 

getting these errors on the console on a periodic basis: Sad

root@rock64:~# bash
root@rock64:~# [  354.386841] mmc0: switch to bus width 8 failed
[  354.401069] mmc0: mmc_select_hs200 failed, error -110
[  354.401897] mmc0: error -110 whilst initialising MMC card

found url's that are related:

https://patchwork.kernel.org/patch/9161131/
https://github.com/raspberrypi/linux/issues/280

using toshiba brand microssd


  Python GPIO Library for the Rock64 (R64.GPIO)
Posted by: Leapo - 03-28-2018, 12:43 AM - Forum: General Discussion on ROCK64 - Replies (37)

R64.GPIO aims to re-implement RPi.GPIO for the Rock64, with the goal of 100% code compatibility with the original Raspberry Pi module.

The following functions are currently implemented and working:

  • GPIO.setmode()
  • GPIO.setwarnings()
  • GPIO.setup()
  • GPIO.output()
  • GPIO.input()
  • GPIO.cleanup()
  • GPIO.PWM() (start, stop, ChangeFrequency, ChangeDutyCycle)
  • GPIO.wait_for_edge()
Not yet implemented, but planned for the near future:
  • Interrupts (GPIO.event_detect)
The latest version of R64.GPIO can be found on my github, here: https://github.com/Leapo/Rock64-R64.GPIO
I'm currently updating the library very frequently, so make sure to grab the latest code!

Importing the R64.GPIO module:
  • Download the entire "R64" folder from the repo, then place the "R64" folder in the same directory as the Python script you're working on.
  • Within your script, substitute the normal "import RPi.GPIO as GPIO" line for "import R64.GPIO as GPIO". Syntax for implemented functions should be identical to RPi.GPIO.
You may use GPIO.setmode() to select between ROCK, BOARD, and BCM numbering.
  • ROCK numbering is the default. I've created a reference spreadsheet of Rock64 pins, their functions, and their GPIO numbers, which you can find here: https://github.com/Leapo/Rock64-R64.GPIO...rence.xlsx
  • BOARD numbering works exactly like it does in RPi.GPIO. Simply input a pin number, and the correct ROCK GPIO will be selected for you.
  • BCM numbering attempts to emulate the physical layout of the Pi. This isn't perfect (some pins had to be mapped to the P5 header, can't use some pins with MicroSD, etc.), but I figured someone might find it useful.


  NextcloudPi on a Rock64
Posted by: jsfrederick - 03-27-2018, 08:23 PM - Forum: General Discussion on ROCK64 - Replies (13)

I have been working with the incredibly talented NachoParker to get NextcloudPi running on a Rock64 Board.

I am happy to say I have succeeded!

I am using the March 26th nightly version of Armbian Stretch for the Rock64. This is a testing version of Armbian so there may be some time before it's "stable".

I used Nacho's command line install script to install all the bits and pieces for NextcloudPi. So far, it's working well. Still need to do some testing and validate all the various functions are working properly.

I'll keep working with Nacho to get his going. I plan on putting together a tutorial once I have someting viable.


Sent from my iPad using Tapatalk


  Laptop as a bridge for Rock64's internet connection
Posted by: dmitrymyadzelets - 03-27-2018, 08:20 AM - Forum: Getting Started - Replies (3)

Hi all!

I've just got a Rock64, burned the official image (minimal Debian), connected to the monitor and the keyboard, launched it and... realized I need an internet connection. For this I can use a laptop (Debian again) connected via WiFi, which has one Ethernet port free. I've got some general descriptions about bridging and routing in Linux having WiFi but nothing worked so far. Say, I have a difficulty to connect to the Ethernet port of the WiFi access point. I believe it's quite a common case. Could someone, please, help me and provide a real case example solving such problem?


  None of my Wifi modules work
Posted by: NicoD - 03-26-2018, 09:40 AM - Forum: Rock64 Hardware and Accessories - Replies (7)

Hello all.
I am testing out the Rock64 4gb. I've installed the community Ubuntu Mate and Debian, and in both none of my Wifi dongles work.
I've found a lot of threads about this, but don't seem to find a solution.
I've got 4 dongles, none work. Here is what I get from 2 simular ones that I want to use.

With lsusb it finds the dongles:
Bus 004 Device 004: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter

This is what I get with lsusb -t

/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
    |__ Port 1: Dev 6, If 0, Class=Vendor Specific Class, Driver=, 480M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
    |__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc2/1p, 480M
    |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M

I downloaded this, but I have troubles getting it to work.
https://github.com/blahah/ralink_RT5370_linux_driver

I followed the instructions in the readme file. But when I do make, I get this message at the end.
  LD [M]  /home/rock64/Desktop/ralink_RT5370_linux_driver-master/ralink_RT5370_linux_driver-master/os/linux/rt5572sta.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/rock64/Desktop/ralink_RT5370_linux_driver-master/ralink_RT5370_linux_driver-master/os/linux/rt5572sta.mod.o
  LD [M]  /home/rock64/Desktop/ralink_RT5370_linux_driver-master/ralink_RT5370_linux_driver-master/os/linux/rt5572sta.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.4.77-rockchip-ayufan-136'
cp -f /home/rock64/Desktop/ralink_RT5370_linux_driver-master/ralink_RT5370_linux_driver-master/os/linux/rt5572sta.ko /tftpboot
cp: cannot create regular file '/tftpboot': Permission denied
Makefile:388: recipe for target 'LINUX' failed
make: *** [LINUX] Error 1

Can someone please help me. I've been at it for a few days now. I'm no Linux master, so I don't know what I'm doing.
Thank you.
NicoD


Photo Failure to upgrade will be wrong
Posted by: ycllwl - 03-26-2018, 05:34 AM - Forum: Linux on Rock64 - Replies (1)

sudo apt-get upgrade更新已安装的包 

sudo apt-get dist-upgrade升级系统 

会出现这样的错误。

每时每刻


[Image: 01.jpg]
[Image: 02.jpg]


  Can't burn a microSD! Taht works
Posted by: catsinheat - 03-25-2018, 11:15 PM - Forum: General Discussion on ROCK64 - Replies (6)

I'm using windows 10, SDFomatter to erase SD (format adjustment ON). I have tried both etcher and Win32Diskimage. Only once did I get a bottable SD. I erased it because I wanted the desktop version. Since then, no image will boot up. I have ethernet hooked up, but it does show up an IPscanner, and I  my monitor nevers shows anything but a black screen.  What an I doing wrong?
I have burned/flashed all these images:

Armbian_5.41_Rock64_Debian_stretch_default_4.4.115_desktop
Armbian_5.41_Rock64_Ubuntu_xenial_default_4.4.115
artful-minimal-rock64-0.5.15-136-arm64
jessie-openmediavault-rock64-0.5.15-136-armhf
OMV_3_0_90_Pine64_4.13.10
stretch-mate-rock64-0.5.15-136-20171222-arm64

Without success. WHAT AM I DOING WRONG?...crimony!!!


  Clusterboard startup issues
Posted by: PigLover - 03-25-2018, 08:58 PM - Forum: Clusterboard - Replies (7)

Received my new clusterboard and OS-Pines today and have a few issues.

Mounting screw holes too small.  Since the board is MiniITX the mounting holes should be M3 (per the ATX spec), but they are much smaller.  The mounting screws on common MiniITX cases won't fit without modifying the holes.

SO-Pines won't reboot.  Already reported by @PeterKeuning.  On software reboot the SO-Pine powers down but does not restart.  At least most of the time...sometimes, randomly, it seems to work.

Power-on behavior is very inconsistent.  With less than 7 sockets populated everything seems to work consistently.  But with all 7 plugged in one or more modules does not start up.  The yellow NIC activity light on the "inactive" node does not flash and the green LED is also dark.  Also - when this happens - at least one of the other nodes has the green "heartbeet" LED on solid, though that module otherwise seems to be fine.

Clusterboard is powered from the on-board barrel jack using the "official" power brick.  I've moved the SO-Pine's around on the board to see if one of them is responsible, but it doesn't seem to follow any one module.  Software is Ayufun's xenial-minimal-sopine-bspkernel-0.7.19-118.

Also, any leads on a good working minimal Linux with mainline (or at least 4.4.x) kernel would be appreciated.  Looking for one that can be installed without having to hack the kernel modules to get network working (no need for video).


  Is there just one fuctioning Debian Desktop image?
Posted by: KNERD - 03-25-2018, 07:16 PM - Forum: Debian - Replies (7)

I have tried numerous and they all have had problems.

Armbian ( https://dl.armbian.com/pine64/) : just loads up to a certain point then starts just spewing "Call trace:" Even their Ubuntu image won't boot (Kernel panic).



The Ayunfan current image ( https://github.com/ayufan-pine64/linux-b...tag/0.7.19 ) boots, but requires additional files from an repo to install a desktop which is no longer available.

Older versions seem to get that Kernel Panic also.

The only one I can get up and running, is the one listed on the Wiki, but is not stable at all.

http://wiki.pine64.org/index.php/Pine_A6...essie_Mate


Another other suggestions?