Hello support!!!
I use ti-processor-sdk-linux-am57xx-evm-06.03.00.106 on am5749(custom board).
How you can see here: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/946966/linux-am5749-how-to-add-sata-ssd-drive/3512990#3512990
I realized load U-boot from S25FL256S (qspi1) and load the kernel and device tree from SATA. Everything work is fine except Opencl examples (located here: /usr/share/ti/examples/opencl/) and everything what use Opencl.
I have errors like this one: TIOCL FATAL: Failed to open EVE message queue
The reason is very simple. I 've wrote MLO and u-boot.img on S25FL256S but I forgot about this one: dra7-ipu1-fw.xem4.
The qustion is:
1.How to write dra7-ipu1-fw.xem4 on S25FL256S for normal work Opecl through U-boot.
2.Where exactly it is should be located. I mean adress or maybe it is doesn't matter.
3.dra7-ipu1-fw.xem4 used for loading some frimeware on EVE cores?
4.Why in system we should have two dra7-ipu1-fw.xem4 files. First on boot part another one located lib/firmware is it correct?
BR,
Oleg