SWRU581 March 2021 CC2564C , CC2564MODA , CC2564MODN , WL1831
Browse to the installation folder, enter build folder and follow the instructions in Build Instructions file to build sample applications in one’s build environment.
cd ~/AM335xBluetopiaLinuxProduction-4.2.1.1.1.0/build
cp setup-bt.sample setup-bt
# Path to local toolchain installation
export TOOLCHAIN_PATH=~/ am335x/tisdk6.0/linux-development/linux-devkit/sysroots/
# Path to SDK compiled kernel
export KERNEL_PATH=~/ am335x/tisdk6.0/linux-development/board-support/linux-4.19.38+gitAUTOINC+4dae378bbe-g4dae378bbe/
For example to update the DEVICE variable in the proj/proj-defs.mak file to build for either the CC256x or Wilink8 platform (default), by commenting out the unwanted platform.
DEVICE = wl18xx
#DEVICE = cc256x
TOOLCHAIN_PATH_NATIVE=$(TOOLCHAIN_PATH)/x86_64-arago-linux/
TOOLCHAIN_PATH_TARGET=$(TOOLCHAIN_PATH)/armv7ahf-neon-linux-gnueabi/
source configure.sh