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.

[参考译文] SK-AM62A-LP:#39之后 UART 上无日志;Make u-boot_install##39;CMD

Guru**** 2473260 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1464050/sk-am62a-lp-no-logs-on-uart-after-make-u-boot_install-cmd

器件型号:SK-AM62A-LP

工具与软件:

大家好、TI 专家:

我根据 1.1.2.2使用 balenaEtcher 创建了 SD 卡。 使用 balenaEtcher 创建 SD 卡、 EVM 引导并  正常打印。

然后、 我使用 SDK 顶级 makefile 构建 u-boot 并安装到 SDCard、但在 EVM 上电时 UART 上不会出现日志。

我修改了 Rules.make 文件并添加了 SOC_TYPE 变量。

e2e.ti.com/.../0247.Rules.make.txt

以下是我使用的说明:

cd <PSDK_PATH>
make u-boot
make u-boot_install

您能告诉我如何解决此问题吗?

谢谢。

主机:ubuntu22.04 LTS

Linux SDK:10.01.00.05

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

    您好!

    看起来您使用了"hs"作为 SOC_TYPE。  如果您使用 TI 的 SK-AM62A-LP EVM 板、则应使用"hs-FS"。

    此致、

    建中

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

    尊敬的 建中:

    我尝试了所有3种 SOC 类型的 SOC_TYPE 变量、都  无法正常工作。

    此致、

    Howie

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

    您好、Howie。

    让我在我这边尝试一下、看看我是否再次出现了这个问题。 请给我一天左右的时间。

    谢谢!

    建中

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

    您好、Howie。

    我在我的设置中尝试了这种方法、它对我来说很有效。 下面是我所做的:

    1. 使用 tisdk-edgeai-image-am62a-evm.wic.xz 10.01.00.05刷写 SD 卡
    2. 将 ti-processor-sdk-linux-edgeai-am62a-evm-10_01_00_05-Linux-x86-Install.bin 安装 到 Linux PC、然后构建并安装 u-boot:
      $ make u-boot
      $ vi Rules.make (set ROOTFS_PART and BOOT_PART to the right path)
      $ sudo make u-boot_install
      [sudo] password for jxu: 
      mkdir -p /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/built-images
      cp /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/ti-u-boot-2024.04+git/build/a53/tispl.bin /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/built-images/tispl.bin
      cp /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/ti-u-boot-2024.04+git/build/a53/u-boot.img /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/built-images/u-boot.img
      mkdir -p /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/built-images
      cp /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/ti-u-boot-2024.04+git/build/r5/tiboot3-am62ax-hs-fs-evm.bin /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/built-images/tiboot3.bin
      ===================================
      Installing U-boot
      ===================================
      cp /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/built-images/tispl.bin /media/jxu/BOOT
      cp /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/built-images/u-boot.img /media/jxu/BOOT
      cp /home/jxu/ti/processor-sdk-linux-edgeai-am62a-evm-10_01_00_05/board-support/built-images/tiboot3.bin /media/jxu/BOOT
      

    具有新构建的 u-boot 的 SD 卡可以引导我的 EVM。

    此致、

    建中