Without any options, the PetaLinux tool is installed into the current working directory.
./petalinux-v<petalinux-version>-final-installer.run
Alternatively, you can specify an installation path.
./petalinux-v<petalinux-version>-final-installer.run [--log <LOGFILE>] [-d|--dir <INSTALL_DIR>] [options]
Options | Description |
---|---|
--log <LOGFILE> | Specifies where the logfile should be created. By default, it is petalinux_installation_log in your working directory. |
-d|--dir [INSTALL_DIR] | Specifies the directory where you want to install the tool kit. If not specified, the tool kit is installed in your working directory. |
-p|--platform <arch_name> | Specifies the architecture:
|
For example: To install PetaLinux tools under /home/<user>/petalinux/<petalinux-version>:
$ mkdir -p /home/<user>/petalinux/<petalinux-version>
$ ./petalinux-v<petalinux-version>-final-installer.run --dir /home/<user>/petalinux/<petalinux-version>
This installs the PetaLinux tool into the /home/<user>/petalinux/<petalinux-version> directory. By default, it installs all the four eSDKs. To install a specific eSDK as part of the PetaLinux tool, see Installing a Preferred eSDK as part of the PetaLinux Tool.
Reading and agreeing to the PetaLinux End User License Agreement (EULA) is a required and integral part of the PetaLinux tools installation process. You can read the license agreement prior to running the installation. If you wish to keep the license for your records, the licenses are available in plain ASCII text in the following files:
- $PETALINUX/etc/license/petalinux_EULA.txt
- EULA specifies in detail the rights and restrictions that apply to PetaLinux.
- $PETALINUX/etc/license/Third_Party_Software_End_User_License_Agree ment.txt
- This third party license agreement details the licenses of the distributable and non-distributable components in PetaLinux tools.
By default, the WebTalk option is disabled to send tools usage
statistics back to Xilinx. You can turn on the
WebTalk feature by running the petalinux-util
--webtalk
command after the installation is complete.
$ petalinux-util --webtalk on