Tool/software:
Hi TI expert,
I'm trying to build a customized roofs image for SOC J742S2 using the following commands:
./oe-layertool-setup.sh -f configs/processor-sdk-analytics/processor-sdk-analytics-10.00.00-config.txt cd build . conf/setenv echo 'ARAGO_BRAND = "adas"' >> conf/local.conf MACHINE="j742s2-evm" bitbake -k tisdk-adas-image
But I get a error prompt after runing command "MACHINE="j742s2-evm" bitbake -k tisdk-adas-image".
ERROR: Nothing RPROVIDES 'ti-tidl-dev' (but /home/jianghao/tda4ven/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-motovis-image.bb RDEPENDS on or otherwise requires it) ti-tidl RPROVIDES ti-tidl-dev but was skipped: incompatible with machine j742s2-evm-k3r5 (not in COMPATIBLE_MACHINE)
Could you please help to comfirm whether rootfs for SOC J742S2 is well-adapted or not ?
Or Please tell me the method of building J742S2's rootfs image.