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.

PROCESSOR-SDK-J722S: How to generate tispl.bin?

Part Number: PROCESSOR-SDK-J722S

Tool/software:

Hi TI Experts,

I build the ti-uboot project,the compile command  was " make u-boot-a53",  and then tispil.bin was generated in the folder build/a53.

now I already know the tispl.bin file was composed of TF-A and OP-TEE(etc..), the following figure provides  detailed information.

the binman tool was called and performed commad,and then to perform the below command: 

  /home/workspace/ti/ti_edgeai_j722s/board-support/ti-u-boot-2024.04+git/tools/binman/binman   
  --toolpath ./tools  build -u -d u-boot.dtb -O . -m --allow-missing  
  -I . -I /home/workspace/ti/ti_edgeai_j722s/board-support/ti-u-boot-2024.04+git 
  -I /home/workspace/ti/ti_edgeai_j722s/board-support/ti-u-boot-2024.04+git/board/ti/j722s 
  -I arch/arm/dts -a of-list="k3-j722s-evm" 
  -I /home/workspace/ti/ti_edgeai_j722s/board-support/prebuilt-images 
  -a atf-bl31-path=/home/workspace/ti/ti_edgeai_j722s/board-support/prebuilt-images/bl31.bin 
  -a tee-os-path=/home/workspace/ti/ti_edgeai_j722s/board-support/prebuilt-images/bl32.bin 
  -a ti-dm-path= 
  -a opensbi-path= 
  -a default-dt="k3-j722s-evm" 
  -a scp-path= 
  -a rockchip-tpl-path= 
  -a spl-bss-pad= 
  -a tpl-bss-pad=1 
  -a spl-dtb=y 
  -a tpl-dtb= 
  -a pre-load-key-path=

I want to know more information that how to generate the tispl.bin file  and also to knowThe mapping space of the tispl.bin file.

Would you please help to give some suggestion ?

Regards

Maojiang