| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Real girls, real desire, ...
Forum: General
Last Post: llornkcor0
5 hours ago
» Replies: 0
» Views: 28
|
Thinking about memory bot...
Forum: General Discussion on Pinebook Pro
Last Post: xiley32050
09-02-2026, 01:21 AM
» Replies: 0
» Views: 120
|
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
08-30-2026, 07:19 PM
» Replies: 0
» Views: 144
|
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 153
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,511
|
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,840
|
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 172
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 297
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,804
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 472
|
|
|
| Yocto for Rock61 |
|
Posted by: miche - 10-06-2018, 09:21 AM - Forum: Linux on Rock64
- No Replies
|
 |
Hi,
I just received my ROCK64 board and I wanted to use Yocto that I started to learn & use one month ago (so I just have basic knowledge on it).
Build results in several errors...
Do you know if this is still maintened?
I followed steps from wiki:
repo init --repo-url=https://github.com/rockchip-linux/repo -u https://github.com/rockchip-linux/manifests -b yocto -m pyro.xml
repo sync
MACHINE=evb-rk3328 DISTRO=rk-wayland . ./setup-environment -b build
bitbake rk-image-base
Thanks for your help!
|
|
|
|
| u-boot serial port speed? |
|
Posted by: zener - 10-06-2018, 08:26 AM - Forum: General Discussion on ROCKPRO64
- Replies (2)
|
 |
I recently got a RockPro64 and I'm assuming it's using u-boot. I have a USB serial port adapter attached to my board and I can log in at 115200.
However, when I power cycle the board I see that it's outputting something with different serial port parameters. What are the serial port settings to be able to interact with u-boot? And what is the command sequence to get into the u-boot command line?
Thanks!
|
|
|
|
| strange behaviour on newer kernel |
|
Posted by: tuxd3v - 10-05-2018, 10:44 PM - Forum: Linux on RockPro64
- Replies (3)
|
 |
Hello,
I noticed that after upgrade to:
linux-image-4.4.154-1122-rockchip-ayufan-g7859b9b904a9 linux-headers-4.4.154-1122-rockchip-ayufan-g7859b9b904a9 linux-firmware-image-4.4.154-1122-rockchip-ayufan-g7859b9b904a9
My Fan stop and start, almost by itself..
Does anyone is experiencing the same?
I am um the bionic image..
|
|
|
|
| USB 2.0 OTG port |
|
Posted by: gautham159 - 10-05-2018, 11:22 AM - Forum: Ubuntu
- Replies (3)
|
 |
I have rock64 board, flashed Ubuntu 18.04 Bionic minimal 64bit Image booting off of sd-card. Updated rk3328-rock64.dts
Code: &usb20_otg {
dr_mode = "**peripheral**";
status = "okay";
};
compiled and updated rk3328-rock64.dtb. Connected usb (type A) cable, rock64 USB 2.0 OTG port - latop. Laptop couldn't detect the usb-serial connection though.
Is rock64 OTG port working? am I missing any steps?
Any suggestion is very much appreciated because otg support is the blocker!!
Thank you in advance,
Gautham
|
|
|
|
| Flashing android to eMMC from linux sd card boot |
|
Posted by: nlem - 10-05-2018, 07:24 AM - Forum: Android on RockPro64
- Replies (1)
|
 |
This is a method that worked to install android 8.1 onto emmc without using the emmc to SD card adaptor.
It also worked when using the Android tools did not.
Someone else may find this useful
=== Flashing Android to eMMC from Linux SD Boot (ROCKPro64)===
This method enables installing android to emmc using dd method without an emmc adaptor.
Can also be an alternate method if other methods are unsuccesful
Install Linux to an SD Card (Verified with bionic but may work with others).
Insert SD and empty eMMc (eMMc card must be empty so that ROCKPro64 boots off SD card).
(If necessary, emmc can be cleared using android tools linked below)
Boot Linux
Download desired dd android image from pine64 using curl (curl http://link_to_rockpro64_image.img.xz --output AndroidImage.img.xz)
Extract android image using unxz (unxz AndroidImage.img.xz)
Verify that emmc is visible by typing sudo fdisk -l | less.
eMMc should be shown as /dev/mmcblk1 with the correct size
Write android image to emmc using dd (sudo dd if=./AndroidImage.img od=/dev/mmcblk1)
Wait for dd to finish. (if screen turns off give it another 10 minutes and assume its done).
Unplug power, remove sd card.
Plug power back in and enjoy android.
Thanks to lucasz for helping out.
|
|
|
|
| Unable to access other UART devices |
|
Posted by: alistair23 - 10-05-2018, 12:16 AM - Forum: Linux on PINE A64-LTS / SOPINE
- Replies (6)
|
 |
I have a SparkFun GPS module (https://www.sparkfun.com/products/11058) connected to my SOPINE board but I am unable to see any of the UART traffic.
I am running the latest mainline Arch kernel:
Linux alarm 4.18.0-2-ARCH #1 SMP Fri Sep 14 15:51:33 PDT 2018 aarch64 GNU/Linux
I have tried connecting it to both UART2 and UART4 with no luck.
Does anyone have any ideas on getting this to work? I see traffic when connecting it to the HiKey 96board. It should be outputting 3.3V which should work with UART2.
|
|
|
|
| cpu and case fan headers on PRO (NAS box) |
|
Posted by: dkebler - 10-04-2018, 03:56 PM - Forum: General Discussion on ROCKPRO64
- Replies (9)
|
 |
I am assembling a recently arrived "new" NAS box. There are of course two fans (cpu, case). There is only one header labeled FAN (near gpio bus). I assume that if for the cpu fan and can be controlled by os/kernel? Where then should the case fan connect? There is another compatible two pin header labeled RIC nearby the fan header.
Also Is there any proper "motherboard" manual like one would get with a standard motherboard. The wiki has no detailed information on the board and it's connectors/headers.
|
|
|
|
| No WiFi |
|
Posted by: f4exb - 10-04-2018, 02:52 PM - Forum: RockPro64 Hardware and Accessories
- Replies (3)
|
 |
Hello,
I have plugged in the optional WiFi/BT module but no joy. It is completely ignored by the system (Ubuntu Bionic from http://wiki.pine64.org/index.php/ROCKPro....04_Bionic):
Code: uname -a
Linux rockpro64 4.4.132-1075-rockchip-ayufan-ga83beded8524 #1 SMP Thu Jul 26 08:22:22 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
networkctl
IDX LINK TYPE OPERATIONAL SETUP
1 lo loopback carrier unmanaged
2 eth0 ether routable configured
sudo lshw -c network
*-network
description: Ethernet interface
physical id: 7
logical name: eth0
serial: 32:cb:11:5d:df:5e
size: 100Mbit/s
capacity: 1Gbit/s
capabilities: ethernet physical tp aui bnc mii fibre 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=st_gmac driverversion=March_2013 duplex=full ip=192.168.1.34 link=yes multicast=yes port=MII speed=100Mbit/
Can you please advise?
Brgds, Edouard.
|
|
|
|
|