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.

[参考译文] AM5728:Android I2C 检测命令失败

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/667058/am5728-android-i2c-detect-command-fails

器件型号:AM5728

你(们)好

静脉:

SDK 版本为"ti-processor-sdk-android-am57xx-evm-04.00.04

问题:

Android 文件系统无法在命令行上使用 I2C 检测指令

但斯克

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

    您使用的是什么板?

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

    i2ctools 默认不随 Android SDK 打包。 这仅在 Linux SDK 中可用。

    您可以执行以下操作。
    1) 1)选择公共 i2ctools 项目
    2) 2)静态构建
    3) 3)使用 ADB 将构建的二进制文件推送到 Android 引导的系统。

    并且应该能够使用相同的功能
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    好的、我看到了

    谢谢