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.

Compiler/TDA2EVM5777: EVE Starterware Example

Part Number: TDA2EVM5777

Tool/software: TI C/C++ Compiler

Hello,

I am running PROCESSOR_SDK_VISION_03_06_00_00 under eve_sw_01_19_00_00/starterware. I am trying to run the mailbox_eve1_to_dsp1 example on the  TDA2EVM5777 VAYU Board using an AppImage and MLO Bootloader on the correctly formatted SD Card.  I compiled the mailbox_eve1_to_dsp1  example and ran the out2rprc executable to convert the .out files to rprcs file and used the multicore image generator executable to create an AppImage, and ran it on the TDA2EVM5777 VAYU Board.

The example does not boot. The bootloader prints out this error:



DSP1 entry point address is not aligned - application boot-up fails



The MLO Bootloader I am running is the default prebuilt MLO found in VISION_SDK_02_08_00_00 under starterware_01_04_00_10. The exact path is: C:\VISION_SDK_02_08_00_00\ti_components\drivers\starterware_01_04_00_10\bootloader\prebuild_binaries\tda2xx_images\sd\MLO 




Here is the entire boot sequence:

Vayu SBL Boot
 AVS class-0 has been completed already
 DPLL configuration completed
 PRCM clock domain force wake-up completed
 PRCM module enable completed
 dss video pll programming completed
 TI tda2xx evm pad configuration completed
 DDR3 configuration completed
 AppImage download begins
WARNING: Device Id Doesnot match
 DSP1 image load completed
 EVE1 image load completed
Flush DCache...
Putting CPU1 in OFF...
DSP1 entry point address is not aligned - application boot-up fails
 ~
 SBL boot completed successfully
 **************SBL Boot-up clock cycles*******************
 PMCCNTR counts once every 64 clock cycles. To get actual CPU cycle multiple by 64
 VM init clock cycles - 182367
 soc prcm init clock cycles - 230156
 ddr3 init clock cycles - 68211
 appImage load clock cycles - 10632118
 slavecore bring-up clock cycles - 141243
 sbl total boot-up clock cycles - 11326616
 *****************************************************************
 Putting MPU in Retention...





How do I get past this error of the DSP1 not booting and test the EVE <--> DSP mailbox example?