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.

CC1310: run_demo.sh problem in bbb_prebuilt.tar.gz of ti154stack_linux_x64_2_05_00_11

Part Number: CC1310


I tried to run run_demo.sh in bbb_prebuilt.tar.gz of ti154stack_linux_x64_2_05_00_11 on my Raspberry Pi and I see "bash: ./run_gateway.sh: No such file or directory". After digging into run_demo.sh, I find I need to change GATEWAY_DIR=${HERE}/gateway to GATEWAY_DIR=${HERE}/gateway/gateway in run_demo.sh. This is because "tar xf bbb_prebuilt.tar.gz" would untar run_gateway.sh into prebuilt/gateway/gateway instead of prebuilt/gateway. Can TI AE help to verify this issue?