#
#  ======== Recommended install steps ========
#

- First do the steps from the linux_service readme.
- Install the newest version of CCS studio (http://www.ti.com/tool/CCSTUDIO)
- In "ti/ccsv8/eclipse/eclipse.ini" increase the available memory
- Enable the IO_CONSOLE in "ti/pdk_am57xx_1_0_13/packages/ti/board/src/evmAM572x/enet_phy.c". 
  It reroutes the output to the debugger and avoids a conflict with the linux UART.
- Rebuild the PDK packages.
- Copy the bigdataxlat.oe66 into the build folder (It needs some linux specific headers and is a pain to build, so it
  is added in the CCS project as linker flag. Feel free to solve it nicer)
- Import the dsp_code as CCS project and try to build it.

#
#  ======== How to run ========
#

(- Create a new .dtb file by disabling the mac in /home/scs-dev/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi and recompile the am57xx-evm-reva3.dtb) <--- you can use the am57xx-evm-reva3-no-mac.dtb from this folder
- Disable mac by loading the new .dtb file (move the old file and create a symbolic link to the new one. You might want to switch)
- Load the built firmware by creating a symbolic link in "/lib/firmware" named "dra7-dsp1-fw.xe66"
- start the linux service
