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.

TDA2PXEVM: QSPI Read/Write/Erase Sector

Part Number: TDA2PXEVM

Hello All,

I am working on TDA2PXEVM and vision sdk 3.07 and has usecase running on HLOS.

I have a plugin which is running on DSP1 and kept on location vision_sdk/apps/src/rtos/alg_plugins/


Is it possible to use system calls for QSPI Erase/Read/Write from HLOS usecase file? or from plugin?

Purpose of using the QSPI is we need to store some data on QSPI sector which can be accessible across cores.

Regards

Shantanu Joshi.

  • Hi,

    Why don't you go with shared memory? this is also can be accessible from the all core right?

    Thanks

    Gaviraju

  • Hello Gaviraju

    Currently I am using .bss:extMemNonCache:linkStats data section.

     Right now I am able to access the data across the cores say in the same power cycle. Will it be saved for the next power cycles as well?

    Regards

    Shantanu

  • Santanu,

    In order to access the data across power cycles, you need to save data in non-volatile memory..

    Rgds,

    Brijesh

  • Hello Brijesh

    Yes for that I am trying to save the data in QSPI Flash memory but while compilation I am facing linking errors as follows,

    undefined              first referenced                                                                                                                                     
      symbol                    in file                                                                                                                                          
     ---------              ----------------                                                                                                                                     
     System_qspiEraseSector /home/root123/Megha/VSDK/vision_sdk/binaries/apps/tda2px_evm_linux_all/lib/tda2px-evm/66/release/app_alg_plugins.ae66<chains_ssd_config_gateway.oe66>
     System_qspiWriteSector /home/root123/Megha/VSDK/vision_sdk/binaries/apps/tda2px_evm_linux_all/lib/tda2px-evm/66/release/app_alg_plugins.ae66<chains_ssd_config_gateway.oe66>

    error: unresolved symbols remain
    error: errors encountered during linking;
       "/home/root123/Megha/VSDK/vision_sdk/binaries/apps/tda2px_evm_linux_all/visi
       on_sdk/bin/tda2px-evm/vision_sdk_c66xdsp_1_release.xe66" not built
    /home/root123/Megha/VSDK/vision_sdk/build/rtos/makerules/rules_66.mk:272: recipe for target '/home/root123/Megha/VSDK/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_c66xdsp_1_release.xe66' failed
    make[7]: *** [/home/root123/Megha/VSDK/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_c66xdsp_1_release.xe66] Error 1
    /home/root123/Megha/VSDK/vision_sdk/build/rtos/makerules/common.mk:271: recipe for target 'c66xdsp_1' failed
    make[6]: *** [c66xdsp_1] Error 2
    MAKEFILE.MK:116: recipe for target 'apps_dsp1' failed
    make[5]: *** [apps_dsp1] Error 2
    make[5]: *** Waiting for unfinished jobs....
    #
    # /home/root123/Megha/VSDK/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_arp32_1_release.xearp32F created.
    #
    WARNING: The runtime version supported by this application is unavailable.
    Using default runtime: v4.0.30319
    Parsing the input object file, /home/root123/Megha/VSDK/vision_sdk/binaries/apps/tda2px_evm_linux_all/vision_sdk/bin/tda2px-evm/vision_sdk_arp32_1_release.xearp32F.
    File conversion complete!
    MAKEFILE.MK:31: recipe for target 'apps' failed
    make[4]: *** [apps] Error 2
    MAKEFILE.MK:318: recipe for target 'apps' failed
    make[3]: *** [apps] Error 2
    Makefile:175: recipe for target 'apps_exe' failed
    make[2]: *** [apps_exe] Error 2
    Makefile:38: recipe for target 'apps' failed
    make[1]: *** [apps] Error 2
    Makefile:12: recipe for target 'vision_sdk' failed
    make: *** [vision_sdk] Error 2

     


    I am calling these system calls from plugin itself which is kept at RTOS location.

    Regards

    Shantanu

  • Shantanu,

    But it looks like you are trying to access it from C6x. QSPI is supported on IPU or A15. So In order to access them, please build qspi driver and helper functions for C6x and try to call it.

    Rgds,

    Brijesh

  • Hello Brijesh

    I will try building qspi driver and helper function for c6x and will let you know.

    Regards

    Shantanu

  • Hello,

    I am working on the following usecase,

    NullSource (A15) -> Decode -> VPE -> Sync -> Dup -> Gate_A  -> Alg_A (DSP1) -> Display_HDMI
                                  
    Dup -> Gate_B -> Alg_B (DSP1) -> SgxFrmcpy (A15) -> Display_LCD

    ABCLink (IPU1_0) -> Display_Grpx

     


    Now I have put the QSPI read call in VPE link's create function so while running the usecase I am facing following assertion,

     [HOST] [IPU1-0]     23.890380 s:  IPC_IN_0   : Create in progress !!!
     [HOST] [IPU1-0]     23.891478 s:  IPC_IN_0   : Create Done !!!
     [HOST] [IPU1-0]     23.891874 s:  DECODE: Create in progress ... !!!
     [HOST] [HOST  ]     23.890136 s:  IPC_OUT_0   : Create in progress !!!
     [HOST] [HOST  ]     23.890197 s:  IPC_OUT_0   : Create Done !!!
     [HOST] [IPU1-0]     24.096047 s:  DECODE: Creating CH0 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ...
     [HOST] [IPU1-0]     24.298084 s:  DECODE: Creating CH1 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ...
     [HOST] [IPU1-0]     24.500213 s:  DECODE: Creating CH2 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ...
     [HOST] [IPU1-0]     24.702433 s:  DECODE: Creating CH3 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ...
     [HOST] [IPU1-0]     24.703348 s:  DECODE: All CH Create ... DONE !!!
     [HOST] [IPU1-0]     24.705179 s:  DECODE: Create ... DONE !!!
     [HOST] [IPU1-0]     24.705636 s:  VPE: Create in progress !!!
     [HOST] [IPU1-0]     24.705728 s:  SSD CONFIG: SSDConfig_LoadSector!
     [HOST] [IPU1-0]     24.705789 s:  QSPI Read Started, please wait!
     [HOST] [IPU1-0]     24.705880 s:
     [HOST] [IPU1-0]     24.705911 s:  ### XDC ASSERT - ERROR CALLBACK START ###
     [HOST] [IPU1-0]     24.705972 s:
     [HOST] [IPU1-0]     24.706124 s: E_hardFault: FORCED
     [HOST] [IPU1-0]     24.706185 s:
     [HOST] [IPU1-0]     24.706216 s:  ### XDC ASSERT - ERROR CALLBACK END ###
     [HOST] [IPU1-0]     24.706277 s:
     [HOST] [IPU1-0]     24.706490 s:
     [HOST] [IPU1-0]     24.706521 s:  ### XDC ASSERT - ERROR CALLBACK START ###
     [HOST] [IPU1-0]     24.706582 s:
     [HOST] [IPU1-0]     24.706704 s: E_busFault: PRECISERR: Immediate Bus Fault, exact addr known, address: 4b300064
     [HOST] [IPU1-0]     24.706795 s:
     [HOST] [IPU1-0]     24.706856 s:  ### XDC ASSERT - ERROR CALLBACK END ###
     [HOST] [IPU1-0]     24.706917 s:

     


    can you give any suggestion on how can I resolve this XDC_ASSERT?

    Regards

    Shantanu

  • Hi,

    please share the log from the boot?

    Thanks

    Gaviraju

  • Hello,

    Please find the attached log file.

    dra7xx-evm login: root
    root@dra7xx-evm:~# cd /opt/vision_sdk/
    root@dra7xx-evm:/opt/vision_sdk# ./vision_sdk_load.sh 
    insmod: ERROR: could not load module ./bin/cmemk.ko: No such file or directory
    Error: I2C Read failed
    Error: I2C Read failed
    Error: I2C Read failed
    ./disableDssInterruptsOnA15.sh: line 11: COMMANDS: command not found
    ./disableDssInterruptsOnA15.sh: line 12: COMMANDS: command not found
    ./disableDssInterruptsOnA15.sh: line 13: COMMANDS: command not found
    ./disableDssInterruptsOnA15.sh: line 14: COMMANDS: command not found
    ./disableDssInterruptsOnA15.sh: line 15: COMMANDS: command not found
    ./disableDssInterruptsOnA15.sh: line 16: COMMANDS: command not found
    ./disableDssInterruptsOnA15.sh: line 17: COMMANDS: command not found
    ./disableDssInterruptsOnA15.sh: line 18: COMMANDS: command not found
    ./disableDssInterruptsOnA15.sh: line 19: COMMANDS: command not found
    updated  value is 
    
    
    COMMANDS
    
            ### WARNING ###: use the following [read | write | set bit | clear bit | dump] commands at your own risk!
            No address check done, may generate:
              - bus error (invalid or not accessible <physical address>,
              - platform crash/hang (bad <value>).
    
                Read any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.
    
                Write <value> at any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.
    
                Set bit at <position> into any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.
    
                Clear bit at <position> into any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.
    
                Dump a range of OMAP memory addresses, from <start address> to <end address>.
                Note all addresses within given range must be valid and accessible.
    
            ### WARNING ###: use the following I2C [read | write] commands at your own risk!
            No address check done, may generate:
              - I2C bus error (invalid or not accessible <physical address>,
              - platform crash/hang (bad <value>).
    
                Read I2C register at address <addr> from I2C chip at <chip-addr> on I2C <bus>.
    
                Write <value> in I2C register at address <addr> from I2C chip at <chip-addr> on I2C <bus>.
    root@dra7xx-evm:/opt/vision_sdk# ./apps.out 
     [HOST]  OSA: MEM: 0: Mapped 0xa0100000 to 0xb6a19000 of size 0x00100000 
     [HOST]  OSA: MEM: 1: Mapped 0x84203000 to 0xa6e19000 of size 0x0fc00000 
     [HOST]  OSA: MEM: 2: Mapped 0xa0200000 to 0xa6d59000 of size 0x00040000 
     [HOST]  OSA: MEM: 3: Mapped 0xa02c0000 to 0xa6d99000 of size 0x00080000 
     [HOST]  OSA: MEM: 4: Mapped 0x00000000 to 0x00000000 of size 0x00000000 
     [HOST]  OSA: IPU1-0 Remote Log Shared Memory @ 0xa0200000
     [HOST]  OSA: HOST Remote Log Shared Memory @ 0xa024f140
     [HOST]  OSA: DSP1 Remote Log Shared Memory @ 0xa02769e0
     [HOST]  OSA: EVE1 Remote Log Shared Memory @ 0xa02c5b20
     [HOST] [IPU1-0]      3.995729 s: 
     [HOST] [IPU1-0] WARNING: Device Id Does not Match
     [HOST] [IPU1-0]      4.015921 s: 
     [HOST] [IPU1-0]  EVE1 Image Load Completed 
     [HOST] [IPU1-0]      4.016043 s: 
     [HOST] [IPU1-0]  EVE MMU configuration completed 
     [HOST] [IPU1-0]      4.016104 s:  ***** IPU1_0 Firmware build time 17:07:58 Aug 20 2020 
     [HOST] [IPU1-0]      4.016256 s:  *** SYSTEM: CPU Frequency <ORG = 212800000 Hz>, <NEW = 212800000 Hz>
     [HOST] [IPU1-0]      4.019154 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [IPU1-0]      4.029006 s:  UTILS: CIO: Init Done !!!
     [HOST] [IPU1-0]      4.029097 s:  SYSTEM: IPC init in progress !!!
     [HOST] [IPU1-0]      4.029189 s:  SYSTEM: Attaching to [DSP1] ... 
     [HOST] [IPU1-0]      4.031812 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
     [HOST] [IPU1-0]      4.042762 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
     [HOST] [IPU1-0]      4.042853 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
     [HOST] [IPU1-0]      4.043006 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
     [HOST] [IPU1-0]      4.043128 s:  SYSTEM: Notify init done !!!
     [HOST] [IPU1-0]      4.044836 s:  SYSTEM: MsgQ init done !!!
     [HOST] [IPU1-0]      4.045781 s: RpmsgInit in progress...
     [HOST] [IPU1-0]      4.045873 s: Connection established with HLOS, calling rpmsgInit
     [HOST] [IPU1-0]      4.046452 s:  SYSTEM: IPC init DONE !!!
     [HOST] [IPU1-0]      4.053132 s:  SYSTEM: System Common Init Done !!!
     [HOST] [IPU1-0]      4.053223 s:  SYSTEM: System Init in progress !!!
     [HOST] [IPU1-0]      4.053315 s:  SYSTEM: BSP Common Init in progress !!!
     [HOST] [IPU1-0]      4.053376 s:  SYSTEM: BSP Common Init Done !!!
     [HOST] [IPU1-0]      4.053437 s:  SYSTEM: BSP Platform Init in progress !!!
     [HOST] [IPU1-0]      4.053589 s:  SYSTEM: BSP Platform Init Done !!!
     [HOST] [IPU1-0]      4.053650 s:  SYSTEM: FVID2 Init in progress !!!
     [HOST] [IPU1-0]      4.053803 s:  SYSTEM: FVID2 Init Done !!!
     [HOST] [IPU1-0]      4.053864 s:  SYSTEM: VPS Init in progress !!!
     [HOST] [IPU1-0]      4.053925 s:  SYSTEM: VPDMA Descriptor Memory Address translation ENABLED [0x80000000 -> 0x80000000]
     [HOST] [IPU1-0]      4.057128 s: *** VPDMA Firmware Loading... ***
     [HOST] [IPU1-0]      4.057250 s: VPDMA Firmware Address = 0xa035b5c0
     [HOST] [IPU1-0]      4.057341 s: VPDMA Load Address     = 0x4897d004
     [HOST] [IPU1-0]      4.057433 s: VPDMA Firmware Version = 0x4d0001b8
     [HOST] [IPU1-0]      4.057585 s: VPDMA List Busy Status = 0x00000000
     [HOST] [IPU1-0]      4.057646 s: *** VPDMA Firmware Load Success ***
     [HOST] [IPU1-0]      4.057982 s: *** VPDMA Firmware Loading... ***
     [HOST] [IPU1-0]      4.058073 s: VPDMA Firmware Address = 0xa035b5c0
     [HOST] [IPU1-0]      4.058165 s: VPDMA Load Address     = 0x4899d004
     [HOST] [IPU1-0]      4.058256 s: VPDMA Firmware Version = 0x4d0001b8
     [HOST] [IPU1-0]      4.058348 s: VPDMA List Busy Status = 0x00000000
     [HOST] [IPU1-0]      4.058439 s: *** VPDMA Firmware Load Success ***
     [HOST] [IPU1-0]      4.058805 s: *** VPDMA Firmware Loading... ***
     [HOST] [IPU1-0]      4.058897 s: VPDMA Firmware Address = 0xa035b5c0
     [HOST] [IPU1-0]      4.058988 s: VPDMA Load Address     = 0x489dd004
     [HOST] [IPU1-0]      4.059080 s: VPDMA Firmware Version = 0x4d0001b8
     [HOST] [IPU1-0]      4.059171 s: VPDMA List Busy Status = 0x00000000
     [HOST] [IPU1-0]      4.059232 s: *** VPDMA Firmware Load Success ***
     [HOST] [IPU1-0]      4.123375 s:  SYSTEM: VPS Init Done !!!
     [HOST] [IPU1-0]      4.124260 s:  UTILS: DMA: HWI Create for INT34 !!!
     [HOST] [IPU1-0]      4.124565 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [IPU1-0]      4.124656 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 258400 B (252)
     [HOST] [IPU1-0]      4.124809 s:  SYSTEM: Heap = SR_OCMC              @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0 KB)
     [HOST] [IPU1-0]      4.124961 s:  SYSTEM: Heap = SR_DDR_CACHED        @ 0x84203000, Total size = 264241152 B (252 MB), Free size = 264241152 )
     [HOST] [IPU1-0]      4.125144 s:  SYSTEM: Heap = SR_DDR_NON_CACHED    @ 0xa0100000, Total size = 1046912 B (0 MB), Free size = 1019264 B (0 M)
     [HOST] [IPU1-0]      4.125297 s:  SYSTEM: Initializing Links !!! 
     [HOST] [IPU1-0]      4.388458 s: 
     [HOST] [IPU1-0]  SSDOVERLAYLINK: Link Init  
     [HOST] [IPU1-0]      4.388824 s: 
     [HOST] [IPU1-0]  SSDOVERLAYLINK: Link Registered  
     [HOST] [IPU1-0]      4.391813 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [IPU1-0]      4.411395 s:  CHAINS: Application Started !!!
     [HOST] [IPU1-0]      4.422924 s:  BOARD: Board Init in progress !!!
     [HOST] [IPU1-0]      4.423351 s:  BOARD: Board Init Done !!!
     [HOST] [IPU1-0]      4.432227 s:  
     [HOST] [HOST  ]     25.578722 s:  SYSTEM: System A15 Init in progress !!!
     [HOST] [HOST  ]     25.578783 s:  SYSTEM: IPC: Init in progress !!!
     [HOST] [HOST  ]     25.578783 s:  SYSTEM: IPC: Notify init in progress !!!
     [HOST] [HOST  ]     25.579088 s:  SYSTEM: IPC: [IPU1-0] socket bind success !!! (dst vproc = 0, endpt = 81)
     [HOST] [HOST  ]     25.579088 s:  SYSTEM: IPC: [IPU1-0] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
     [HOST] [HOST  ]     25.579119 s:  SYSTEM: IPC: [IPU1-0] socket connect success !!! (dst vproc = 0, endpt = 80)
     [HOST] [HOST  ]     25.579119 s:  SYSTEM: IPC: [IPU1-0] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
     [HOST] [HOST  ]     25.579241 s:  SYSTEM: IPC: [DSP1] socket bind success !!! (dst vproc = 2, endpt = 81)
     [HOST] [HOST  ]     25.579271 s:  SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
     [HOST] [HOST  ]     25.579271 s:  SYSTEM: IPC: [DSP1] socket connect success !!! (dst vproc = 2, endpt = 80)
     [HOST] [HOST  ]     25.579271 s:  SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
     [HOST] [HOST  ]     25.579393 s:  SYSTEM: IPC: Notify init DONE !!!
     [HOST] [HOST  ]     25.579393 s:  SYSTEM: MSGQ: MsgQ init in progress !!!
     [HOST] [HOST  ]     25.579515 s:  SYSTEM: MSGQ: MsgQ init DONE !!!
     [HOST] [HOST  ]     25.579515 s:  SYSTEM: IPC: Init DONE !!!
     [HOST] [HOST  ]     25.579546 s:  SYSTEM: Initializing A15 Links !!! 
     [HOST] [HOST  ]     25.579637 s:  IPC_OUT_0 : Init done - linkid-0x2000000
     [HOST] [HOST  ]     25.579729 s:  IPC_OUT_1 : Init done - linkid-0x2000001
     [HOST] [HOST  ]     25.579790 s:  IPC_OUT_2 : Init done - linkid-0x2000002
     [HOST] [HOST  ]     25.579881 s:  IPC_OUT_3 : Init done - linkid-0x2000003
     [HOST] [HOST  ]     25.579942 s:  IPC_OUT_4 : Init done - linkid-0x2000004
     [HOST] [HOST  ]     25.580034 s:  IPC_IN_0 : Init done - linkid-0x200000a
     [HOST] [HOST  ]     25.580125 s:  IPC_IN_1 : Init done - linkid-0x200000b
     [HOST] [HOST  ]     25.580217 s:  IPC_IN_2 : Init done - linkid-0x200000c
     [HOST] [HOST  ]     25.580308 s:  IPC_IN_3 : Init done - linkid-0x200000d
     [HOST] [HOST  ]     25.580430 s:  IPC_IN_4 : Init done - linkid-0x200000e
     [HOST] [HOST  ]     25.580583 s:  IPC_IN_5 : Init done - linkid-0x200000f
     [HOST] [HOST  ]     25.580705 s:  IPC_IN_6 : Init done - linkid-0x2000010
     [HOST] [HOST  ]     25.580827 s:  NULL_0 : Init done - linkid-0x2000014
     [HOST] [HOST  ]     25.580918 s:  NULL_1 : Init done - linkid-0x2000015
     [HOST] [HOST  ]     25.581071 s:  NULL_SRC_0 : Init done - linkid-0x2000039
     [HOST] [HOST  ]     25.581223 s:  DISP_DIST_SRC_0 : Init done - linkid-0x2000062
     [HOST] [HOST  ]     25.581345 s:  DISP_DIST_SRC_1 : Init done - linkid-0x2000063
     [HOST] [HOST  ]     25.581437 s:  DISP_DIST_SRC_2 : Init done - linkid-0x2000064
     [HOST] [HOST  ]     25.581528 s:  DISP_DIST_SRC_3 : Init done - linkid-0x2000065
     [HOST] [HOST  ]     25.581650 s:  ALGORITHM_0 : Init done - linkid-0x2000031
     [HOST] [HOST  ]     25.581772 s:  ALGORITHM_1 : Init done - linkid-0x2000032
     [HOST] [HOST  ]     25.581894 s:  ALGORITHM_2 : Init done - linkid-0x2000033
     [HOST] [HOST  ]     25.582016 s:  ALGORITHM_3 : Init done - linkid-0x2000034
     [HOST] [HOST  ]     25.582138 s:  ALGORITHM_4 : Init done - linkid-0x2000035
     [HOST] [HOST  ]     25.582260 s:  ALGORITHM_5 : Init done - linkid-0x2000036
     [HOST] [HOST  ]     25.582382 s:  ALGORITHM_6 : Init done - linkid-0x2000037
     [HOST] [HOST  ]     25.582504 s:  ALGORITHM_7 : Init done - linkid-0x2000038
     [HOST] [HOST  ]     25.582657 s:  DUP0 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.582840 s:  DUP1 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.583023 s:  DUP2 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.583206 s:  DUP3 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.583358 s:  DUP4 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.583511 s:  SYNC_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.583633 s:  SYNC_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.583755 s:  SYNC_2 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.587964 s:  SYNC_3 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.588116 s:  MERGE_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.588208 s:  MERGE_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.588299 s:  MERGE_2 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.588421 s:  MERGE_3 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.588482 s:  MERGE_4 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.588574 s:  SELECT_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.588665 s:  SELECT_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.588787 s:  GATE_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.588879 s:  GATE_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.588970 s:  GATE_2 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.589092 s:  GATE_3 : Init done - linkid-0x0
     [HOST] [HOST  ]     25.589184 s:  SYSTEM: Initializing A15 Links ... DONE !!! 
     [HOST] [HOST  ]     25.589824 s:  OSA: Adjusting global time, timeH by 0 units!!!
     [HOST] [HOST  ]     25.589824 s:  SYSTEM: System A15 Init Done !!!
     [HOST] [HOST  ]     25.589946 s:  NETWORK_CTRL: Starting Server (port=5000) !!!
     [HOST] [HOST  ]     25.590007 s:  NETWORK_CTRL: Starting Server ... DONE (port=5000) !!!
     [HOST] [HOST  ]     26.093546 s: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  ====================
     [HOST] [HOST  ]  Vision SDK Usecases
     [HOST] [HOST  ]  ====================
     [HOST] [HOST  ]  f: Fisheye3D
     [HOST] [HOST  ]  s: 3DSVS
     [HOST] [HOST  ]  o: Offline
     [HOST] [HOST  ]  p: CPU Status
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  t: System Settings 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  x: Exit 
     [HOST] [HOST  ]  z: Exit - AND SHUTDOWN Remote CPUs
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter Choice: 
     [HOST] [HOST  ]  
     [HOST] [DSP1  ]      3.211431 s:  ***** DSP1 Firmware build time 17:06:38 Aug 20 2020
     [HOST] [DSP1  ]      3.211492 s:  *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 1000000000 Hz>
     [HOST] [DSP1  ]      3.211645 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [DSP1  ]      3.211797 s:  UTILS: CIO: Init Done !!!
     [HOST] [DSP1  ]      3.211828 s:  SYSTEM: IPC init in progress !!!
     [HOST] [DSP1  ]      3.211828 s:  SYSTEM: Attaching to [IPU1-0] ... 
     [HOST] [DSP1  ]      4.031812 s:  SYSTEM: Attaching to [IPU1-0] ... SUCCESS !!!
     [HOST] [DSP1  ]      4.052339 s:  SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
     [HOST] [DSP1  ]      4.052369 s:  SYSTEM: Notify register to [IPU1-0] line 0, event 15... 
     [HOST] [DSP1  ]      4.052400 s:  SYSTEM: Notify register to [EVE1] line 0, event 15... 
     [HOST] [DSP1  ]      4.052430 s:  SYSTEM: Notify init done !!!
     [HOST] [DSP1  ]      4.052522 s:  SYSTEM: MsgQ init done !!!
     [HOST] [DSP1  ]      4.052583 s: RpmsgInit in progress...
     [HOST] [DSP1  ]      4.052613 s: Connection established with HLOS, calling rpmsgInit
     [HOST] [DSP1  ]      4.052766 s:  SYSTEM: IPC init DONE !!!
     [HOST] [DSP1  ]      4.053193 s:  SYSTEM: System Common Init Done !!!
     [HOST] [DSP1  ]      4.053193 s:  SYSTEM: System DSP Init in progress !!!
     [HOST] [DSP1  ]      4.053345 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [DSP1  ]      4.053376 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221)
     [HOST] [DSP1  ]      4.053406 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size = 520664 B (508)
     [HOST] [DSP1  ]      4.053437 s:  SYSTEM: Initializing Links !!! 
     [HOST] [DSP1  ]      4.058836 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [DSP1  ]      4.058866 s: In AlgorithmLink_OfflineCalibration_initPlugin !!!
     [HOST] [DSP1  ]      4.058866 s:  SYSTEM: System DSP Init Done !!!
     [HOST] [DSP1  ]      4.395687 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
     [HOST] [DSP1  ]      4.395717 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
     [HOST] [EVE1  ]      4.027725 s:  ***** EVE Firmware build time 17:05:46 Aug 20 2020 
     [HOST] [EVE1  ]      4.029128 s:  *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
     [HOST] [EVE1  ]      4.031293 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [EVE1  ]      4.033032 s:  UTILS: CIO: Init Done !!!
     [HOST] [EVE1  ]      4.033733 s:  SYSTEM: IPC init in progress !!!
     [HOST] [EVE1  ]      4.034465 s:  SYSTEM: Attaching to [IPU1-0] ... 
     [HOST] [EVE1  ]      4.042762 s:  SYSTEM: Attaching to [IPU1-0] ... SUCCESS !!!
     [HOST] [EVE1  ]      4.052339 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
     [HOST] [EVE1  ]      4.053193 s:  SYSTEM: Notify register to [IPU1-0] line 0, event 15... 
     [HOST] [EVE1  ]      4.054352 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
     [HOST] [EVE1  ]      4.055511 s:  SYSTEM: Notify init done !!!
     [HOST] [EVE1  ]      4.057006 s:  SYSTEM: MsgQ init done !!!
     [HOST] [EVE1  ]      4.057738 s:  SYSTEM: IPC init DONE !!!
     [HOST] [EVE1  ]      4.069785 s:  SYSTEM: System Common Init Done !!!
     [HOST] [EVE1  ]      4.070548 s:  SYSTEM: System EVE Init in progress !!!
     [HOST] [EVE1  ]      4.071798 s:  UTILS: DMA: HWI Create for INT8 !!!
     [HOST] [EVE1  ]      4.072713 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [EVE1  ]      4.073720 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
     [HOST] [EVE1  ]      4.075611 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 258848 B (252)
     [HOST] [EVE1  ]      4.077380 s:  SYSTEM: Initializing Links !!! 
     [HOST] [EVE1  ]      4.153785 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [EVE1  ]      4.154608 s:  SYSTEM: System EVE Init Done !!!
    
     [HOST] [HOST  ]     29.005825 s: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  ====================
     [HOST] [HOST  ]  Vision SDK Usecases
     [HOST] [HOST  ]  ====================
     [HOST] [HOST  ]  f: Fisheye3D
     [HOST] [HOST  ]  s: 3DSVS
     [HOST] [HOST  ]  o: Offline
     [HOST] [HOST  ]  p: CPU Status
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  t: System Settings 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  x: Exit 
     [HOST] [HOST  ]  z: Exit - AND SHUTDOWN Remote CPUs
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter Choice: 
     [HOST] [HOST  ]  
    s
     [HOST] [IPU1-0]     30.656286 s:  IPC_IN_0   : Create in progress !!!
     [HOST] [IPU1-0]     30.657445 s:  IPC_IN_0   : Create Done !!!
     [HOST] [IPU1-0]     30.657841 s:  DECODE: Create in progress ... !!!
     [HOST] [HOST  ]     30.656103 s:  IPC_OUT_0   : Create in progress !!!
     [HOST] [HOST  ]     30.656133 s:  IPC_OUT_0   : Create Done !!!
     [HOST] [IPU1-0]     30.865003 s:  DECODE: Creating CH0 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ... 
     [HOST] [IPU1-0]     31.070029 s:  DECODE: Creating CH1 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ... 
     [HOST] [IPU1-0]     31.275117 s:  DECODE: Creating CH2 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ... 
     [HOST] [IPU1-0]     31.480326 s:  DECODE: Creating CH3 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ... 
     [HOST] [IPU1-0]     31.481180 s:  DECODE: All CH Create ... DONE !!!
     [HOST] [IPU1-0]     31.483072 s:  DECODE: Create ... DONE !!!
     [HOST] [IPU1-0]     31.483529 s:  VPE: Create in progress !!!
     [HOST] [IPU1-0]     31.483590 s:  SSD CONFIG: SSDConfig_LoadSector!
     [HOST] [IPU1-0]     31.483651 s:  QSPI Read Started, please wait! 
     [HOST] [IPU1-0]     31.483743 s: 
     [HOST] [IPU1-0]     31.483804 s:  ### XDC ASSERT - ERROR CALLBACK START ### 
     [HOST] [IPU1-0]     31.483865 s: 
     [HOST] [IPU1-0]     31.483987 s: E_hardFault: FORCED
     [HOST] [IPU1-0]     31.484048 s: 
     [HOST] [IPU1-0]     31.484078 s:  ### XDC ASSERT - ERROR CALLBACK END ### 
     [HOST] [IPU1-0]     31.484170 s: 
     [HOST] [IPU1-0]     31.484383 s: 
     [HOST] [IPU1-0]     31.484414 s:  ### XDC ASSERT - ERROR CALLBACK START ### 
     [HOST] [IPU1-0]     31.484475 s: 
     [HOST] [IPU1-0]     31.484597 s: E_busFault: PRECISERR: Immediate Bus Fault, exact addr known, address: 4b300064
     [HOST] [IPU1-0]     31.484688 s: 
     [HOST] [IPU1-0]     31.484719 s:  ### XDC ASSERT - ERROR CALLBACK END ### 
    
    

    Regards,

    Shantanu