Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

OpneThread with nRF5340

Hi 

I've just nrf5340 DK, I am going to start implementing OpenThread on it but I've not found any article on how we can start.

Please provide full article from start and support tools and ide

Thanks & Regards 

Ajit kumar

Parents
  • Hi,

    nRF5340 is supported in nRF Connect SDK. Please have a look at the documentation and getting started links on this page.

    See Protocols->Thread for details about OpenThread support.

    Best regards,
    Jørgen

  • Hi 

    after building the cli example getting below error:

    2> Linking thread_cli_ftd_uart_pca10056.elf
    2> D:/Program Files/SEGGER/SEGGER Embedded Studio 8.10b/gcc/arm-none-eabi/bin/ld: D:/Projects/misc repos/nrf5_sdk_for_thread_and_zigbee_v4.2.0_af27f76/myProjects/thread/cli/ftd/uart/pca10056/blank/ses/Output/Debug/Exe/thread_cli_ftd_uart_pca10056.elf: TLS sections are not adjacent:
    2> D:/Program Files/SEGGER/SEGGER Embedded Studio 8.10b/gcc/arm-none-eabi/bin/ld: TLS: .tdata
    2> D:/Program Files/SEGGER/SEGGER Embedded Studio 8.10b/gcc/arm-none-eabi/bin/ld: non-TLS: .bss
    2> D:/Program Files/SEGGER/SEGGER Embedded Studio 8.10b/gcc/arm-none-eabi/bin/ld: TLS: .tbss
    2> D:/Program Files/SEGGER/SEGGER Embedded Studio 8.10b/gcc/arm-none-eabi/bin/ld: map sections to segments failed: bad value
    2> Build failed
    Build failed

Reply
  • Hi 

    after building the cli example getting below error:

    2> Linking thread_cli_ftd_uart_pca10056.elf
    2> D:/Program Files/SEGGER/SEGGER Embedded Studio 8.10b/gcc/arm-none-eabi/bin/ld: D:/Projects/misc repos/nrf5_sdk_for_thread_and_zigbee_v4.2.0_af27f76/myProjects/thread/cli/ftd/uart/pca10056/blank/ses/Output/Debug/Exe/thread_cli_ftd_uart_pca10056.elf: TLS sections are not adjacent:
    2> D:/Program Files/SEGGER/SEGGER Embedded Studio 8.10b/gcc/arm-none-eabi/bin/ld: TLS: .tdata
    2> D:/Program Files/SEGGER/SEGGER Embedded Studio 8.10b/gcc/arm-none-eabi/bin/ld: non-TLS: .bss
    2> D:/Program Files/SEGGER/SEGGER Embedded Studio 8.10b/gcc/arm-none-eabi/bin/ld: TLS: .tbss
    2> D:/Program Files/SEGGER/SEGGER Embedded Studio 8.10b/gcc/arm-none-eabi/bin/ld: map sections to segments failed: bad value
    2> Build failed
    Build failed

Children
No Data
Related