Clement b2f5a90b30 Added ddk 1.19 gpu binary 11 月之前
..
DDK1.17-binary-wayland 31d50fc9be Added GPU binaries for xorg and wayland 1 年之前
DDK1.17-binary-xorg 31d50fc9be Added GPU binaries for xorg and wayland 1 年之前
DDK1.19-binary-wayland b2f5a90b30 Added ddk 1.19 gpu binary 11 月之前
DDK1.19-binary-xorg b2f5a90b30 Added ddk 1.19 gpu binary 11 月之前
README.md 31d50fc9be Added GPU binaries for xorg and wayland 1 年之前

README.md

. ├── 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 &