/ { chosen { /* MCUboot 从 boot_partition 启动(Nordic 教程 Step 2.5) * Serial Recovery 使用板级 dts 中的 zephyr,uart-mcumgr = &usart1 * console 使用 zephyr,console = &usart3(调试口) */ zephyr,code-partition = <&boot_partition>; }; };