Tool/software: Linux
Is it possible to add and compile tslib into the kernel?
Using v03.03 of SDK.
Kind regards,
Ugnius
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.
Tool/software: Linux
Is it possible to add and compile tslib into the kernel?
Using v03.03 of SDK.
Kind regards,
Ugnius
Follow the steps on this wiki to build the tslib package for the Linux Processor SDK:http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK
At the end of the 'Build Steps' section use the following command to build tslib for the am335x (instead of building the full SDK for the am57xx as shown in the steps on the wiki):
MACHINE=am335x-evm bitbake tslib
The output of that command will be *.ipk files that you can install using opkg on your am335x. These files will be found in '.../build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/tslib/1.1-r0.arago1/deploy-ipks/armv7ahf-neon/'
Command to install:
opkg install ipk_name.ipk
Jason Reeder