This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2340R5: Serial Boot Loader for zboss zigbee of the cc2340R5

Part Number: CC2340R5
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

The mcuboot example  in the simplelink_lowpower_f3_sdk sdk

1. The zigbee coordinator or router application image is about 290k, if set the two slot in the flash ,there is not enough space for application images.

Whether to set a one slot,and download application images in the slot by the serial port.

2. Uniflash downloads the firmware,How to combine boot.hex and APP.hex.

3.How to configure  the zigbee project  support bootloader .

  • Hello,

    1. That is correct, whereas the ZED role would be able to use external flash or dual images, the ZC/ZR roles can only utilize an external flash option.

    2. Typically MCUBoot is being used for OTA, and thus the imgtool is used to create a *.bin application image which could then be combined with the mcuboot.hex using SRecord to create a production image (ignore the BIM references as this is for a separate solution).

    3. An upcoming SimpleLink F3 SDK will include Zigbee OTA examples which will demonstrate how the projects can support MCUBoot usage.

    Your E2E post title indicates serial bootloader usage, not OTA, and if this is the case then MCUBoot is not necessary and you should be looking at the TI_CC2340_Linux_SBL tool

    Regards,
    Ryan