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.

TDA4VM: TIFS load failed

Part Number: TDA4VM

Hi,

I'm testing app signed with TI dummy key.

When app not signed, the board works normal.

STEP:

  1. Using "make -s BOARD=j721e_evm CORE=mcu1_0 BUILD_PROFILE=release sbl_mmcsd_img -j8" generate sbl_mmcsd_img_mcu1_0_release.tiimage as tiboot3.bin
  2. Copy rtos/pdk_jacinto_08_00_00_37/packages/ti/drv/sciclient/soc/V1/tifs.bin
  3. Using "make -s board_diag_adc BOARD=j721e_evm -j8" generate board_diag_adc_mcu1_0_release.appimage as app

Copy all three Image to SD Card and power on the board, logs as below:

BL Revision: 01.00.10.01 (Dec 9 2021 - 14:41:18)
TIFS ver: 21.5.0--v2021.05 (Terrific Llam

**********************************************
ADC Test
**********************************************


Reading ADC 0
ADC Revision ID:
scheme: 1
Functional number: 2496
RTL revision: 7
Major revision: 1
Custom revision: 0
Major revision: 0


Channel 0: Voltage Level is 933mV
Channel 1: Voltage Level is 941mV
Channel 2: Voltage Level is 941mV
Channel 3: Voltage Level is 943mV
Channel 4: Voltage Level is 939mV
Channel 5: Voltage Level is 923mV
Channel 6: Voltage Level is 928mV
Channel 7: Voltage Level is 935mV

Reading ADC 1
ADC Revision ID:
scheme: 1
Functional number: 2496
RTL revision: 7
Major revision: 1
Custom revision: 0
Major revision: 0


Channel 0: Voltage Level is 903mV
Channel 1: Voltage Level is 926mV
Channel 2: Voltage Level is 941mV
Channel 3: Voltage Level is 935mV
Channel 4: Voltage Level is 945mV
Channel 5: Voltage Level is 952mV
Channel 6: Voltage Level is 931mV
Channel 7: Voltage Level is 974mV
ADC Test Passed

When using signed app

STEP:

  1. Using "make -s BOARD=j721e_evm CORE=mcu1_0 BUILD_PROFILE=release sbl_mmcsd_img_hs -j8" generate sbl_mmcsd_img_mcu1_0_release.tiimage as tiboot3.bin
  2. Copy rtos/pdk_jacinto_08_00_00_37/packages/ti/drv/sciclient/soc/V1/tifs-hs-enc.bin as tifs.bin
  3. Using "make -s board_diag_adc BOARD=j721e_evm -j8" generate board_diag_adc_mcu1_0_release.appimage.signed as app

Copy all three Image to SD Card and power on the board, logs as below:

BL Revision: 01.00.10.01 (Dec 9 2021 - 14:44:07)

TIFS load...FAILED

 

Why tifs load failed?