Browse Source

Added GPU binaries for xorg and wayland

Clement 1 year ago
parent
commit
31d50fc9be

BIN
gpu/DDK1.17-binary-wayland/IMG_GPU-wayland.tar.gz


BIN
gpu/DDK1.17-binary-xorg/IMG_GPU-xorg.tar.gz


+ 28 - 0
gpu/README.md

@@ -0,0 +1,28 @@
+.
+├── IMG_GPU-wayland.tar.gz
+│   ├── IMG_GPU-wayland
+│       ├── etc
+│       ├── lib
+│       └── usr
+│   
+├── IMG_GPU-xorg.tar.gz
+    ├── IMG_GPU-xorg
+        ├── etc
+        ├── lib
+        └── usr
+   
+
+Above is the file structure for gpu binaries in Visionfive V2
+
+Default gpu binaries that is used in Debian image for Visionfive V2 is xorg.
+To switch to wayland, users can untar the content of IMG_GPU-wayland.tar.gz and copy the folders into /usr of the Debian Image
+
+Note: Only 1 set of binaries xorg/wayland is allowed to be installed into the system. 
+To switch back in between both xorg/wayland, just untar the respective IMG_GPU-(xorg/wayland) and copy its folders into /usr
+
+Launching X
+/usr/local/bin/Xorg &
+
+
+Launching wayland using weston
+weston -B drm-backend.so --tty=1 &