请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:AM3357 工具/软件:
我们公司使用下面链接的 SDK 软件包。 由于遇到需要查找原始 SDK 源代码包的问题、我从以下网站下载了 bin 文件、但无法安装它。 以下是控制台模式下的命令行安装、没有任何安装提示
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 文件。