Hello Nordic Dev Zone,
I have been developing on the nrf5340pdk and recently switched to the nrf5340dk.
I utilized the COM console output for app/net cores via the `minicom -d /dev/ttyACM1` and `minicom -d /dev/ttyACM2`. The pdk required that P0.25 and P0.26 are connected to Rx and Tx via physical wire.
I am under the impression from the documents, that the nrf5340dk doesnt not require the extra wiring. Unfortunately, I am not able to get any console output from the netcore via /dev/ttyACM0 or ACM1 for the nrf5340dk.
The netcore seems to be running the firmware code, since the appcore is receiving IPM RPM messages from the netcore.
```
CONFIG_LOG=y
# CONFIG_USE_SEGGER_RTT=y
# CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=y
```
I've tried disabling the Mass Storage via JLinkExe but there is still no console output for net core. The appcore console oeutput seems to be working OK.
https://docs.zephyrproject.org/latest/guides/tools/nordic_segger.html
Thank you for your support