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:
Flush DCache...
~
SBL boot completed successfully
Putting MPU in Retention...
How do I get past this error of the DSP1 not booting and test the EVE <--> DSP mailbox example?