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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,099
» Latest member: StevenHanks21
» Forum threads: 16,358
» Forum posts: 117,525

Full Statistics

Latest Threads
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
Yesterday, 10:53 AM
» Replies: 1
» Views: 1,503
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 189
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 126
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,592
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
06-27-2026, 02:43 PM
» Replies: 13
» Views: 18,766
Android Gaming Image
Forum: Game Station Emulation
Last Post: Jacobgilbert
06-26-2026, 07:06 AM
» Replies: 52
» Views: 111,051
rAudio for Rock64 V2/Pine...
Forum: Linux on Rock64
Last Post: shinzuka
06-25-2026, 03:16 PM
» Replies: 11
» Views: 1,940
Big thanks for the docume...
Forum: General Discussion on Pinebook Pro
Last Post: alchemist
06-25-2026, 12:58 PM
» Replies: 0
» Views: 242
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: mehdy
06-23-2026, 06:53 AM
» Replies: 16
» Views: 34,600
OpenTTD game - Error: no ...
Forum: Mobian on PinePhone
Last Post: Mary_Davis
06-23-2026, 01:12 AM
» Replies: 3
» Views: 5,600

 
  u-boot on SPI: USB boot partition
Posted by: prof7bit - 02-12-2018, 10:20 AM - Forum: General Discussion on ROCK64 - Replies (1)

I have read that it is possible to flash u-boot to the SPI flash to have more choice on boot devices. I have also seen a tutorial in the wiki mentioning it. But what I could not find is a detailed description of what is actually going on when u-boot is starting:

* does it look for a certain device type or are all USB mass storage or UBS/SATA bridges supported?
* does it look for a certain position in the USB bus, for example always the first USB storage found anywhere or always only the first port on the first hub?
* does it search all devices and look for a partition with a certain label?

I cannot seem to find any documentation about this u-boot configuration, also generally I cannot find much documentation about the boot process of the Rock64,  for example if the SPI flash is erased, what does it look for if it comes out of reset, is there always a fixed minimal loader in mask ROM somewhere and is it documented? Is it possible to accidentally brick the device?

It would be nice if someone could give a detailed description of the boot process, please describe it as detailed and low level as possible, target audience for this description would be an embedded (cortex M0 and M4) bare metal programmer who has no fear of beginnig to learn about the low level stuff going on during initialization and boot  in the larger ARM processors.

Thank you.


  Lakka poor performance experience
Posted by: Danielsan - 02-11-2018, 06:24 PM - Forum: General Discussion on ROCK64 - Replies (2)

Hi guys,

The performance with Rock64 and Lakka aren't good enough to have a good experience out of the box, I got a better experience with a PI2 and Retropie.
Probably Lakka needs a better tuning so I would like to understand where is the place to get help to solve these issues, I mean here or on the Libretro forum.

Thanks in advance,

Daniel


Question How can I use the internal 100M ethernet?
Posted by: gabrielmartinslima - 02-11-2018, 03:31 PM - Forum: Rock64 Hardware and Accessories - Replies (1)

Please, i need to enable the P5+ header ethernet interface, but the latest ayufan's image have it disabled. How can I re-enable it?


  snapd
Posted by: c1derly - 02-11-2018, 01:48 PM - Forum: Linux on Rock64 - Replies (4)

I am trying to install NextCloud on my rock64 but i'm running into a problem.  NextCloud uses snapd to install its packages which is supposed to come with ubuntu 16.04 by default.  It does not appear to be installed on the rock64 xenial image version 0.5.15-136.  I tried installing it manually but it failed because it failed to mount the core.  The error was: "mount[31508]: mount: unknown filesystem type 'squashfs'".  I tried to do an internet search and it mentioned this can be an issue with custom linux kernals.  I wasn't able to find anything more helpful then that though in how to fix the issue.  Does anyone have any suggestions on how to fix this issue?  Also in case the forum manager sees this i might have made this thread on the wrong board earlier for the pine64.  If it did go through please remove it.


  VNC server (x11vnc)
Posted by: Skazochnik - 02-11-2018, 12:09 PM - Forum: Linux on Rock64 - Replies (1)

Hello.

I have some issue with setup remote connection to VNC bu using x11vnc. The main idea is provide remote connection to logon window .
What i did:
Make changes in:

Code:
nano /etc/X11/xorg.conf.d/20-modesetting.conf
Code:
Section "Monitor"
       Identifier      "Configured Monitor"
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Monitor         "Configured Monitor"
       Device          "Rockchip Graphics"
       SubSection "Display"
               Virtual 1920 1200
       EndSubSection
EndSection

