I have a omap3 based linux system, and managed to read the 4K ETB memory.
When I tried de decode with td.exe, it doesn't complain, but the result is empty, something like
"Program Address","Program Data","Read Address","Read Data","Read Size (In Bits)","Write Address","Write Data","Write Size (In Bits)","Cycles","Trace Status","Function"
"","","","","","","","","","Start of trace",""
"","","","","","","","","","End of trace",""
When I tried de convert with bin2tdf, there isn't any error, and produce a .tdf file. When I tried to open with Trace Display, it asks a COFF file, but my file(vmlinux) is in ELF format.
Anyone knows how to make it work with ELF or a converter from ELF to COFF?
Thanks.