Jeff Geerling
Jeff Geerling
Would love to see it :) Getting into some SDR stuff this year (finally), and I was about to pop it on a Pi 5 but will hold off and...
@bildobodo - Did you add `pcie-32bit-dma` or `pcie-32bit-dma-pi5`? It seems like @6by9's comment had the CM4/Pi 4 overlay but the [linked commit added `pcie-32bit-dma-pi5` instead](https://github.com/raspberrypi/linux/commit/1cdbd99f402b76c61632d09a49b20ce90af0cc72).
Note that OCP-TAP was trying to integrate an i225 into their TimeHAT for the Pi 5 (see #619), but ran into the same driver issues—it worked on CM4 (even Intel's...
Testing with `nouveau` now... ``` pi@pi5:~ $ dmesg | grep nouveau [ 2.938104] nouveau 0000:01:00.0: enabling device (0000 -> 0002) [ 2.938329] nouveau 0000:01:00.0: NVIDIA GA102 (b72000a1) [ 3.404851] nouveau...
Trying proprietary driver again. First disabling nouveau by creating a file `/etc/modprobe.d/blacklist-nouveau.conf` with the content: ``` blacklist nouveau options nouveau modeset=0 ``` Then after a reboot, it was not loading...
Downloading the Nvidia driver from https://www.nvidia.com/en-us/geforce/drivers/results/214101/ ``` wget https://us.download.nvidia.com/XFree86/aarch64/545.29.02/NVIDIA-Linux-aarch64-545.29.02.run chmod +x NVIDIA-Linux-aarch64-545.29.02.run sudo ./NVIDIA-Linux-aarch64-545.29.02.run ``` After installation was complete, I rebooted, and dmesg shows: ``` [ 3.756735] nvidia: loading out-of-tree...
See possibly related issue: https://github.com/NVIDIA/open-gpu-kernel-modules/issues/514 I need to test with the [open-gpu-kernel-modules](https://github.com/NVIDIA/open-gpu-kernel-modules) bits. (The quickest way to uninstall Nvidia's proprietary driver is `sudo nvidia-uninstall`.) (Also, the 3080 Ti gets HOT.)
See also: https://twitter.com/aallan/status/1707415398646202636 
It is on the site now: https://pipci.jeffgeerling.com/hats/pi-nvme-hat.html
Oh wow, didn't know you can add videos inline in comments like that! But yes, I've heard they hit a few delays in getting it launched. Hopefully it'll be out...