I have the same problem. I made the changes as described in the wiki
- https://wiki.yoctoproject.org/wiki/Tracing_and_Profiling#General_Setup
I did a clean and rebuild of the image.
$> bitbake -c clean fsl-image-validation-imx
$> bitbake fsl-image-validation-imx
Then loaded the .sdcard image onto the target. There is no tracing directory as described in the wiki page at /sys/kernel/debug/.
On the target the debugfs, where the tracing sub-directories should be, is mounted,
> debugfs on /sys/kernel/debug type debugfs (rw,relatime).
is there a different image that should be built or a different way to build it?