Environment: beagleboard xm with 3730, windows 7 host with virtualbox and ubuntu 12.04.
Commented out call to setup-host-check.sh in setup.sh and successfully installed ti-sdk-beagleboard-05.05.01.00
Followed instruction on http://processors.wiki.ti.com/index.php/AMSDK_Linux_User%27s_Guide#Preparing_to_Build
to add export PATH="<sdk install dir>/linux-devkit/bin:$PATH"
Then issued "make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- mrproper" but this gives below error:
make: *** No rule to make target 'mrproper'. Stop.
Then I tried "make linux-clean" from ti-sdk-beagleboard-05.05.01.00 directory and I get the below error:
=================================
Cleaning the Linux Kernel
=================================
make -C __SDK__INSTALL_DIR__/board-support/__KERNEL_NAME__ ARCH=arm CROSS_COMPILE=__SDK__INSTALL_DIR__/linux-devkit/bin/arm-arago-linux-gnueabi- mrproper
make: *** __SDK__INSTALL_DIR__/board-support/__KERNEL_NAME__: No such file or directory. Stop.
make: *** [linux_clean] Error 2
Please help,
Thanks
Asha