Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,543
» Latest member: Alex115
» Forum threads: 16,208
» Forum posts: 116,953
Full Statistics
|
Latest Threads |
Call recording?
Forum: PinePhone Pro Software
Last Post: biketool
8 hours ago
» Replies: 7
» Views: 6,204
|
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: Frank23t
Yesterday, 10:30 PM
» Replies: 4
» Views: 1,409
|
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: biketool
Yesterday, 12:51 PM
» Replies: 4
» Views: 3,269
|
more mobile linux on redd...
Forum: General Discussion on PinePhone
Last Post: biketool
Yesterday, 12:03 PM
» Replies: 2
» Views: 1,288
|
Anyone selling a Pinebook
Forum: Pinebook Hardware and Accessories
Last Post: ams
Yesterday, 09:26 AM
» Replies: 2
» Views: 1,489
|
Having trouble reading MP...
Forum: Getting Started
Last Post: Alex92
09-05-2025, 08:49 PM
» Replies: 1
» Views: 2,616
|
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: cheepeero
09-05-2025, 07:32 PM
» Replies: 0
» Views: 1,718
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
09-04-2025, 12:52 PM
» Replies: 20
» Views: 9,514
|
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
09-04-2025, 01:40 AM
» Replies: 11
» Views: 3,973
|
[Article] RISC-V Ox64 BL8...
Forum: General
Last Post: PrinceMorissette
09-03-2025, 10:51 PM
» Replies: 2
» Views: 4,655
|
|
|
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.
|
|
|
|