Hi.
Previous releases of JB for OMAP4 had the firmware name ducati-m3.bin built into the kernel file arch/arm/mach-omap2/remoteproc.c. Also, the file ducati-m3.bin was included in the tarball device/ti/proprietary-open/omap4/ducati_blaze_tablet.tgz.
Now in the 4AJ.2.3 release, arch/arm/mach-omap2/remoteproc.c specifies the firmware name ducati-m3-core0.xem3. But the ducati tarball still contains ducati-m3.bin, not ducati-m3-core0.xem3.
I tried renaming the firmware, but the format is not what is expected by the core remoteproc driver. drivers/remoteproc/remoteproc_core.c generates the error "rproc remoteproc0: Unsupported class: 2". That's because ducati-m3.bin is ELF class 64 while remoteproc expects ELF class 32.
Where can I obtain ducati-m3-core0.xem3 suitable for 4AJ.2.3?
Regards,
Steve