Hello,
I am using the i.MX 8M Plus lpddr4 EVK board for building a Yocto project, and I am trying to locate the `asm/arm/ddr_memory_map.h` file or any memory map file related to my build.
I have tried using the `find` command to search through my build directories but have not been successful:
Could someone guide me on where this file might be located or if there is another method to find it within the Yocto build system?
Any advice or pointers to documentation would be greatly appreciated.
Thank you!
Best regards,
srinivas
Have a try to git log or grep.
Regards
Harvey