name: t32q description: "TRACE32 container control skill. Use when the user wants to turn TRACE32 on or off, relaunch it, reopen the GUI container, inspect logs/status, or retry the repo-managed TRACE32 container flow."
T32Q
Use this skill for repo-managed TRACE32 container lifecycle tasks.
Primary Commands
Build the image:
config/t32/trace32_x11_container.shs build
Headless on/off/reopen:
config/t32/trace32_x11_container.shs on
config/t32/trace32_x11_container.shs off
config/t32/trace32_x11_container.shs reopen
config/t32/trace32_x11_container.shs wait
config/t32/trace32_x11_container.shs ping
GUI container on/off/reopen:
config/t32/trace32_x11_container.shs gui-on
config/t32/trace32_x11_container.shs off
config/t32/trace32_x11_container.shs gui-reopen
config/t32/trace32_x11_container.shs status
config/t32/trace32_x11_container.shs logs
GUI Preconditions
- Prefer the non-Qt GUI path via
gui/gui-d/gui-reopen. t32marm-qtis not the default path here because the local vendor install still lacks Qt4 runtime libraries.- GUI container launch needs host X11:
DISPLAYmust be set/tmp/.X11-unixmust exist- if
XAUTHORITYis unavailable, the host may needxhost +local:root
Runtime Notes
- The headless container path starts
t32mciserveron TCP20000. - The GUI container path starts
/opt/t32/bin/pc_linux64/t32marmwithconfig/t32/t32_stm_gui.t32. - After any
onorreopen, check readiness withwait,ping,status, andlogs. - If probe communication still stalls, fall back to host diagnosis with
scripts/t32_check_ready.shs.