Hello,
I wanted to use enet_nimu_example present in pdk/packages/ti/drv/enet/examples for A72 core to send/receive data. According to steps mentioned 8.5. Developing Ethernet based applications with Linux + RTOS — Processor SDK RTOS J721E, in pdk/packages/ti/build I executed : make enet_nimu_example CORE=mpu1_0 BOARD=j721e_evm PROFILE=release BUILD_OS=linux. Also I wanted to use static IP configuration so I enabled the variable in nimu_example.cfg. I wanted to know how do I move forward after building this. How do I run the build files as I want to connect this to PC and receive data . I am currently using TDA4VM .
Does the answer in the above link apply to this module ? I did not understand the sentence: The UART output for this binary on the same port on which Ethernet Firmware runs i.e. 3rd Main UART instance. Once the binary is run, there is an interactive menu which prompts for selection of IP and port number.
Please suggest .
Thanks.