32d8403ce3e1057017c3227acc294a9aa31127f0
1 #
2 # ======== readme.txt ========
3 #
5 BigdataIPC examples
7 These examples are created to show case how to share big data buffers
8 between cores in a multicore system
10 host_bios: Examples here assume host running TI RTOS
12 simple_buffer_example: This example demonstrates simple buffer exchange
13 between cores
16 Build procedure
17 ==============
18 The following commandline can be used to build the example
19 with the appropriate paths set from the top directory.
21 PLATFORM=<platform_name> \
22 XDC_INSTALL_DIR="<xdc_install_dir>" \
23 BIOS_INSTALL_DIR="<bios_install_dir>" \
24 IPC_INSTALL_DIR="<ipc_install_dir>" \
25 PDK_INSTALL_DIR="<pdk_install_dir>" \
26 gnu.targets.arm.A15F="<A15_tools_dir>" \
27 ti.targets.elf.C66="<c66_tools_dir>"\
28 BOARD_NAME="<board_name>" \
29 make host_bios
31 or
32 The corresponding example products.mak can be updated with the paths
33 for the various components and the individual examples can be built
34 separately.