Hi All,
I am planing to use Tslib to test AM335x based capacitive touchscreen board.I got the source code. Could please tell me the compilation procedure for Tslib to AM335x based touchscreen board.
Regards
Bhimesh
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
I am planing to use Tslib to test AM335x based capacitive touchscreen board.I got the source code. Could please tell me the compilation procedure for Tslib to AM335x based touchscreen board.
Regards
Bhimesh
Boot loader and Linux kernel and file system we are using from SDK 05.05.00.00 and tool chain also(arm-arago-none-linux) .Not the Arago.
Regards
Bhimesh
Have you tried to get help here: arago-devel@gforge.ti.com? I think you must register there first.
I was using http://buildroot.org/ and no problems with tslib so far.
Or try this:
1. extracts source code to for example /tmp
2. in /tmp/tslibxx execute ./autogen.sh. After that you should get configure file
3. ./configure --host=arm-arago-none-linux
if it goes well, you can invoke make and see if it can build the stuff