]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/big-data-ipc-examples.git/blobdiff - readme.txt
documentation: Update readme.txt
[processor-sdk/big-data-ipc-examples.git] / readme.txt
index 294a159f4fe7f85332edd4ddc229704fc0bfcc88..32d8403ce3e1057017c3227acc294a9aa31127f0 100644 (file)
@@ -15,4 +15,20 @@ simple_buffer_example: This example demonstrates simple buffer exchange
 
 Build procedure
 ==============
 
 Build procedure
 ==============
-These examples are designed to be build from the top level makefile
+The following commandline can be used to build the example
+with the appropriate paths set from the top directory.
+
+PLATFORM=<platform_name> \
+XDC_INSTALL_DIR="<xdc_install_dir>" \
+BIOS_INSTALL_DIR="<bios_install_dir>" \
+IPC_INSTALL_DIR="<ipc_install_dir>" \
+PDK_INSTALL_DIR="<pdk_install_dir>" \
+gnu.targets.arm.A15F="<A15_tools_dir>" \
+ti.targets.elf.C66="<c66_tools_dir>"\
+BOARD_NAME="<board_name>" \
+make host_bios
+
+or
+The corresponding example products.mak can be updated with the paths
+for the various components and the individual examples can be built
+separately.