Skip to content

Commit 28f30b3

Browse files
committed
Adjust steps L9E1
1 parent e501e64 commit 28f30b3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

l9/l9_e1_sol/sysbuild/mcuboot.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# STEP 2.3 - Enable logging for MCUboot
22
CONFIG_LOG=y
3-
CONFIG_MCUBOOT_LOG_LEVEL_WRN=y
3+
CONFIG_MCUBOOT_LOG_LEVEL_INF=y
44

55
#STEP 3.1 - Enable Serial Recovery over UART
66
CONFIG_MCUBOOT_SERIAL=y

l9/l9_e1_sol/sysbuild/mcuboot.overlay

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
};
99

1010

11+
/* STEP 2.5 - Configure mcuboot start partition */
1112
/ {
1213
chosen {
1314
zephyr,code-partition = &boot_partition;
1415
};
15-
};
16+
};

0 commit comments

Comments
 (0)