Tool/software: Linux
hi all,
i already boot ipu2 firmware by bootloader, when kernel start, why remoteproc module try to boot it too? log as following:
[ 1.197777] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[ 1.197817] remoteproc0: 55020000.ipu is available
[ 1.197952] remoteproc0: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2
[ 1.589074] ueventd: firmware: loading 'dra7-ipu2-fw.xem4' for '/devices/platform/44000000.ocp/55020000.ipu/remoteproc0/firmware/dra7-ipu2-fw.xem4'
[ 1.726018] remoteproc0: powering up 55020000.ipu
[ 1.726030] remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 8032388
[ 1.726357] remoteproc0: remote processor 55020000.ipu is now up
[ 1.727318] ueventd: loading /devices/platform/44000000.ocp/55020000.ipu/remoteproc0/firmware/dra7-ipu2-fw.xem4 took 138ms
i have add the following config in kernel DTS:
LATE_ATTACH(ipu2);
LATE_ATTACH(mmu_ipu2);
best regards!