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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,104
» Latest member: fantsaygem
» Forum threads: 16,361
» Forum posts: 117,529

Full Statistics

Latest Threads
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
5 hours ago
» Replies: 0
» Views: 32
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 99
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 60
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,541
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,154
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 229
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 156
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,633
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
06-27-2026, 02:43 PM
» Replies: 13
» Views: 18,819
Android Gaming Image
Forum: Game Station Emulation
Last Post: Jacobgilbert
06-26-2026, 07:06 AM
» Replies: 52
» Views: 111,234

 
  Does anyone have kodi working?
Posted by: blahblahblah - 08-24-2018, 09:48 AM - Forum: Linux on RockPro64 - Replies (6)

I just got my rockpro64 and I am trying to get it setup to run kodi and retroarch.  I have it running on the bionic-lxde-rockpro64-0.7.9-1067-arm64.img.xz image.  But I have no sound in kodi.  Sound works in mplayer after removing pulseaudio, but it gives the "your system is too slow" warning when trying to play any 1080p videos.


  Pine LCD on Rock64Pro
Posted by: DStanman - 08-22-2018, 11:20 PM - Forum: RockPro64 Hardware and Accessories - Replies (11)

I have read the threads on the 7” LCD that Pine sells.

I am looking to get this working on the Rock64Pro, but using the Bionic LXDE image.

1. No LCD by default. No power on, no backlight. HDMI works by default.
2. I tried setting the uEvb.txt lines, but that doesn’t existing in /boot/. Adding it had no effect.

Anyone able to help point me in the right direction?


  Customize LCD
Posted by: r.tanaka - 08-22-2018, 10:44 PM - Forum: LCD and Touch Panel - No Replies

Hi everyone

I'd like to change the setting value (resolution, format, porch, etc..) of DSI.

Therefore, do the following procedure.

1. edit /boot/uEnv.txt
 add disp_screen0=lcd

2. edit /boot/pine64/sun50i-a64-pine64-plus.dtb 

Code:
       lcd0@01c0c000 {
           compatible = "allwinner,sunxi-lcd0";
           pinctrl-names = "active", "sleep";
           status = "okay";
           device_type = "lcd0";
           lcd_used = <0x0>;
           lcd_driver_name = "mb709_mipi";
           lcd_backlight = <0x32>;
           lcd_if = <0x4>;
           lcd_x = <0x216>;
           lcd_y = <0x4B0>;
           lcd_width = <0x0>;
           lcd_height = <0x0>;
           lcd_dclk_freq = <0x37>;
           lcd_pwm_used = <0x1>;
           lcd_pwm_ch = <0x10>;
           lcd_pwm_freq = <0xc350>;
           lcd_pwm_pol = <0x1>;
           lcd_pwm_max_limit = <0xfa>;
           lcd_hbp = <0x78>;
           lcd_ht = <0x604>;
           lcd_hspw = <0x14>;
           lcd_vbp = <0x17>;
           lcd_vt = <0x27b>;
           lcd_vspw = <0x2>;
           lcd_dsi_if = <0x2>;
           lcd_dsi_lane = <0x4>;
           lcd_dsi_format = <0x0>;
           lcd_dsi_eotp = <0x0>;
           lcd_dsi_vc = <0x0>;
           lcd_dsi_te = <0x0>;
           lcd_frm = <0x0>;
           lcd_gamma_en = <0x0>;
           lcd_bright_curve_en = <0x0>;
           lcd_cmap_en = <0x0>;
           lcd_bl_en = <0x30 0x7 0xa 0x1 0x0 0xffffffff 0x1>;
           lcd_bl_en_power = "none";
           lcd_power = "vcc-mipi";
           lcd_fix_power = "vcc-dsi-33";
           lcd_gpio_0 = <0x30 0x3 0x18 0x1 0x0 0xffffffff 0x1>;
       };

The modified part is lcd_x and lcd_y.

3. reboot

When rebooted, a kernel panic has occurred.

Is there a mistake in the procedure?

Thank you.


  Defective? PCI-E -> SATA card no work good
Posted by: unregisteredidiot - 08-22-2018, 08:58 PM - Forum: General Discussion on ROCKPRO64 - Replies (11)

I'm excited about the RockPro64. It just arrived the other day. Sadly, I can't get the PCI-E -> Sata adapter card (also bought through Pine64) to work.

Symptoms:
System locks up hard when anything tries to touch a drive connected to the PCI-E SATA ports. Something as simple as `lspci -v` or `cfdisk /dev/sda` will lock the system and force a reset. Attempting to mount a partition has the same result.

