Hi everyone, I've been trying to get ARM semihosting syslog working on a RP2040 board for a little while (debugged using Pi's debugprobe). I added this into my defconfig:
CONFIG_ARM_SEMIHOSTING_SYSLOG=y CONFIG_SYSLOG_CHARDEV=y (inspired by sama5d3-xplained's ethernet-over-usb-2-high-speed defconfig) and this in my OpenOCD script: monitor arm semihosting enable monitor arm semihosting_fileio enable Syslog disappears from the UART console, but doesn't appear in OpenOCD... Am I doing something wrong? Does someone have an example of a working syslog over ARM semihosting example? Is there an easy way to debug what's going on? Cheers, Jean