常見問答

Häufig gestellte Fragen

Initialize tslib touch function  Datum:2025-03-03

When creating a MA35D1 image with Buildroot, it's possible that the touch function will not work properly.

To resolve this issue, you can add an initialization script to run after the device boots up.

 

#!/bin/sh

if [ -e /dev/input/touchscreen0 ]; then
 TSLIB_TSDEVICE=/dev/input/touchscreen0

 export TSLIB_TSDEVICE
fi
Produkte: Mikroprozessoren ,Arm Cortex-A35 MPUs
Applikationen:
Funktion: Others,Buildroot/ Yocto,Touchpad,tslib