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.

[参考译文] AM623:处理器论坛

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1526570/am623-processors-forum

器件型号:AM623

工具/软件:

您好团队:

我只是尝试在 Ubuntu 映像 (V 24.04) 上安装 DER OTP Keywriter。 但不幸的是,我得到了以下错误消息:

./ otp_keywriter_am62x-linux-installer.run:无法执行:找不到所需的文件  

缺少哪个文件? 或者版本之间是否存在可感性?

mcu_plus_sdk_am62x_11_00_00_16-linux-x64-installer 的安装一直运行良好。  

最棒的餐厅  

Joerg

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

    您好:

    OTP Keywriter 安装是 32 位 ELF 可执行文件

    ❯ file otp_keywriter_am62x-linux-installer.run
    otp_keywriter_am62x-linux-installer.run: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.5, stripped

    因此、您需要根据以下主题添加对相同功能的支持:

    https://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit

    安装 Keywriter 只需要以下命令:

    $ sudo dpkg --add-architecture i386
    $ sudo apt update
    $ sudo apt-get install libc6:i386