Things I've ruled out:
It's not the drive. I tried multiple drives, all of which work fine in other systems. I was able to mount and use the same drives on my rockpro64 using an old usb2->sata adapter that I had lying around.
I don't think it's the OS images. I tried ayufan's lxde and minimal images, the latest stable 0.7.9 version.
I don't think it's this flaw: https://forum.pine64.org/announcements.php?aid=6 ... my board has a date stamp of 2018-06-06 and the schematics in that engineering notice do not match the power regulator design on my board.

Things I suspect:
I'm not an EE and it's likely that I don't know what I'm looking at, but I suspect there may still be a PCI-E power regulation defect in these boards. Yes, despite the hardware rev. `grep pcie /var/log/syslog` turns up lots of weirdness, including:


Code:
Jul 26 08:43:40 rockpro64 kernel: [    0.504648] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc3v3-pcie-regulator[0]' - status (0)
Jul 26 08:43:40 rockpro64 kernel: [    0.504700] reg-fixed-voltage vcc3v3-pcie-regulator: Looking up vin-supply from device tree
Jul 26 08:43:40 rockpro64 kernel: [    0.504739] vcc3v3_pcie: supplied by dc_12v
Jul 26 08:43:40 rockpro64 kernel: [    0.504804] vcc3v3_pcie: 3300 mV
Jul 26 08:43:40 rockpro64 kernel: [    0.504959] reg-fixed-voltage vcc3v3-pcie-regulator: vcc3v3_pcie supplying 3300000uV
Jul 26 08:43:40 rockpro64 kernel: [    2.854241] vcc3v3_pcie: disabling
Jul 26 08:43:40 rockpro64 kernel: [    3.185787] phy phy-pcie-phy.9: Looking up phy-supply from device tree
Jul 26 08:43:40 rockpro64 kernel: [    3.185794] phy phy-pcie-phy.9: Looking up phy-supply property in node /pcie-phy failed
Jul 26 08:43:40 rockpro64 kernel: [    3.242826] rockchip-pcie f8000000.pcie: GPIO lookup for consumer ep
Jul 26 08:43:40 rockpro64 kernel: [    3.242833] rockchip-pcie f8000000.pcie: using device tree for GPIO lookup
Jul 26 08:43:40 rockpro64 kernel: [    3.242849] of_get_named_gpiod_flags: parsed 'ep-gpios' property of node '/pcie@f8000000[0]' - status (0)
Jul 26 08:43:40 rockpro64 kernel: [    3.242997] rockchip-pcie f8000000.pcie: Looking up vpcie3v3-supply from device tree
Jul 26 08:43:40 rockpro64 kernel: [    3.243058] rockchip-pcie f8000000.pcie: Looking up vpcie1v8-supply from device tree
Jul 26 08:43:40 rockpro64 kernel: [    3.243063] rockchip-pcie f8000000.pcie: Looking up vpcie1v8-supply property in node /pcie@f8000000 failed
Jul 26 08:43:40 rockpro64 kernel: [    3.243081] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
Jul 26 08:43:40 rockpro64 kernel: [    3.246321] rockchip-pcie f8000000.pcie: Looking up vpcie0v9-supply from device tree
Jul 26 08:43:40 rockpro64 kernel: [    3.246332] rockchip-pcie f8000000.pcie: Looking up vpcie0v9-supply property in node /pcie@f8000000 failed
Jul 26 08:43:40 rockpro64 kernel: [    3.246349] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
Jul 26 08:43:40 rockpro64 kernel: [    3.249224] rockchip-pcie f8000000.pcie: invalid power supply
Jul 26 08:43:40 rockpro64 kernel: [    3.297572] PCI host bridge /pcie@f8000000 ranges:
Jul 26 08:43:40 rockpro64 kernel: [    3.312065] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
Jul 26 08:43:40 rockpro64 kernel: [    3.396326] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
Jul 26 08:43:40 rockpro64 kernel: [    3.399224] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
Jul 26 08:43:40 rockpro64 kernel: [    3.404688] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded
Jul 26 08:43:40 rockpro64 kernel: [    3.404779] aer 0000:00:00.0:pcie02: service driver aer loaded
Aug 23 01:44:21 rockpro64 kernel: [  854.222319] Modules linked in: zram lz4_compress rockchip_saradc ip_tables x_tables autofs4 phy_rockchip_pcie midgard_kbase dw_hdmi_i2s_audio
Aug 23 01:48:14 rockpro64 kernel: [    0.502604] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc3v3-pcie-regulator[0]' - status (0)
Aug 23 01:48:14 rockpro64 kernel: [    0.502653] reg-fixed-voltage vcc3v3-pcie-regulator: Looking up vin-supply from device tree
Aug 23 01:48:14 rockpro64 kernel: [    0.502693] vcc3v3_pcie: supplied by dc_12v
Aug 23 01:48:14 rockpro64 kernel: [    0.502758] vcc3v3_pcie: 3300 mV
Aug 23 01:48:14 rockpro64 kernel: [    0.502914] reg-fixed-voltage vcc3v3-pcie-regulator: vcc3v3_pcie supplying 3300000uV
Aug 23 01:48:14 rockpro64 kernel: [    2.926112] vcc3v3_pcie: disabling
Aug 23 01:48:14 rockpro64 kernel: [    3.390905] phy phy-pcie-phy.9: Looking up phy-supply from device tree
Aug 23 01:48:14 rockpro64 kernel: [    3.390914] phy phy-pcie-phy.9: Looking up phy-supply property in node /pcie-phy failed
Aug 23 01:48:14 rockpro64 kernel: [    3.479972] rockchip-pcie f8000000.pcie: GPIO lookup for consumer ep
Aug 23 01:48:14 rockpro64 kernel: [    3.479988] rockchip-pcie f8000000.pcie: using device tree for GPIO lookup
Aug 23 01:48:14 rockpro64 kernel: [    3.480049] of_get_named_gpiod_flags: parsed 'ep-gpios' property of node '/pcie@f8000000[0]' - status (0)
Aug 23 01:48:14 rockpro64 kernel: [    3.480441] rockchip-pcie f8000000.pcie: Looking up vpcie3v3-supply from device tree
Aug 23 01:48:14 rockpro64 kernel: [    3.480703] rockchip-pcie f8000000.pcie: Looking up vpcie1v8-supply from device tree
Aug 23 01:48:14 rockpro64 kernel: [    3.480717] rockchip-pcie f8000000.pcie: Looking up vpcie1v8-supply property in node /pcie@f8000000 failed
Aug 23 01:48:14 rockpro64 kernel: [    3.480757] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
Aug 23 01:48:14 rockpro64 kernel: [    3.489203] rockchip-pcie f8000000.pcie: Looking up vpcie0v9-supply from device tree
Aug 23 01:48:14 rockpro64 kernel: [    3.489223] rockchip-pcie f8000000.pcie: Looking up vpcie0v9-supply property in node /pcie@f8000000 failed
Aug 23 01:48:14 rockpro64 kernel: [    3.489259] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
Aug 23 01:48:14 rockpro64 kernel: [    3.497732] rockchip-pcie f8000000.pcie: invalid power supply

