DFU over UART serial recovery

I need to work on single bank DFU from esp32 to nrf52833. I found a website with instructions on single bank configuration here: academy.nordicsemi.com/.../topic /exercise-1-dfu-over-uart/. I have configured the nrf52833 in serial recovery mode.
In that site use "mcumgr" to dfu down DK nrf52833. But I want to use my esp32 to DFU down to nrf52833, is there any way?

Parents Reply
  • Hi,

    I don't know how use BOOT_SERIAL_ENTRANCE_GPIO.

    My mcuboot.conf:


    CONFIG_LOG=y
    CONFIG_MCUBOOT_LOG_LEVEL_INF=y
    # Enable MCUboot Serial Recovery
    CONFIG_MCUBOOT_SERIAL=y
    CONFIG_BOOT_SERIAL_UART=y
    CONFIG_UART_CONSOLE=n

    CONFIG_SINGLE_APPLICATION_SLOT=y

    CONFIG_MCUBOOT_INDICATION_LED=y

    CONFIG_BOOT_SERIAL_ENTRANCE_GPIO=y
    CONFIG_BOOT_SERIAL_DETECT_DELAY=300
    How do i use a GPIO to enter serial recovery mode
Children
Related