Looking for instructions to build a sdcard from scratch
Posted: Tue Nov 18, 2025 7:18 pm
Hi all,
I tried to use a raspberry pi 4 with the latest raspbian os to build an image for the G2, but failed.
Is there anyone who was able to do that and can share some hints?
I used some hints from Laurence viewtopic.php?p=30109#p30109 to install the xdma driver on a fresh OS.
sudo apt install raspberrypi-kernel-headers did not find a package, so I rebuild the kernel https://www.raspberrypi.com/documentati ... ernel.html and got a V7 kernel.
Than followed Laurence' instructions to this point "...if that works you will now have xdma entries in the /dev folder", but there are no xdma files.
lsmod | grep xdma shows "xdma 90112 0"
But the display doesn't work.
I tried to use a raspberry pi 4 with the latest raspbian os to build an image for the G2, but failed.
Is there anyone who was able to do that and can share some hints?
I used some hints from Laurence viewtopic.php?p=30109#p30109 to install the xdma driver on a fresh OS.
sudo apt install raspberrypi-kernel-headers did not find a package, so I rebuild the kernel https://www.raspberrypi.com/documentati ... ernel.html and got a V7 kernel.
Than followed Laurence' instructions to this point "...if that works you will now have xdma entries in the /dev folder", but there are no xdma files.
lsmod | grep xdma shows "xdma 90112 0"
But the display doesn't work.