Tool/software: TI-RTOS
Hello All,
I am new to vision sdk.
I have been trying to run the example 'mcspi_spi1tospi2' in Processor SDK at 'PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/bsp_lld/mcspi/examples' with TDA2px EVM + Fusion Board.
App Image is getting generated.
But when I try to run the image I get only following message:
TDA2Px SBL Boot
DPLL Configuration Completed
Clock Domain Configuration Completed
Module Enable Configuration Completed
TI EVM PAD Config Completed
TDA2Px DDR Configuration
DDR Config Completed
App Image Download Begins
SD Boot - file open completed successfully
Trying to boot App Image with header version 1
IPU1 CPU0 Image Load Completed
App Image Download Completed
Putting MPU CPU1 in Off mode
EVE MMU configuration completed
EVE MMU configuration completed
*****************************************************************
PMCCNTR counts once every 64 clock cycles, multiple by 64 to get actual CPU cycles
SBL Initial Config Cycles - 118244 (10.9 ms)
SOC Init Cycles - 170491 (14.54 ms)
DDR Config Clock Cycles - 89753 (7.65 ms)
App Image Load Cycles - 4565193 (389.56 ms)
Slave Core Bootup Cycles - 130834 (11.16 ms)
SBL Boot-up Cycles - 5075571 (433.11 ms)
Time at which SBL started IPU1_0 - 22908 (1.95 ms)
*****************************************************************
Putting MPU in Retention...
I am using following images:
-> PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/binary/bsp_examples_mcspi_spi1tospi2/bin/tda2px-evm/bsp_examples_mcspi_spi1tospi2_ipu1_0_release.appimage renamed to Appimage
->/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/binary/sbl/sd/opp_nom/tda2px-evm/MLO
Building steps:-
export MAKECONFIG=tda2px_evm_bios_all
export MAKEAPPNAME=apps
export VISION_SDK_PATH=~/ADAS/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk
export PATH="$VISION_SDK_PATH"/../ti_components/os_tools/linux/xdctools_3_32_01_22_core:$PATH
export BOARD=tda2px_evm
cd "~/ADAS/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build"
Please help me.
Regards,
Prasad