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.

RTOS/TDA3: VSDK 3.0 : TDA3 user guide : run 3.5 Load using QSPI

Part Number: TDA3

Tool/software: TI-RTOS

Hi, experts,

I want to load appimage via QSPI, and reger to TDA3 userguide: Loading using QSPI , but I can load but I cannot run.

The image name is different from the compiled image. I can only see Appimage_BE and LE. 

 ************QSPI flash completed sucessfully************** 

QSPI Flash writer application
Enter Device type to use                
1 - 1 bit read from flash                
2 - 4 bit (Quad) read from flash                
$ > 2

MID - 1
DID - 18
Enter 0 for Erase-Only (without flashing any image)
Note : File size should be less than 33554432 Bytes.
Enter the file path to flash: /home/fredy/install/work/valeo/vsdk_3_0_mp4enc/vsdk_3_0_mp4enc/vision_sdk/binaries/apps/tda3xx_evm_bios_all/sbl/qspi/opp_nom/tda3xx-evm/sbl_qspi_opp_nom_ipu1_0_release.tiimage
Enter the Offset in bytes (HEX): 0x00
Erase Options:
---------------
    0 -> Erase Only Required Region
    1 -> Erase Whole Flash
    2 -> Skip Erase 
Enter Erase Option: 
1
Load Options:
-------------
    0 -> fread using code (RTS Library)
    1 -> load raw using CCS (Scripting console)
Enter Load Option: 
0
Reading 66080 bytes from file...
Read 16384 bytes [24%] from file...
Read 32768 bytes [49%] from file...
Read 49152 bytes [74%] from file...
Read 65536 bytes [99%] from file...
Read 66080 bytes [100%] from file. Done!!

 QSPI whole chip erase in progress

 QSPI Erase completed

 QSPI file write started 
file size to write: 66080 Bytes 

 QSPI file write completed. Verifying 

 ************QSPI flash completed sucessfully************** 
QSPI Flash writer application
Enter Device type to use                
1 - 1 bit read from flash                
2 - 4 bit (Quad) read from flash                
$ > 2

MID - 1
DID - 18
Enter 0 for Erase-Only (without flashing any image)
Note : File size should be less than 33554432 Bytes.
Enter the file path to flash: /home/fredy/install/work/valeo/vsdk_3_0_mp4enc/vsdk_3_0_mp4enc/vision_sdk/binaries/apps/tda3xx_evm_bios_all/vision_sdk/bin/tda3xx-evm/sbl_boot/AppImage_LE
Enter the Offset in bytes (HEX): 0x80000
Erase Options:
---------------
    0 -> Erase Only Required Region
    1 -> Erase Whole Flash
    2 -> Skip Erase 
Enter Erase Option: 
0
Load Options:
-------------
    0 -> fread using code (RTS Library)
    1 -> load raw using CCS (Scripting console)
Enter Load Option: 
1
Use below command in CCS scripting console...
loadRaw(0x80500000, 0, "/home/fredy/install/work/valeo/vsdk_3_0_mp4enc/vsdk_3_0_mp4enc/vision_sdk/binaries/apps/tda3xx_evm_bios_all/vision_sdk/bin/tda3xx-evm/sbl_boot/AppImage_LE", 32, false);
Kindly use '/' (forward slash) in the file path
Enter any alpha-numeric key once loadraw is complete...
1

 QSPI Erase started

 QSPI Erase completed

 QSPI file write started 
file size to write: 18606348 Bytes 
written 1024000 Bytes: [5%] 
written 2048000 Bytes: [11%] 
written 3072000 Bytes: [16%] 
written 4096000 Bytes: [22%] 
written 5120000 Bytes: [27%] 
written 6144000 Bytes: [33%] 
written 7168000 Bytes: [38%] 
written 8192000 Bytes: [44%] 
written 9216000 Bytes: [49%] 
written 10240000 Bytes: [55%] 
written 11264000 Bytes: [60%] 
written 12288000 Bytes: [66%] 
written 13312000 Bytes: [71%] 
written 14336000 Bytes: [77%] 
written 15360000 Bytes: [82%] 
written 16384000 Bytes: [88%] 
written 17408000 Bytes: [93%] 
written 18432000 Bytes: [99%] 

 QSPI file write completed. Verifying 

 ************QSPI flash completed sucessfully************** 

and run:

TDA3xx SBL Boot

Identified 15X15 Silicon

DPLL Configuration Completed

Clock Domain Configuration Completed

Module Enable Configuration Completed

TI EVM PAD Configuration Completed

DDR Configuration Completed

TDA3xx SOC Init Completed

App Image Download Begins

Manufacturer ID - 0x1
Device ID - 0x18
Invalid Magic String in MultiCore Image

Valid App Image is not Available

EVE MMU configuration completed

*****************************************************************

32K Timer is used to measure cycles, divide by 32K to get time in seconds

Reset to SBL Init Cycles - 1753 (53.49 ms)

SBL Initial Config Cycles - 230 (7.01 ms)

SOC Init Cycles - 469 (14.31 ms)

DDR Config Clock Cycles - 230 (7.01 ms)

App Image Load Cycles - 462 (14.09 ms)

Slave Core Bootup Cycles - 113 (3.44 ms)

SBL Boot-up Cycles - 1507 (45.98 ms)

*****************************************************************

No IPU1 CPU1 App Found, Switching to while Loop

Please guide me to completed the case.

thanks,

Widic