diff --git a/envs/MUN-01-SC598_EZKIT-01.yaml b/envs/MUN-01-SC598_EZKIT-01.yaml index db904f9..3558235 100644 --- a/envs/MUN-01-SC598_EZKIT-01.yaml +++ b/envs/MUN-01-SC598_EZKIT-01.yaml @@ -29,6 +29,9 @@ targets: - OpenOCDDriver: name: openocd load_commands: + - "gdb port disabled" + - "telnet port disabled" + - "tcl port disabled" - "source [find interface/adi-dbgagent.cfg]" - "source [find target/adspsc59x_a55.cfg]" - "source [find /tools/u-boot.tcl]" diff --git a/envs/MUN-01-SC598_EZKIT-02.yaml b/envs/MUN-01-SC598_EZKIT-02.yaml index f3128d9..5e5715c 100644 --- a/envs/MUN-01-SC598_EZKIT-02.yaml +++ b/envs/MUN-01-SC598_EZKIT-02.yaml @@ -29,6 +29,9 @@ targets: - OpenOCDDriver: name: openocd load_commands: + - "gdb port disabled" + - "telnet port disabled" + - "tcl port disabled" - "source [find interface/adi-dbgagent.cfg]" - "source [find target/adspsc59x_a55.cfg]" - "source [find /tools/u-boot.tcl]" diff --git a/envs/MUN-01-SC598_EZKIT-03.yaml b/envs/MUN-01-SC598_EZKIT-03.yaml index c4a5bd6..e4fd02c 100644 --- a/envs/MUN-01-SC598_EZKIT-03.yaml +++ b/envs/MUN-01-SC598_EZKIT-03.yaml @@ -29,6 +29,9 @@ targets: - OpenOCDDriver: name: openocd load_commands: + - "gdb port disabled" + - "telnet port disabled" + - "tcl port disabled" - "source [find interface/adi-dbgagent.cfg]" - "source [find target/adspsc59x_a55.cfg]" - "source [find /tools/u-boot.tcl]" diff --git a/envs/MUN-01-SC598_EZKIT-04.yaml b/envs/MUN-01-SC598_EZKIT-04.yaml index 997c6fb..c031300 100644 --- a/envs/MUN-01-SC598_EZKIT-04.yaml +++ b/envs/MUN-01-SC598_EZKIT-04.yaml @@ -29,6 +29,9 @@ targets: - OpenOCDDriver: name: openocd load_commands: + - "gdb port disabled" + - "telnet port disabled" + - "tcl port disabled" - "source [find interface/adi-dbgagent.cfg]" - "source [find target/adspsc59x_a55.cfg]" - "source [find /tools/u-boot.tcl]" diff --git a/envs/MUN-01-SC598_EZLITE-01.yaml b/envs/MUN-01-SC598_EZLITE-01.yaml index 261e07b..82edfe8 100644 --- a/envs/MUN-01-SC598_EZLITE-01.yaml +++ b/envs/MUN-01-SC598_EZLITE-01.yaml @@ -29,6 +29,9 @@ targets: - OpenOCDDriver: name: openocd load_commands: + - "gdb port disabled" + - "telnet port disabled" + - "tcl port disabled" - "source [find interface/adi-dbgagent.cfg]" - "source [find target/adspsc59x_a55.cfg]" - "source [find /tools/u-boot.tcl]" diff --git a/envs/MUN-01-SC598_EZLITE-02.yaml b/envs/MUN-01-SC598_EZLITE-02.yaml index 0a02183..e6ec030 100644 --- a/envs/MUN-01-SC598_EZLITE-02.yaml +++ b/envs/MUN-01-SC598_EZLITE-02.yaml @@ -29,6 +29,9 @@ targets: - OpenOCDDriver: name: openocd load_commands: + - "gdb port disabled" + - "telnet port disabled" + - "tcl port disabled" - "source [find interface/adi-dbgagent.cfg]" - "source [find target/adspsc59x_a55.cfg]" - "source [find /tools/u-boot.tcl]" diff --git a/envs/MUN-01-SC846_EZKIT-01.yaml b/envs/MUN-01-SC846_EZKIT-01.yaml index a933a4a..60ccb28 100644 --- a/envs/MUN-01-SC846_EZKIT-01.yaml +++ b/envs/MUN-01-SC846_EZKIT-01.yaml @@ -29,6 +29,9 @@ targets: - OpenOCDDriver: name: openocd load_commands: + - "gdb port disabled" + - "telnet port disabled" + - "tcl port disabled" - "source [find interface/adi-dbgagent.cfg]" - "source [find target/adspsc84x_core0.cfg]" - "set _TARGETNAME adspsc84x_Proc0.a55_Core0" diff --git a/envs/MUN-01-SC846_EZKIT-02.yaml b/envs/MUN-01-SC846_EZKIT-02.yaml index 54b4b8b..5aeb49d 100644 --- a/envs/MUN-01-SC846_EZKIT-02.yaml +++ b/envs/MUN-01-SC846_EZKIT-02.yaml @@ -29,6 +29,9 @@ targets: - OpenOCDDriver: name: openocd load_commands: + - "gdb port disabled" + - "telnet port disabled" + - "tcl port disabled" - "source [find interface/ice1000.cfg]" - "source [find target/adspsc84x_core0.cfg]" - "set _TARGETNAME adspsc84x_Proc0.a55_Core0"