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:如何生成 tispl.bin?

Guru**** 2422790 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1538722/processor-sdk-j722s-how-to-generate-tispl-bin

器件型号:PROCESSOR-SDK-J722S


工具/软件:

尊敬的 TI 专家:

我构建 ti-uboot 工程、编译命令 为“ make u-boot-A53 “、  然后在文件夹 build/A53 中生成 tispil.bin。

现在我已经知道  tispl.bin 文件由 TF-A 和 OP-TEE(等)组成、下图提供了 详细信息。

binman 工具被调用并执行 commad、然后执行以下命令:  

  /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=

我想知道更多关于如何生成 tispl.bin 文件  的信息、也想知道 tispl.bin 文件的映射空间。

 您会帮助提供一些建议 吗?

此致

毛江