My ultimate goal is to install system software onto a custom imx8m nano based system.
The system will be running Audindate software and they have a reference EVK, but it's based on the mini; not the nano. I can build their system software, but to be useful on my system I need to change it to target the nano. What is involved with making that change?
The NXP EVK yocto build is setup to target a device by selecting MACHINE when you setup the build tree. But, the Audindate build is not yocto. It has a defconfig file that I guess is for the mini. How does one change a defconfig from one machine/target to another.
FYI: instead of changing the Audinate build to target nano I could start with the NXP build that targets the nano and customize it for the Audindate software. I don't know how to do that either. But, wanted to mention that in case you think my current plan is less than wise.
Hello,
Since we work with Yocto, we do not have references to do the migration with other tools. You can take a look into the i.MX8MN recipe and use it as a reference to compare the build configuration for i.MX8MM and i.MX8MN.
Best regards.