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.

Disabling Touch Driver - OMAP 3530

I'm trying to disable the touch driver in Visual Studio 2005.  I'm following the instructions of App_Note_Enabling_DVI_Output.pdf.  In the "Disabling Backlight, touch screen and enabling USB mouse support" section a screenshot shows that TI_EVM_3530:ARMV4I has subnodes, but my Visual Studio shows no screen shots.  Please see the attached image.

  • The latest Bsquare BSP release (v6.14) no longer has the components listed under the BSP, the components have been removed from the catalog file (CATALOG/TI_EVM_3530.pbcxml).
    The reason this was done is because the components are set in environment variables in the batch file and in doing so it is not be possible to modify the components listed under the BSP through the Visual Studio/Platform Builder catalog. This was causing a lot of confusion for people trying to remove the components using the BSP catalog and because of this they were removed from being shown.

    To remove the touch driver you need to edit WINCE600/PLATFORM/TI_EVM_3530/ti_evm_3530.bat

    Find the line in the ti_evm_3530.bat file that reads:

    set BSP_NOTOUCH=

    and change it to be

    set BSP_NOTOUCH=1

    You will need to close the solution file and then re-open it for your batch file change to be recognized. You should then be able to re-build an OS that no longer has the touch driver included.

    Best Regards,
    Ken Dorsey
    Bsquare Technical Support