您好!
我已下载以下软件包并尝试构建 uboot 映像、以便通过以太网引导模式从 TFTP 服务器发送到 Keystone。
http://processors.wiki.ti.com/index.php/KeystoneII_Boot_Examples#Boot_examples_package_download
我还使用以下命令在 MCSDK 中构建了 Uboot、并在其中生成了 uboot 源代码和 uboot 文件(在路径 /home/ashwini/ti-processor-sdk-linux-rt-k2e-evm-03.03.00.04/board-support/u-boot-2016.05中+gitAUTOINC+4db46a6bbd-g4db46a6bbd/k2e_evm/source/)
使 cross_compile=arm-linux-gnueabihf- o=k2e_evm k2e_evm_defconfig
但是、当我尝试在上述 K2E 示例的 git 存储库中编译 uboot (使用 make k2e_uboot)时、它使用的是 TI 编译器中的 armhex 实用程序。 我已经下载并安装了最新的 CCS 软件包、但我在 TI 编译器中看不到 armhex 实用程序(在路径$HOLE/ti/ccsv7/tools/compiler/ti-cgt-C600000_8.1.3中)。 不过有一个 hex6x。
请告诉我应该怎么做。