Error during Build Deploy and Start on Linux
7 views (last 30 days)
Show older comments
Platform : Linux
Build Successfull
Binary gets deploy on target using CCS (Windows)
But fails on Linux using Simulink on doing build deploy and start.
Target: TI Delfino F28379D LaunchPad
Error: initiating the executable load sequence on the target hardware using ti code composer studio. slf4j: failed to load class "org.slf4j.impl.staticloggerbinder". slf4j: defaulting to no-operation (nop) logger implementation slf4j: see http://www.slf4j.org/codes.html#staticloggerbinder for further details. *** user inputs: target configuration: /matlab/toolbox/c2b/tic2000/ccs_config/f28379d.ccxml program name: /home/aasrar/documents/matlab/gpiodevicedriver/target/drivers/generatedcode/test_io.out board name: * cpu name: c28xx_cpu1 hardware name: ti_delfino_f2837xd boot from flash: 1 *** starting debug session... severe: timed out after 180000ms severe: error connecting to the target: timed out after 180000ms *** cannot create a valid debug session for board/cpu=*/c28xx_cpu1. make sure this matches only one board and one cpu. exiting...
0 Comments
Answers (1)
Shlok
on 18 Jul 2025
Hi Asim,
Looking at the logs, I noticed the following error:
severe: timed out after 180000ms
severe: error connecting to the target: timed out after 180000ms
cannot create a valid debug session for board/cpu=*/c28xx_cpu1.
make sure this matches only one board and one cpu.
exiting...
This problem usually happens when the board is already connected through Code Composer Studio. If that connection is still active and you then try to build, load, and run the code from Simulink, the new session can’t start and times out. To fix it, make sure Code Composer Studio is closed or disconnected from the board before using Simulink.
You can also refer to the following MATLAB Answer for more context:
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!