Hello Champs,
Customer own board: AM3354
SDK: PROCESSOR-SDK-LINUX-AM335X 06_03_00_106
Root filesystem: arago-base-tisdk-image-am335x-evm
tslib: tslib-1.22
1. Generating tsllib according to below steps.
./autogen.sh
mkdir tmp
echo "ac_cv_func_malloc_0_nonnull=yes" >arm-linux.cache
./configure --host=arm-linux --cache-file=arm-linux.cache --prefix=$(pwd)/tmp
make
make install
2. migrate it o root filesystem and add below code to etc/profile
export TSLIB_TSDEVICE=/dev/input/touchscreen0 export TSLIB_CONFFILE=/etc/ts.conf export TSLIB_FBDEVICE=/dev/fb0
3. Boot the board and run below command, then prompted the error message.
root@am335x-evm:~# ts_calibrate
-sh: /bin/ts_calibrate: cannot execute binary file: Exec format error
Thanks.
Rgds
Shine