Other Parts Discussed in Thread: DM385, WL1835, ADS7846, TSC2007, TSC2004, PCF8574, TPS65010, TPS65910, BQ24022, LP3971, LP3972, TPS65023, TLV320AIC23B, TVP5150, TVP7002, THS7303, TLV320AIC3110, DA8XX, LP3944, LP5521, LP5523, DAC124S085, WL1271
When following the build guide http://processors.wiki.ti.com/index.php/WL18xx_Platform_Integration_Guide the CONFIG_WL12XX_PLATFORM_DATA switch in the config file is not present so I am running the specified scripts in the guide.
I see see the following errors when running the scripts::
msmith@msmith-VirtualBox:~/qt/wilink8-wlan-build-utilites$ IP_TABLES=1 verify_kernel_config.sh /home/msmith/qt/carbb-rdk-dm385/Source/ti_tools/cbb_psp_04_04_00_02/kernel/arch/arm/configs/dm385_cbb_ubifs_defconfig
verify_kernel_config.sh: command not found
msmith@msmith-VirtualBox:~/qt/wilink8-wlan-build-utilites$ ./verify_kernel_config.sh /home/msmith/qt/carbb-rdk-dm385/Source/ti_tools/cbb_psp_04_04_00_02/kernel/arch/arm/configs/dm385_cbb_ubifs_defconfig
Validating kernel .config (base_config[@])
msmith@msmith-VirtualBox:~/qt/wilink8-wlan-build-utilites$
I have tried various combinations to execute the "IP_TABLES=1 verify_kernel_config.sh .config " with no luck. As per the build guide below:
Note: In case there are missing kernel switches like CONFIG_WL12XX_PLATFORM_DATA, then there probably is a missing part in the kernel that relates to the WL127x chipset, and patches should be applied.
Script usage
Usage: <option=1> verify_kernel_config.sh <kernel_config_file>
options:
IP_TABLES - add ip tables support
NO_DEVICE_TREE - add support for non device tree compilation
BT_HCI - add support for BT HCI
For example, for adding the IP_TABLES support use :
IP_TABLES=1 verify_kernel_config.sh .config
I have searched this error but so far can't find the solution.
Any ideas?