Section "Device"
   Identifier  "Rockchip Graphics"
   Driver      "modesetting"
   Option      "AccelMethod"    "glamor"
   Option      "Dri2Vsync"      "false"
EndSection
Just setup resolution 1920x1200

install x11vnc and password:


Code:
sudo apt install x11vnc

Code:
$ x11vnc -storepasswd "password" /etc/x11vnc.pass

creating service:
 vi /lib/systemd/system/x11vnc.service 


Code:
[Unit]
Description=Start x11vnc at startup.
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -auth guess  -forever -loop -noxdamage -repeat -rfbauth /etc/x11vnc.pass -rfbport 5900 -shared

[Install]
WantedBy=multi-user.target

reload services list:
sudo systemctl daemon-reload
enable autostart:
sudo systemctl enable x11vnc.service
start service:
sudo systemctl start x11vnc.service
check status:
sudo systemctl status x11vnc.service

but afre connection i getting black screen with mouse but on monitor i can run application and etc. 
Question: Whan have to be changed to get picture on VNC client ?  


  ROCK64 works for me
Posted by: rabinnh - 02-11-2018, 10:47 AM - Forum: Linux on Rock64 - Replies (2)

Just received my Rock64.  I already have PIs, Wandboard Quads, Odroid-XU4, etc.  Loaded Stretch minimalon an SD, booted up and it booted right; everything worked.

I'll grant that I won't be using the multimedia features, but what I wanted was USB3, GB ethernet, quad core at a decent clock speed, and adequate RAM (4GB).  Not only that, this board is silent unlike the Odroid-XU4 which drives me a little crazy with the fan.

Currently, the Odroid functions as a NAS.  This board will replace it.  Very happy after spending a few hours doing Linuxy/Debiany type things with it.

I just wish there was a US distributor so it didn't take so long to get them.


  Preliminary findings...
Posted by: 11b2p508 - 02-10-2018, 09:37 PM - Forum: General Discussion on ROCK64 - Replies (1)

Received Rock64 the other day found some time to mess with it. 

So finding there are some tools to add that I would like, just the same I decided to proceed without them, i.e. serial port setup, etc.  Hesitated a bit since I had not done one of these before, didn't want to hose it up beyond repair first time around.  But.. did anyway.

Loaded bionic.  Boots fine, do not have a working monitor on it, got to find the right combo.  I am logged in and updating bionic as I speak.

I have not pinpointed, but am investigating as I observe.  There is no apparent reason for it, do not know if it specifically has been mentioned, but ethernet is show RX errors, I noticed right off the bat.  Superficially, it should not have errors, i.e. a fairly new cable from Wally-World (it is one of those flat ones), but technically between my router and the rock64, the cable is the only thing.  Except for low level OS drivers... in ubuntu.  I am pretty confident in my network in house, as I am 4 TV cord cutter as well as internet... it is pretty solid.  And running ubuntu 17.10 vm under windows on the same subnet same route, no RX errors.

I have not noticed anyone else mentioning that, but have noticed the mention of poor network I/O.

Been trying to setup qemu dev environment for this (not really much luck booting anything on it).

Will continue to observe, and inform as I progress.


  Debian Mate arm64 0.5.15 - mouse polling rate
Posted by: S3phi40T - 02-10-2018, 02:08 PM - Forum: Linux on Rock64 - No Replies

Hello,

Anyone with idea how to force polling rate for mouse?

It gets auto rate from device (1000hz in my case that is OK) but I would like to force 100, 250, 500 or 1000.

Throwing some reference:
https://wiki.archlinux.org/index.php/Mouse_polling_rate
http://gimx.fr/wiki/index.php?title=Mouse_tweaks
https://elinux.org/RPi_cmdline.txt

Mousepolling = 0.

Code:
cat /sys/module/usbhid/parameters/mousepoll

mousepoll=0 → auto (controlled by mouse)
mousepoll=1 → 1000
mousepoll=2 → 500
mousepoll=4 → 250
mousepoll=8 → 125

Any ideas?


  Time to ship...
Posted by: jerryfudd - 02-09-2018, 03:31 PM - Forum: Shipment Related Discussion - Replies (7)

Hi,

Like many before me I'm curious how long it takes to ship, I know its only been a few days but on the site says

"Note: PINE64 next shipment date will be on February 9th, 2018. Ship from Shenzhen China. "

so I've been eagerly waiting on some sort of notification but nothing Sad

Dan (order 57448)


  booting android
Posted by: dan1972 - 02-09-2018, 01:47 PM - Forum: Android on Rock64 - Replies (3)

is it possible to boot android from a usb hard drive or are we limited to the emmc/sd card? do i need a u-boot file separate from the linux one?