Hi, Thanks to your help I've set up the USB Debug config option, and retrieved the logs with a Rasperry Pi 4.
However the logs seems truncated, just like if the log buffer is not flushed on the console until it is full ?
For instance the last output showed on the console is :
[...] BS: BS_PAYLOAD_LOAD times (ms): entry 0 run 22 exit 0 ICH-NM10-PCH: watchdog disabled Jumping to boot code at 000fd258(7f688000)
But if I use CBMEM on the machine there is other lines after this one, this is problematic because when I try to debug with the other memory stick the last lines showed on the console are PRE ram initialization :
[...] System Agent: Initializing PCH (SMBUS) System Agent: Initializing PCH (USB) USB
How would it be possible to get full logs when using debug usb ?