To ensure that you have the latest device drivers for the DT7837, it is recommended that you rebuild the DT7837 device drivers and copy the files to the target DT7837 module using the following procedure:
On the host computer, change to the directory where the TI SDK directory is installed. For example, if the TI SDK directory is installed under /opt, enter the following command:
# cd /opt/ti-sdk-am335x-evm-07.00.00.00
To clean up any automatically generated files, enter the following command:
# make -f dt78xx.mak dtmods_clean
Enter the following command to rebuild the drivers:
# make -f dt78xx.mak dtmods
Refer to DT78xx Linux Kernel Source and DT78xx Linux Kernel Build Targets for more information.