./autogen.sh patch -p1 < ../tslib-1.0-avr32.patch export ac_cv_func_malloc_0_nonnull=yes CFLAGS="-O2 $CFLAGS" ./configure --host=avr32-linux --prefix=/usr --sysconfdir=/etc make make install DESTDIR=/your_rfs_pathThen edit your /etc/ts.conf. For example remove the # before raw input if you want to use the input subsystem. Now export these env variables (change event0 with your current configuration)
export TSLIB_TSDEVICE=/dev/input/event0 export TSLIB_CONSOLEDEVICE=noneNow you can calibrate the touchscreen with /usr/bin/ts_calibrate
* tslib-1.0-avr32.patch: Tslib patch for AVR32