nRF Terminal Not Connectining to Device

Issue:

nRF Terminal does not connect to the device and does not produce any error. Once I click the RTT Terminal button (Under Connected Devices) in nRF Connect for VSCode the Terminal Opens but nothing happens. The connection icon shows it is connected but the default "Welcome to the nRF Terminal" text remains. This behaviour occurs in versions 1.68.1 and 1.69.0.

I'm running Ubuntu 20.04 in a Docker Container using the Remote Containers Extensions and the nRF52833 DK. RTT is working by running the JLinkRTTClientExe while debugging.

Support information below:

IMPORTANT: The data below could contain sensitive or confidential information about your environment.
If you do not wish this to be seen by others, please make sure to remove it before sharing.

For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.

{
  "platform": {
    "os": "linux",
    "osVersion": "#42-Ubuntu SMP Thu Jun 9 23:42:32 UTC 2022",
    "osKernel": "5.15.0-39-generic",
    "vscode": "1.69.0-insider",
    "node": "v16.13.2"
  },
  "system": {
    "date": "2022-07-07T10:31:28.294Z",
    "vscodeRoot": "/vscode/vscode-server-insiders/bin/linux-x64/4c72dedb4ad283a569f83a7389468c3ae2c642c3-insider",
    "nrfConnectForDesktopInstalled": "unknown",
    "vscodeUptime": "00:10:59",
    "osUptime": "181:12:23",
    "cpu": {
      "model": "11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz",
      "speed": "2303 MHz",
      "count": 3
    },
    "memory": {
      "total": "7.73 GB",
      "free": "0.21 GB"
    }
  },
  "workspace": {
    "name": "project-zeus-fw [Dev Container: Dev]",
    "workspaceFile": null,
    "folders": [
      "/workspaces/project-zeus-fw"
    ]
  },
  "extensions": {
    "internal": {
      "nordic-semiconductor.nrf-connect": {
        "version": "2022.6.142",
        "path": "/root/.vscode-server-insiders/extensions/nordic-semiconductor.nrf-connect-2022.6.142",
        "isActive": true
      },
      "nordic-semiconductor.nrf-terminal": {
        "version": "2022.4.61",
        "path": "/root/.vscode-server-insiders/extensions/nordic-semiconductor.nrf-terminal-2022.4.61",
        "isActive": true
      },
      "nordic-semiconductor.devicetree": null,
      "nordic-semiconductor.kconfig": null
    },
    "external": {
      "marus25.cortex-debug": "1.4.4",
      "ms-vscode.cpptools": "1.10.7",
      "ms-vscode.js-debug": "1.69.0",
      "ms-vscode.vscode-js-profile-table": "1.0.3",
      "bierner.markdown-mermaid": "1.14.2",
      "bpruitt-goddard.mermaid-markdown-syntax-highlighting": "1.3.0",
      "eamodio.gitlens": "12.1.1",
      "IBM.output-colorizer": "0.1.2",
      "jeff-hykin.better-cpp-syntax": "1.15.19",
      "llvm-vs-code-extensions.vscode-clangd": "0.1.17",
      "me-dutour-mathieu.vscode-github-actions": "3.0.1",
      "ms-azuretools.vscode-docker": "1.22.0",
      "redhat.vscode-yaml": "1.8.0",
      "streetsidesoftware.code-spell-checker": "2.2.5",
      "trond-snekvik.gnu-mapfiles": "1.1.0",
      "twxs.cmake": "0.0.17",
      "xaver.clang-format": "1.9.0",
      "yzhang.markdown-all-in-one": "3.4.3"
    }
  },
  "tools": {
    "/opt/SEGGER/JLink/JLinkExe": "7.66b",
    "/usr/local/bin/nrfjprog": "10.15.2",
    "/usr/bin/nrfutil": null,
    "/usr/local/bin/cmake": "3.20.5",
    "/usr/local/bin/west": "0.13.1",
    "/usr/bin/python3": "3.8.10",
    "/usr/bin/ninja": "1.10.0",
    "/usr/bin/gperf": "3.1",
    "/usr/bin/dtc": "1.5.0",
    "zephyr-sdk": "Not found",
    "gn": "Not found",
    "/usr/bin/git": "2.25.1"
  },
  "sdks": [
    {
      "version": "2.0.0",
      "path": "/ncs"
    }
  ],
  "toolchains": [],
  "connectedDevices": [
    {
      "serialNumber": "685361793"
    }
  ],
  "deviceProviders": [
    "nrfjprog"
  ],
  "config": {
    "nordic-semiconductor.nrf-connect": {
      "topdir": "${nrf-connect.sdk:2.0.0}",
      "toolchain": {
        "path": ""
      },
      "ozonePath": "",
      "applications": [
        "${workspaceFolder}"
      ],
      "applicationOptions": {},
      "kconfig": {
        "interface": "kconfig"
      },
      "welcome": {
        "showOnStartup": true
      },
      "west": {
        "env": {
          "$base": "terminal"
        }
      },
      "boardRoots": [],
      "enableTelemetry": false,
      "taskBindings": {}
    },
    "nordic-semiconductor.nrf-terminal": {
      "terminalMode": "character"
    },
    "nordic-semiconductor.devicetree": {
      "modules": [
        "${zephyrBase}",
        "${zephyrBase}/../nrf",
        "."
      ],
      "zephyr": "",
      "ctxFile": "",
      "defaultBoard": ""
    },
    "nordic-semiconductor.kconfig": {
      "root": "",
      "env": {},
      "cfiles": true,
      "disable": false,
      "zephyr": {
        "base": ""
      },
      "python": "",
      "liveValue": true
    },
    "marus25.cortex-debug": {
      "armToolchainPath": null,
      "armToolchainPrefix": "arm-none-eabi",
      "gdbPath": null,
      "objdumpPath": null,
      "JLinkGDBServerPath": null,
      "openocdPath": null,
      "pyocdPath": null,
      "PEGDBServerPath": null,
      "stutilPath": null,
      "stlinkPath": null,
      "stm32cubeprogrammer": null,
      "enableTelemetry": true,
      "flattenAnonymous": false,
      "registerUseNaturalFormat": true,
      "variableUseNaturalFormat": true,
      "dbgServerLogfile": null,
      "showRTOS": false,
      "showDevDebugOutput": "none"
    }
  },
  "environment": {
    "westExe": "west",
    "westEnv": {
      "ELECTRON_RUN_AS_NODE": "1",
      "HOME": "/root",
      "PATH": "/vscode/vscode-server-insiders/bin/linux-x64/4c72dedb4ad283a569f83a7389468c3ae2c642c3-insider/bin/remote-cli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
      "ZEPHYR_BASE": "/ncs/zephyr",
      "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr"
    },
    "inherited": {
      "ELECTRON_RUN_AS_NODE": "1",
      "HOME": "/root",
      "PATH": "/vscode/vscode-server-insiders/bin/linux-x64/4c72dedb4ad283a569f83a7389468c3ae2c642c3-insider/bin/remote-cli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
      "ZEPHYR_BASE": "/ncs/zephyr",
      "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr"
    },
    "toolchainPath": ""
  },
  "terminal": {
    "shell": null,
    "defaultProfile": null
  }
}

Let me know if you need any more information or can provide any debugging steps.

Thank you

Parents Reply Children
Related