# # ======== readme.txt ======== # BigdataIPC examples These examples are created to show case how to share big data buffers between cores in a multicore system host_bios: Examples here assume host running TI RTOS simple_buffer_example: This example demonstrates simple buffer exchange between cores Build procedure ============== The following commandline can be used to build the example with the appropriate paths set from the top directory. PLATFORM= \ XDC_INSTALL_DIR="" \ BIOS_INSTALL_DIR="" \ IPC_INSTALL_DIR="" \ PDK_INSTALL_DIR="" \ env gnu.targets.arm.A15F="" \ env ti.targets.elf.C66=""\ 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.