Skip to content

Shell does not work on nrf54l15bsim using zephyr,native-pty-uart #93005

Answered by aescolar
JaagupAverin asked this question in Q&A
Discussion options

You must be logged in to vote

Anyhow, if you really want to use the zephyr,native-pty-uart with the nrf54l15bsim, you should also be able to do so:
This would seem equivalent to what you are trying to do(?):
samples/subsys/shell/shell_module/boards/nrf54l15bsim_nrf54l15_cpuapp.overlay:

/ {
    chosen {
        zephyr,console = &uart_pty_0;
        zephyr,shell-uart = &uart_pty_0;
    };

    uart_pty_0: uart_pty_0 {
        compatible = "zephyr,native-pty-uart";
        status = "okay";
    };
};

&uart20 {
   status = "disabled";
};
diff --git a/samples/subsys/shell/shell_module/prj.conf b/samples/subsys/shell/shell_module/prj.conf
index ff7c665b381..438eae99ea1 100644
--- a/samples/subsys/shell/shell_module/prj.conf

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@JaagupAverin
Comment options

@JaagupAverin
Comment options

Comment options

You must be logged in to vote
1 reply
@JaagupAverin
Comment options

Answer selected by JaagupAverin
Comment options

You must be logged in to vote
2 replies
@JaagupAverin
Comment options

@aescolar
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
platform: nRF BSIM Nordic Semiconductors, nRF BabbleSim
2 participants
Converted from issue

This discussion was converted from issue #92948 on July 11, 2025 08:53.