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.

[参考译文] DRA829J:RTOS PDK git 版本与 RTOS SDK 中的版本不同

Guru**** 2471940 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1467522/dra829j-rtos-pdk-git-version-differs-from-version-in-rtos-sdk

器件型号:DRA829J

工具与软件:

各位专家、您好!

我不应该在 Yocto 构建系统中构建 R5代码。 为此、我添加了一个食谱供下载
来自 Git 源代码: https://git.ti.com/cgit/processor-sdk/pdk/的 PDK
我正在拉动标签09.02.00.05

但是、git 存储库中的版本似乎与可下载内容中包含的版本不同
RTOS SDK:

https://www.ti.com/tool/download/PROCESSOR-SDK-RTOS - J721E/09.02.00.05

git 存储库中缺少几个项目、例如 csl 文件夹、编译时会导致这些错误:

gmake -s -j LIMIT_SOCS=j721e LIMIT_BOARDS=j721e_evm LIMIT_CORES=mcu2_0 lib
Nothing to be done for j721e mcu2_0 sbl_lib_mmcsd
Nothing to be done for j721e mcu2_0 sbl_lib_ospi
Nothing to be done for j721e mcu2_0 sbl_lib_uart
Nothing to be done for j721e mcu2_0 sbl_lib_hyperflash
Nothing to be done for j721e mcu2_0 sbl_lib_cust
Nothing to be done for j721e mcu2_0 sbl_lib_mmcsd_hlos
Nothing to be done for j721e mcu2_0 sbl_lib_ospi_hlos
Nothing to be done for j721e mcu2_0 sbl_lib_hyperflash_hlos
Nothing to be done for j721e mcu2_0 sbl_lib_ospi_nondma
Nothing to be done for j721e mcu2_0 sbl_lib_emmc
Nothing to be done for j721e mcu2_0 sbl_lib_mmcsd_hs
Nothing to be done for j721e mcu2_0 sbl_lib_ospi_hs
Nothing to be done for j721e mcu2_0 sbl_lib_uart_hs
Nothing to be done for j721e mcu2_0 sbl_lib_hyperflash_hs
Nothing to be done for j721e mcu2_0 sbl_lib_cust_hs
Nothing to be done for j721e mcu2_0 sbl_lib_mmcsd_hlos_hs
Nothing to be done for j721e mcu2_0 sbl_lib_ospi_hlos_hs
# Compiling j721e_evm:j721e:mcu2_0:release:board:src/j721e_evm/board_init.c
Nothing to be done for j721e mcu2_0 sbl_lib_hyperflash_hlos_hs
# Compiling j721e_evm:j721e:mcu2_0:release:board:src/j721e_evm/board_lld_init.c
Nothing to be done for j721e mcu2_0 sbl_lib_ospi_nondma_hs
# Compiling j721e_evm:j721e:mcu2_0:release:board:src/j721e_evm/board_clock.c
Nothing to be done for j721e mcu2_0 dmautils
In file included from In file included from src/j721e_evm/board_lld_init.csrc/j721e_evm/board_init.c::4156:
:
src/j721e_evm/include/board_internal.hsrc/j721e_evm/include/board_internal.h::4444::1010:: fatal error: fatal error: 'ti/csl/csl_types.h' file not found'ti/csl/csl_types.h' file not found

我还需要什么才能使用 PDK 的 Git 版本?

此致、

/Bo