OSMC and 3,5" Waveshare Touchscreen

Hello,

i will try to run my Waveshare Touchscreen on my PI2 with OSMC.

For Raspian i found this

and it works.

is it possible to run this on OSMC?

regard

    login as: osmc
OSMC: Open Source Media Center
osmc@192.168.1.163's password:

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
osmc@osmc:~$ sudo raspi-config
sudo: raspi-config: command not found
osmc@osmc:~$ sudo nano /etc/modprobe.d/raspi-blacklist.conf
osmc@osmc:~$ sudo REPO_URI=https://github.com/notro/rpi-firmware rpi-update
sudo: rpi-update: command not found
osmc@osmc:~$ sudo modprobe flexfb  width=320  height=480  regwidth=16 init=-1,0xb0,0x0,-1,0x11,-2,250,-1,0x3A,0x55,-1,0xC2,0x44,-1,0xC5,0x00,0x00,0x00,0x00,-1,0xE0,0x0F,0x1F,0x1C,0x0C,0x0F,0x08,0x48,0x98,0x37,0x0A,0x13,0x04,0x11,0x0D,0x00,-1,0xE1,0x0F,0x32,0x2E,0x0B,0x0D,0x05,0x47,0x75,0x37,0x06,0x10,0x03,0x24,0x20,0x00,-1,0xE2,0x0F,0x32,0x2E,0x0B,0x0D,0x05,0x47,0x75,0x37,0x06,0x10,0x03,0x24,0x20,0x00,-1,0x36,0x28,-1,0x11,-1,0x29,-3
modprobe: FATAL: Module flexfb not found.
osmc@osmc:~$ sudo modprobe fbtft_device debug=3 rotate=90 name=flexfb speed=16000000 gpios=reset:25,dc:24
modprobe: FATAL: Module fbtft_device not found.
osmc@osmc:~$

Have you looked well down this thread referenced by your link above?
There is a strong suggestion that it wasn’t working without X11 running - which it never will be with OSMC, since Kodi provides the GUI.
Derek