Single slot app configuration - Nordic DevAcademy Example build issue

Hi, 

I'm currently working on adding DFU over UART to my firmware running on an nRF52dk/nrf52832. 

To have a minimum viable example, I'm trying the DFU over UART exercise sadly, step 1.2 breaks the build.



I'm getting the following output which says that PM_MCUBOOT_SECONDARY_ID is undefined:


I'd like to know how to fix this, as my real firmware bin is larger than slot0 default size.

  • Hi, 

    The l9_e1_sol demonstrates DFU over UART from the application. Step 5.1 indicates that DFU from the application must have two slots. Only the Serial Recovery mode supports updating with a single slot, as shown from Step 1 to Step 4. 

    Regards,
    Amanda H.