Tool/software:
I am doing a custom Yocto build for the J722SXH01EVM eval board and trying to get the device booting from USB
I have replaced:
with:
The error message is:
+ install -m 0644 /home/matthewf/werk/opto22/build/meta-opto/builds/grv-epic-pr3/tmp-glibc/work/grv_epic_pr3-opto22-linux/linux-ti-staging-rt/6.1.119+gitAUTOINC+9e8992fb83-r0b/bui
ld/u-boot-grv-epic-pr3*.dtb /home/matthewf/werk/opto22/build/meta-opto/builds/grv-epic-pr3/tmp-glibc/work/grv_epic_pr3-opto22-linux/linux-ti-staging-rt/6.1.119+gitAUTOINC+9e8992fb
83-r0b/deploy-linux-ti-staging-rt/
install: cannot stat '/home/matthewf/werk/opto22/build/meta-opto/builds/grv-epic-pr3/tmp-glibc/work/grv_epic_pr3-opto22-linux/linux-ti-staging-rt/6.1.119+gitAUTOINC+9e8992fb83-r0b
/build/u-boot-grv-epic-pr3*.dtb'
: No such file or directory
How can I resolve this?
If I use "UBOOT_MACHINE = "j722s_evm_r5_defconfig", instead of UBOOT_CONFIG in the machine file, the build succeeds, but doesn't have the bits needed for USB boot.