Other Parts Discussed in Thread: SYSBIOS
How to run the gateway demo?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
BUILD_APP_TIRTOS
flag (line 27 in PSDK RTOS 8.0) in
[SDK-INSTALL-PATH]/ethfw/ethfw_build_flags.mak
to "yes" (without quotes). ethfw is built as a dependency in gateway demos anyway (next step), so we don't need to build it separately.[SDK-INSTALL-PATH]/gateway-demos the following commands
make -s can_eth_gateway_app BOARD=[j7200_evm/j721e_evm]
make -s can_traffic_generator_app BOARD=[
j7200_evm/j721e_evm] CORE=mcu1_0
make -s depend_can_eth_gateway BOARD_SUPPORT=[j7200_evm/j721e_evm]
make -s depend_can_generator BOARD_SUPPORT=[j7200_evm/j721e_evm]
[SDK-INSTALL-PATH]/ethfw/out/[SOC]/R5Ft/SYSBIOS/app_remoteswitchcfg_server_ccs.xer5f
[SDK-INSTALL-PATH]/gateway-demos/binary/can_eth_gateway_app_tirtos/bin/[SOC]/can_eth_gateway_app_tirtos_mcu2_1_release.xer5f
[SDK-INSTALL-PATH]/gateway-demos/binary/can_traffic_generator_app_tirtos/bin/[SOC]/can_traffic_generator_app_tirtos_mcu1_0_release.xer5f
sudo apt-get install -y libpopt-dev
peak-linux-driver-8.9.3
directory. To build and install the package there, run
make all
sudo make install
sudo modprobe pcan
cd [peak-linux-driver-8.9.3-directory]test/src
patch pcanfdtst.c pcanfdtst.patch
cd ..
make all
Please take a look at the video to see where things are on the board :
Please see user guide for more detailed instructions on setup.
The FAQ is meant to be for running the regular gateway demo application. For Low latency demo or particulars of the demo, please see user guide.
Regards,
Tanmay