03-18-2020, 03:00 AM
(05-29-2019, 03:18 PM)Davidos Wrote: Hey Guys,
I have a qestion to the RockPro64. Is a nvidia 570 geforce compatible withe the RockPro64 ?
I like to operate over the Pcie. What kind of Pcie I need (sometimes a Pcie x4 to Pcie x16 bridge) ?
Did I need a special driver or a normal ARM64 driver. My other AMD GPU does not work. The Fans working normal but I get no signal from the HDMI port of the GPU.
I hope someone can help me thanks
Hi ,I read too late that "RK3399 memory mapping PCIe device address space is 32MB"
Anyway I also tried to connect a Nvidia GeForce GT 710 to my Rockpro64, I used a PCI Express 1X to 16X Riser Card . I connect the 12VDC 5A supply , used for the Rockpro64 also to the molex connector of the riser (yellow +12 ) so negative common to rockpro64 and riser.
On Rockpro64 I have Ubuntu 18.04 Bionic LXDE Desktop 32bit (armhf) Ubuntu 18.04.4 LTS \n \l
and following :
sudo apt update
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get install nvidia-384 (it looks that driver support also GT710)
sudo reboot
After that xrdp stop working, I have no signal on HDMI of GT710 neither on HDMI of Rockpro64 ,
I tried to test if it could mine :
sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++ git libgmp-dev opencl-headers libncurses5-dev libtool
git clone https://github.com/tpruvot/ccminer.git
wget https://developer.download.nvidia.com/co...tu1804.pin
sudo mv cuda-ubuntu1804.pin /etc/apt/preferences.d/cuda-repository-pin-600
sudo dpkg -i cuda-repo-ubuntu1804-10-2-local-10.2.107-435.17.01_1.0-1_arm64.deb
sudo apt-key add /var/cuda-repo-10-2-local-10.2.107-435.17.01/7fa2af80.pub
sudo apt-get update
sudo apt-get -y install cuda
./build.sh
but receive just
( ccminer.cpp:49:10: fatal error: cuda_runtime.h: No such file or directory
#include <cuda_runtime.h> )