Lines Matching refs:to
19 MCUboot itself to load update images into flash over a UART.
33 The serial device to use will be fist selected via chosen
36 the "zephyr,uart-mcumgr" points to the same device as
45 precedence and redirects serial recovery to uart pointed by
51 bool "Allow to select image number for DFU"
57 The mapping of image number to partition is as follows:
74 memory access when data is written to a device with memory alignment
75 requirements. Set to 0 to disable.
82 fragments of 128-bytes, this should not need to be changed unless a
97 be equal to the maximum line length, BOOT_MAX_LINE_INPUT_LEN times
98 by the number of receive buffers, BOOT_LINE_BUFS to allow for
107 on some hardware that has long erase times, to prevent long wait
122 function is required to process these commands.
129 The option enables mcumgr command that allows to erase storage
131 Note that the storage partition needs to be defined, in DTS, otherwise
132 enabling the option will cause a compilation to fail.
143 Use a GPIO to enter serial recovery mode.
150 Used to prevent the bootloader from loading on button press.
152 the one used to place the device in bootloader mode.
155 bool "Wait a prescribed duration to see if DFU is invoked by receiving a MCUmgr comand"
158 If y, MCUboot waits for a prescribed duration of time to allow
159 for DFU to be invoked. The serial recovery can be entered by receiving any
163 int "Duration to wait for the serial DFU timeout in ms"
167 Timeout in ms for MCUboot to wait to allow for DFU to be invoked.
174 retention system (i.e. an application must set the boot mode to stay
181 application that the bootloader can jump to.
205 state command can be used to mark an image as test/confirmed.