This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm365 with dvsdk 4.02 printascii debugging

Hello,

I have some difficulties to run dvsdk 4.02 linux kernel  on custom hardware. The last thing I see on serial console is info about decompression. I decided to debug this problem using printascii function in printk, but I can make it working. I expected that there may be some problem because I'm using UART1 - in debug-macro.S, there was wrong base address so I rewrote it to correct one (DAVINCI_UART1_BASE in serial.h was also wrong for dm365), but it didn't helped.

I hoped that it will work on dm365 evm board with UART0, but after allowing low level debug and putting printascii into the printk function, no additional output appears on the console.

Can someone help me with this problem, please?

regards
Jan