...halp? What do? I'm not sure how to troubleshoot this further. I'm 90% sure this is hardware related. If there is a known fix, I'm a steady hand with a soldering iron or a rework station. If there's not a known fix, is there a way to return this whole setup?


  CSI-2 MIPI
Posted by: astronomer - 08-22-2018, 04:18 PM - Forum: RockPro64 Hardware and Accessories - Replies (1)

Hi,

I'm designing a camera board to interface with the rockpro64 CSI-2 connector. Here're some questions I have because I could not find a hardware user guide for this board.

 1. What DVP_PDN stands for?
Pin 12 on the connector DVP_PDN1 and DVP_PDN0_H are each connected to a GPIO. Since MIPI_RST already has a RC delayed pull up for reset. I'm not sure what's this for. Or this can be used for any purpose?

2. I2C multiplexing
It appears all three connectors share a single I2C interface. Thus I'm not sure how it will be used if both sensor has the same slave ID especially in a dual cam HDR application. And it appears many Sony sensors shared the slave ID across variety of chips based on driver code on github.

3. Power voltage
I'm getting confused by the power voltage. On the connector it has two separate rails of 2.8V. Then a 1.2V and a 1.8V. But there's a note in the LDO section that says 1.8 is replaced with 2.8V? However many sensor out there, IMX214 included has one 1.8V. Can some engineer clarify this for me? Then there's a VCC5 and I assume that's constantly powered on?

Additional questions related to rock3399
4. CSI lane swapping
I can't find documentation on this. But many D-PHY is capable of lane swapping with register setting that controls the input MUX. I'm not sure if rock3399 has this capability. This will facilitate board layout.

Thanks!


  OpenMediaVault fails to update
Posted by: S265 - 08-22-2018, 03:09 PM - Forum: Linux on Rock64 - Replies (3)

Hi guys. The Rock64 OMV box throws up an error and refuses to update, using the "check" button on the Update Management Menu. Has anyone come across this? Any help appreciated.


Linux rock64 4.4.77-rockchip-ayufan-136 #1 SMP Thu Oct 12 09:14:48 UTC 2017 aarch64 GNU/Linux

