Hi guys,
For TDA4VM evm board, i was following this guide:
Most of it I understood,
initilay make -uboot failed because of some hard-coded paths, but that was fixed rapidly then I went and did: make u-boot
I changed the BINMAN, in according to this thread: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1292691/tda4vh-q1-how-to-change-the-dm-thing-in-uboot-build/4908314#4908314
&binman {
ti-dm {
filename = "ti-dm.bin";
blob-ext {
filename = "ti-dm/j721e/csl_mcan_evm_loopback_app_mcu1_0_release_strip.xer5f";
};
};
I copied both
I made : make u-boot install ( i have the boot variables ), and now......
How can I put some software on the mcu1_0?
Br, MIrcea