Hi
My software version: visionSDK3.08.
I use Early Boot and Late Attach to reduce startup time, and then load remoteproc in init-demo.sh.
Perform the following operations before starting apps.out:
modprobe remoteproc
modprobe virtio_rpmsg_bus
modprobe omap_remoteproc
modprobe rpmsg_proto
modprobe rpmsg_rpc
Seen from the kernel log:
powering up 58820000.ipu
Booting fw image dra7-ipu1-fw.xem4
These operations took 0.8s in total.
Isn't remote croe already activated in MLO?
Can these drivers be appropriately deleted or delayed to save startup time?