Other Parts Discussed in Thread: AM69
HI Ti ,
Working on AM62X ,SDK_09_02_01_09 .
Could you please help me how to configure my custom machine name in yocto build .
What are the files are required to change machine name so that image can be built with my custom name .
i made below changes
- yocto_Workspace/tisdk/sources/meta-ti/meta-ti-bsp/conf/machine/am62xx-evm.conf , here i created file am62xx-custom.conf and copied the content of am62xx-evm.conf file
- MACHINE NAME set as am62xx-custom in build/conf/local.conf
- what shoud i write COMPATIBLE MACHINE in Yocto_Workspace/tisdk/sources/meta-ti/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc ? COMPATIBLE_MACHINE = "ti-soc | am62xx-custom" ?
Getting below compilation issues :
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
MACHINE=am62xx-custom-k3r5 is invalid. Please set a valid MACHINE in your local.conf, environment or other configuration file.
Please suggest in any where should i change the machine name ?
Thanking you in advance
Thanks,
Naresh