I am working on a custom board featuring a nrf9160, when i run the zephyr hello_world application with:
Everything works and i can see the output in JLinkRTTViewer. But when i enable:
i get no output at all. The application seems to be running since i can see the current consumption changing.
I found this: Cannot see both bootloader and application RTT output #53544 Closed which seems to be an issue with only being able to see either mcuboot logs or applications logs which is not really the case for me. I cant see anything.
But i tried to add the patches suggested by giansta but it still does not work. This is part of what i got from objdump on the .elf file:
I have also tried to disable logs from mcuboot by adding a child_image/mcuboot.conf with:
but this also did not work.
I am on Ubuntu 22.04.5 LTS
using nrf connect sdk 2.6.1 and J Link V7.94i.