Hi everybody,
I'm struggling against virtual to physical addressing conversion.
Following linux.cmm example I do:
Go __init_end
but it doesn't stop.
But I can see kernel symbols.
If I do bootm, than I stop the execution, I can see __log_buf .
Is there any good practise to attach in stop-mode kernel debugging?
Maybe running bootm 80108000
Stopping the execution somewhere.
Loading vmlinux symbol correctly.
I think that .cmm examples that set R1 and cmdline can't start the kernel correctly as u-boot is able to do.
Any .cmm example is available for DM3730 EVM?
Thanks,
Raffaele