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.

[参考译文] AM3357:如何安装 SDK 6.0开发包?

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1514259/am3357-how-to-install-sdk-6-0-development-package

器件型号:AM3357

工具/软件:

我们公司使用下面链接的 SDK 软件包。 由于遇到需要查找原始 SDK 源代码包的问题、我从以下网站下载了 bin 文件、但无法安装它。 以下是控制台模式下的命令行安装、没有任何安装提示

AM335xSDK 06.00.00.00

root@vir:sdk6.0 # ./ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install.bin --silent
invalid option '--silent'

Usage: ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install.bin [options ...]

Available Options:
  --debug                      run installer in debug mode
  --debugconsole               run installer with a debug console open
  --help                       display this information
  --mode [ARG]                 set the mode to run the installer in
                               Available values: console, default, silent or
                               standard
  --prefix [ARG]               set the installation directory
  --response-file [ARG]        a file to read installer responses from
  --save-response-file [ARG]   a file to write installer responses to when the
                               installer exits
  --temp [ARG]                 set the temporary directory used by this program
  --test                       run installer without installing any files
  --version                    display installer version information

root@vir:sdk6.0 # ./ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install.bin --console
invalid option '--console'

Usage: ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install.bin [options ...]

Available Options:
  --debug                      run installer in debug mode
  --debugconsole               run installer with a debug console open
  --help                       display this information
  --mode [ARG]                 set the mode to run the installer in
                               Available values: console, default, silent or
                               standard
  --prefix [ARG]               set the installation directory
  --response-file [ARG]        a file to read installer responses from
  --save-response-file [ARG]   a file to write installer responses to when the
                               installer exits
  --temp [ARG]                 set the temporary directory used by this program
  --test                       run installer without installing any files
  --version                    display installer version information

root@vir:sdk6.0 # ./ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install.bin --debugconsole
This program must be run in a graphical environment,
or you must specify a silent or console install.
Usage: ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install.bin [options ...]

Available Options:
  --debug                      run installer in debug mode
  --debugconsole               run installer with a debug console open
  --help                       display this information
  --mode [ARG]                 set the mode to run the installer in
                               Available values: console, default, silent or
                               standard
  --prefix [ARG]               set the installation directory
  --response-file [ARG]        a file to read installer responses from
  --save-response-file [ARG]   a file to write installer responses to when the
                               installer exits
  --temp [ARG]                 set the temporary directory used by this program
  --test                       run installer without installing any files
  --version                    display installer version information

root@vir:sdk6.0 # ./ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install.bin --prefix .
This program must be run in a graphical environment,
or you must specify a silent or console install.
Usage: ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install.bin [options ...]

Available Options:
  --debug                      run installer in debug mode
  --debugconsole               run installer with a debug console open
  --help                       display this information
  --mode [ARG]                 set the mode to run the installer in
                               Available values: console, default, silent or
                               standard
  --prefix [ARG]               set the installation directory
  --response-file [ARG]        a file to read installer responses from
  --save-response-file [ARG]   a file to write installer responses to when the
                               installer exits
  --temp [ARG]                 set the temporary directory used by this program
  --test                       run installer without installing any files
  --version                    display installer version information

我将 bin 文件放入虚拟机、但即使我双击以运行它、它仍然无法安装。 我想知道如何安装这个 bin 文件。

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

     --模式[ARG]                设置运行安装程序的模式
                                  可用值:控制台、默认、静默或
                                  标准

    因此、根据消息、参数应为"--mode silber"以静默模式安装。

    或者、您也可以在没有任何参数的情况下执行"./ti-SDK-am335x-evm-06.00.00.00-linux-x86-Install.bin"来安装它。