Tool/software: Linux
Hi,
We are bringing up a custom board based on AM572x GP EVM, using SDK 4.3.0.5. We have got SPL and U-boot running, but are facing a couple of problems after kernel boots.
(1) A kernel panic after kernel starts. From log buffer it appears to be at:
__pm_runtime_idle
davinci_mcasp_probe+0x9b4
Since we are not using any audio functions, those audio pins are not used. I suspect this might be the problem, so I think I should disable the sound0 in device tree. Is this the right approach?
(2) I still cannot see any printouts from our console, we are using uart1 rather than uart3 (as on EVM). Although we got it working in U-boot, and I've changed the CONSOLEDEV from "ttyO2" to "ttyO0" which got passed in as the bootarg, but I still cannot see any output on console. I assume if uart3=ttyO2, uart1=ttyO0. What did I miss?
Thanks for your advice!
Jan