Bootloader via UART without shell

I have a custom board with STM32L4 and nrf52840 micros. I need to upgrade the nrf52 micro with an image saved into the flash of the STM32L4 micro, so I have not a shell just an UART.

I have used the MCUMGR module to upgrade a board connected via USB to a linux pc.

My firmware is programmed with nrf connect sdk 2.2.0.

Parents Reply
  • Thansk for the fast reply!

    I checked it and now I understand better. Anyway I have some questions. The SMP client has to be on the STM32 micro and the server on the nrf52 micro, but I cant find a client SMP sample for UART. I just found this repository with a SMP client for BLE  but it says in the step 6 and 7 that a button has to be pressed.

    So i have the next problems:


    1º) I cant find a SMP client for UART

    2º) I have not buttons availables to press on my custom board.

Children
Related