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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,533
» Latest member: cheepeero
» Forum threads: 16,206
» Forum posts: 116,942

Full Statistics

Latest Threads
Having trouble reading MP...
Forum: Getting Started
Last Post: Alex92
4 hours ago
» Replies: 1
» Views: 779
Call recording?
Forum: PinePhone Pro Software
Last Post: baptx
10 hours ago
» Replies: 4
» Views: 4,266
Booting Issues
Forum: PineNote Software
Last Post: vlagged
09-04-2025, 12:52 PM
» Replies: 20
» Views: 7,596
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
09-04-2025, 01:40 AM
» Replies: 11
» Views: 2,199
[Article] RISC-V Ox64 BL8...
Forum: General
Last Post: PrinceMorissette
09-03-2025, 10:51 PM
» Replies: 2
» Views: 2,736
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: Kevin Kofler
09-03-2025, 02:47 PM
» Replies: 2
» Views: 1,279
irradium (based on crux l...
Forum: Linux on Quartz64
Last Post: mara
09-01-2025, 10:26 AM
» Replies: 6
» Views: 4,446
The PPP behaves as if the...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
09-01-2025, 04:07 AM
» Replies: 2
» Views: 1,453
Pinephone Pro Neural Proc...
Forum: General Discussion on PinePhone
Last Post: biketool
09-01-2025, 02:05 AM
» Replies: 1
» Views: 2,411
Giving away a Pinebook Pr...
Forum: Pinebook Hardware and Accessories
Last Post: alchemist
09-01-2025, 12:24 AM
» Replies: 4
» Views: 3,018

 
  connect lvds display to rock64?
Posted by: heocb - 08-16-2018, 11:17 AM - Forum: Rock64 Hardware and Accessories - Replies (1)

If you want to make a rock64 notebook can you connect
a lvds display to the computer?

Is a 10 inch hdmi display more expensive than
a similar lvds display?
Thank you.


  A user's guide (manual) is really needed; the wiki page isn't enough
Posted by: lucho - 08-16-2018, 12:22 AM - Forum: General Discussion on ROCKPRO64 - Replies (24)

As far as I can see, Pine Microsystems doesn't provide a complete user's guide (manual) for the RockPro64. IMHO the wiki page isn't enough for ordinary users. Many of us (including myself) have coped, but perhaps many couldn't (or wouldn't). I think that it'd be good if the developers devote some of their precious time to writing such a user documentation. I know that writing docs isn't as pleasant as developing hardware or software, but who can do it better, if it's really needed? Thank you for your attention!


  Dual SATA-II Interface Card question and NAS question
Posted by: RockPro64Newbie - 08-15-2018, 08:32 PM - Forum: General Discussion on ROCKPRO64 - Replies (5)

newbie setup and usage questions. thanks humbly for assistance and guidance!

1)  Do I use "ROCKPro64 Power Cable for dual SATA Drives" to connect disk to "ROCKPro64 PCI-e to Dual SATA-II Interface Card"?

2) I assume the RockPro64 can only use qty 1 "ROCKPro64 PCI-e to Dual SATA-II Interface Card"? or can I use 2 cards instead of using 1 "NVMe SSD Interface Card"?
I have several sata III ssd drives new


3) Can I load OpenmediaVault and use as NAS (as well as use as a workstation) at the same time?
  I would use office software (word, spreadsheet, email, browser}
  
 Or does openmediavault/nas require full system attention?

Thanks!


  HOW TO - add modules to initramfs
Posted by: dukla2000 - 08-15-2018, 03:54 PM - Forum: RockPro64 Projects, Ideas and Tutorials - Replies (5)

Perhaps the harder part of this is to explain WHY you would want to do this. And HOW to identify the modules.

In my life this all started trying to put rootfs on my NVMe with 4.18.0-rc8 kernel. I could boot 4.18 from an SDcard and see the NVMe after boot. But the PCIe and NVMe initialisation were after rootfs was mounted during boot. And so any attempt to define the NVMe as rootfs caused a hang in the boot sequence as it was not available when required.

I was pretty unsuccesful trying to identify which modules were loaded during initramfs time and which were loaded after rootfs. lsmod showed the same results whether I had the PCIe card plugged in or not. So I got lucky and decided to try with the "likely candidates", pcie_rockchip_host and phy_rockchip_pcie.

The initramfs can be tweaked using the 3 text files in /etc/initramfs-tools/

I made no changes to initramfs.conf

I added the 2 modules to modules, now looks like

Code:
# List of modules that you want to include in your initramfs.
# They will be loaded at boot time in the order below.
#
# Syntax:  module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
pcie_rockchip_host
phy_rockchip_pcie


I changed update-initramfs.conf to give me a backup, so now looks like

