devicetree in VS code

Hi 

I would like to use DeviceTree in VS code. The VS code had installed "nRF Connect for VS Code Extension Pack" and tools chain.

But I can't see any file in "DEVICETREE VISUAL EDITOR".

What is missing? Is it not yet install? If yes, please let me know how to install it.

I know it is very simple for you, but I need your hint to fix it. Please share your advise with me.

Good device treemy NG device tree

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// IMPORTANT: The following data can contain sensitive or confidential information about your environment.
// If you do not want others to see this information, make sure to remove it before sharing the data.
// For help and support, visit Nordic Semiconductor's DevZone at https://devzone.nordicsemi.com/.
{
"platform": {
"os": "win32",
"osVersion": "Windows 10 Pro N",
"osKernel": "10.0.19045",
"vscode": "1.96.2",
"electron": "32.2.6",
"node": "v20.18.1"
},
"system": {
"date": "2024-12-24T05:04:40.059Z",
"vscodeRoot": "c:\\Users\\Owner\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
"nrfConnectForDesktopInstalled": true,
"vscodeUptime": "00:00:44",
"osUptime": "03:17:48",
"cpu": "AMD Ryzen 5 5600G with Radeon Graphics"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parents
  • Hello,

    I will look into your issue. Could you tell me what happens when you open the DEVICETREE VISUAL EDITOR? Do you see any message? If so, please share a screenshot of the entire screen.

    Additionally, can you try double-clicking the build info of the application you have built? You can find this when you expand the build under the Application tab.

    Please see the screenshot below:

    Kind Regards,

    Abhijith

  • Hi Abhijith,

    Referring to the attached picture, I have selected the build info of the application, but the "Devicetree" tag is not present. However, when I perform the same operation with a built-in example, the "Devicetree" tag appears.

    My English is not very good, and I may not fully understand your instructions. Please let me know if you need any additional information. I will do my best to provide it.

    Thank you.

    Best regards,
    LC

  • expand and hit the subtree of the build 

Reply Children