Release: 3.0.99

Codename: Erasmus


"Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; apt-get update 2>&1' with exit code '100': Ign file: InRelease Ign file: Release.gpg Ign file: Release Ign file: Translation-en Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB] Get:2 https://openmediavault.github.io erasmus InRelease [14.8 kB] Hit http://packages.openmediavault.org erasmus InRelease Get:3 https://openmediavault.github.io erasmus-proposed InRelease [6125 B] Hit http://security.debian.org jessie/updates/main Sources Hit http://ppa.launchpad.net xenial InRelease Hit http://security.debian.org jessie/updates/contrib Sources Hit .........snip


  USB3 problems
Posted by: scalextrix - 08-22-2018, 10:47 AM - Forum: Linux on Rock64 - Replies (2)

When I plug any storage device into the USB3 port any ssh session is aborted.  Im using Ubuntu 64bit minimal = Ubuntu 18.04.1 LTS (GNU/Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524 aarch64)

One device is an SSD that is using UAS, I know that is a problem but there is no /etc/modprobe.d/rk3328-usb-storage-quirks.conf file as in this thread: https://forum.pine64.org/showthread.php?tid=5137&page=2

Adding it does not solve the problem even when resarting twice (yes, I did!).

However even plugging a standard USB pen drive that does not use UAS still causes the SSH session to drop, and even when I manage to SSH back in, the terminal is really slow, as soon as the pen drive is removed, things go back to normal.

Putting any drive in the USB2 port, has none of these impacts, including the SSD.

I have spend a while configuring a bunch of stuff on this distro now, only to find this new quirk, can anyone give some pointers as to how I can get the USB3 working properly please?

EDIT: I forgot to say the network connection ison a WiFi USB donglein one of the USB2 ports.


  Windows 10 on ARM
Posted by: Firesped - 08-22-2018, 06:30 AM - Forum: General Discussion on ROCKPRO64 - Replies (3)

I didn't even see this until today but I do understand why some would not like to go with Windows 10. It seems that Microsoft is working on a full version of windows 10 on arm/arm64 computers. People have even gotten it to work on the RPi 3b+, as sad as that is, very slow.

I'm setting up an ISO right now but not sure it will work.

downloaded the image. There is a utility they made to set it up for the RPi

you need a USB driver and a UEFI to set it up.

In theory, the USB driver the RPi is using might work already. The question then comes in to the UEFI file.


  KDE Neon Pinebook remix edition RC image
Posted by: bshah - 08-22-2018, 02:04 AM - Forum: Linux on Pinebook - Replies (67)

Hello everyone!

I am excited to announce the KDE Neon Pinebook remix edition release candidate image.

https://dot.kde.org/2018/08/22/kde-plasm...p-pinebook

Image includes the,

  • KDE Neon packages for Ubuntu bionic (18.04)
  • KDE Plasma 5.13.4
  • KDE Frameworks 5.49.0
  • Qt 5.11.1
  • Linux kernel 3.10.105-bsp-1.2
Initially username/password is live/live

You can download .img.gz from,

https://files.kde.org/neon/images/pinebo...0821-1118/

New image 20180917-1726:

https://files.kde.org/neon/images/pinebo...0917-1726/

There are several fixes included,
  • Resuming from sleep is fixed
  • Broken audio after resuming from sleep
  • Bluetooth
  • Palm rejection (Disable "touchpad" while typing)
  • Disable/enable speakers when plugging/unplugging headphones
  • Disable accidental zoom invocation when scrolling in firefox
Errata:
  • Lack of real suspend, I believe this is due to choice of driver we are using, and currently turning lid off puts device to sleep and not suspend like mate image.
  • Sleep inverts the brightness control, after waking up from sleep brightness control are inverted.
New release: https://files.kde.org/neon/images/pinebo...1028-1500/

Fixes included
  • Proper suspend support instead of just sleep
  • Fix for the inverted brightness after waking up from sleep/suspend
  • Support for 1080p 11' IPS LCD pinebook
Errata
  • kcminit process is crashing in background continuously
Looking forward to your feedback in comments section.

In general images are rolling model, so you can find most recent image from this URL: https://files.kde.org/neon/images/pinebook-remix-nonfree/useredition

[edit Luke]: For those of you looking for detailed instructions, please see this post further on in the thread.

Thanks.


  Official build procedure of ayufan pine64
Posted by: r.tanaka - 08-21-2018, 10:54 PM - Forum: Linux on Pine A64(+) - No Replies

Hi


Is there an official build environment construction method and build procedure for the following Linux environment?
If not, please tell me.

https://github.com/ayufan-pine64/linux-build

Thank you.