Code:
#
# Configuration file for update-initramfs(8)
#

#
# update_initramfs [ yes | all | no ]
#
# Default is yes
# If set to all update-initramfs will update all initramfs
# If set to no disables any update to initramfs beside kernel upgrade

update_initramfs=yes

#
# backup_initramfs [ yes | no ]
#
# Default is no
# If set to no leaves no .bak backup files.

backup_initramfs=yes

At which stage a quick

Code:
sudo update-initramfs -u -k $(uname -r)

gave me a new /boot/initrd.img-4.18.0-rc8-1060-ayufan-g45828c4db727 as well as a .bak. (Note - this all assumes you are running the target OS from an SDcard)


And then copy the altered bits of /boot to the NVMe, adjust the kernel command line to pickup the NVMe for root and everything was great.


  [SOLVED] No sound from phone-jack via "es8316" on rockpro64
Posted by: t4_4t - 08-15-2018, 03:07 PM - Forum: Linux on RockPro64 - Replies (14)

The environment is "bionic-lxde-rockpro64-0.7.9-1067-arm64.img.xz".(https://github.com/ayufan-rock64/linux-b...m64.img.xz)
kernel is updated to "linux-image-4.4.138-1094". (https://github.com/ayufan-rock64/linux-k..._arm64.deb)


The sound via hdmi is output well.
However, there is no sound via "es8316", but somehow rubbish comes out on the serial console.

Is there a person who has successfully outputted sound via "es8316" ?


  Which Android version supports Google Play?
Posted by: AkiraSensei - 08-15-2018, 02:38 PM - Forum: Android on Rock64 - Replies (4)

I've had the Rock64 since February (I think) but I've yet to still do something with it. Very frustrated with it. It won't work for what I want it for. So I'm wondering if I can game on it at least.

I tried AndroidTV from ayufan but Google Play won't let me sign in. I want it to play an Android game called Fire Emblem Heroes so that I don't have to use my phone so much. Would this be possible? I think it depends a lot on GP, so I don't want to be using another store app.


  rockpro64 not more than a rock64 plus two processors?
Posted by: heocb - 08-15-2018, 02:06 PM - Forum: Linux on RockPro64 - Replies (5)

Can you say the rockpro64 is nothing more than a rock64 computer, the rockpro64 having two more
processors?

Is it possible to quantify in percents how much faster the rockpro64 is?
Thank you.


  What's up with the Rockchip Open Source Wiki and main site?
Posted by: Tigger - 08-15-2018, 11:24 AM - Forum: General Discussion on ROCKPRO64 - Replies (4)

http://opensource.rock-chips.com
It's linked at the bottom of the RockPro64's Wiki page under "Other resources".

What's up with the Rockchip Open Source Wiki and main site?
Is it coming back ?

For over a week now, it's going from "Resolving host..." to "Connecting..." where it hangs for ages before giving up.
I can see Google Chrome retrying every so often because the circular throbber in the tab becomes active again.


  OpenHABian install failing
Posted by: Prince3121 - 08-15-2018, 04:23 AM - Forum: openHAB - Replies (1)

Good Day all

I'm tried to install OpenHABian yesterday on my Pine64+, but on first boot, it hangs at the wlan detection phase. 

A few questions:
1. Can I comment (#) out the wlan ssid and wlan psk settings in the openhabian.conf file? 
2. Will this allow the OpenHABian install to find my ethernet network automatically? 
3. Or do I have to make other changes on first boot?

I have tried the OpenHAB documentation, but found no fixes, only not to, include the ssid and psk settings in the  config file, then it should automatically go to your wired network for setup. But in my case this fails.

Any suggestions would be helpful.

Thanx.

Cool


  Rock64 hangs without trace
Posted by: szus - 08-15-2018, 02:32 AM - Forum: General Discussion on ROCK64 - Replies (12)

I have bought rock64 4GB board bundle (with charger and sd card).
I've initially pushed bionic lxde (0.6.4) with Etcher.
It launched smoothly, I've tried to open Youtube with Firefox - and this was first hang.
Restart
Again - this time youtoube page showed - it died after 3 sec of playing,
In few tries I was able to get, at best, something like 30 sec of playing (more like slideshow not real playing, even though CPU usage was not 100%).

Since then I've tried:
strech minimal
bionic minimal
armbian
openelec
with different (mostly latest versions)

I've tried new charger.
I've tried some other sd cards (inc. Samsung Evo).

The best results came with OpenElec being able to play up to 7 minutes of video before hang.

kernel.log shows nothing, syslog, dmesg , Xorg.. no errors, well, once I had error about fs issues (not clean after one of hard restarts) so now I know that nor bionic either strech are able to run gparted - instant hang also.

Does anyone had seen such issue?
What should else could I try to figure out reason?