6543 86212ecfaa Fix Markdown in README.md of gpu hace 1 año
..
DDK1.17-binary-wayland 31d50fc9be Added GPU binaries for xorg and wayland hace 1 año
DDK1.17-binary-xorg 31d50fc9be Added GPU binaries for xorg and wayland hace 1 año
README.md 86212ecfaa Fix Markdown in README.md of gpu hace 1 año

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 &