Skip to content

Commit 5c5c153

Browse files
trantanennordicjm
authored andcommitted
samples: cellular: modem_shell: Temp fix for Thingy91x
Setting CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n because having it enabled makes Thingy91x jam early in the boot. Suspecting nrfconnect/sdk-zephyr#2146 Proper fix will be analyzed and handled in NCSDK-29992. Signed-off-by: Tommi Rantanen <[email protected]>
1 parent 5c0975e commit 5c5c153

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/cellular/modem_shell/boards/thingy91x_nrf9151_ns.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ CONFIG_IMG_MANAGER=y
1414
CONFIG_STREAM_FLASH=y
1515
CONFIG_MCUBOOT_IMG_MANAGER=y
1616
CONFIG_IMG_ERASE_PROGRESSIVELY=y
17+
18+
# Hopefully a temporary UART config to fix jam in the boot
19+
CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n

0 commit comments

Comments
 (0)