Using an nRF54L15 here (if that matters) and adding mcuboot via sys build to my project. Couple questions:
- How would one adjust the logger baud rate to something other than 115200?
- How does one set the baud rate for the serial recovery?
Using an nRF54L15 here (if that matters) and adding mcuboot via sys build to my project. Couple questions:
- How would one adjust the logger baud rate to something other than 115200?
- How does one set the baud rate for the serial recovery?
Hi,
You can use an overlay to change the baud rate as
&uart20 { current-speed = <9600>; };
Check out this nRF Connect SDK Fundamentals course provides additional information on customizing applications, including changing the baud rate.
Regards,
Amanda H.
Hi,
You can use an overlay to change the baud rate as
&uart20 { current-speed = <9600>; };
Check out this nRF Connect SDK Fundamentals course provides additional information on customizing applications, including changing the baud rate.
Regards,
Amanda H.
Sorry I wasn't more clear: how do I change the baudrate for logging and serial recovery with respect to MCUboot only (without affecting the main application's settings)?
You can create the nrf54l15dk_nrf54l15_cpuapp.overlay under sysbuild/mcuboot/boards for changing.