This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2HG: [Booting optimisation] fast boot for Link&chain in IPUs

Part Number: TDA2HG

Hello:

 we're working on visonsdk 3.08 with Linux+RTOS

here are the usecase:

UseCase: chains_csi2CalMultiCam_View

Capture -> Dup_Capture
Dup_Capture -> Alg_Camera(A15)
Dup_Capture -> VPE_4In1 -> Alg_Mosaic -> Alg_Camera(A15)

DispDistSrc_weston -> DssM2mWb-> Display_m4

PushFramePsld(A15) -> Dup1 -> Alg_psld_imageprocess (EVE1) -> Alg_psld_parkingdetection (DSP1) ->  AlgoResultPsld(A15)

PushFrameSod(A15) -> Dup2 ->  Alg_sod_feature (EVE2) -> Alg_sod_classifier (DSP2) ->  AlgoResultSod(A15)

for booting optimisation, we apply the early-boot and late attach. but the whole link&chain are started from linux side to initiatite the pluggin on different IPUs(IPU2/EVE/DSP), the apps.out will take more than 4s to complete.

my question:

 is there way to let the IPUs initiate own pluggin in early boot phase and late attach?