PINE64
Nvidia GPU on PCIe - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98)
+--- Forum: RockPro64 Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=102)
+--- Thread: Nvidia GPU on PCIe (/showthread.php?tid=12108)



Nvidia GPU on PCIe - User 18962 - 11-10-2020

working on trying to get a GPU running on the RockPro64.

im well aware of the bar limitations, as well as the PCIe power requirements.

i plan on playing around with the dts to try and mitigate bar issues, the GPU will only be running compute and not graphics.

i have an external PCIe power supply for taking care of powering the PCIe bus, i have tested this on a laptop and it works just fine with the laptop, but not in the RockPro64.

the issue im currently running into is when i hook up the GPU to the rockpro64 it just simply wont boot.

was hoping if anybody had any suggestions, or experience on making this work?


RE: Nvidia GPU on PCIe - Ceazer - 12-10-2020

(11-10-2020, 05:26 PM)Jamesthetechie Wrote: working on trying to get a GPU running on the RockPro64.

im well aware of the bar limitations, as well as the PCIe power requirements.

i plan on playing around with the dts to try and mitigate bar issues, the GPU will only be running compute and not graphics.

i have an external PCIe power supply for taking care of powering the PCIe bus, i have tested this on a laptop and it works just fine with the laptop, but not in the RockPro64.

the issue im currently running into is when i hook up the GPU to the rockpro64 it just simply wont boot.

was hoping if anybody had any suggestions, or experience on making this work?

Same problem here.  Did you ever find a solution?


RE: Nvidia GPU on PCIe - User 18962 - 12-14-2020

not yet, i hooked up a serial to the gpio and i can see where its failing, but im trying to figure out how to modify the kernel to allow it to work and complete boot.


RE: Nvidia GPU on PCIe - xmixahlx - 12-22-2020

what gpu? how are you attaching? are you sure you have the needed modules in the kernel?


RE: Nvidia GPU on PCIe - amiraeva - 12-22-2020

For what its worth, I've had issues with uboot and an LSI 9211; it'll throw a "synchronous abort" when trying to enumerate the PCIe bus (oddly it didn't have those issues with a Marvell sata card). I was able to work around it by removing the "pci enum" command from the uboot env, and then baking in the card's drivers into my initramfs. That way the kernel would initialize the device soon after uboot handed over control.