1 install build tools of sdk1.0 – Artesyn COMX-P40x0 ENP2 Installation and Use (January 2015) User Manual
Page 95

BSP
COMX-P40x0 ENP2 Installation and Use (6806800R95C)
95
Build Tools
Artesyn is using build tools provided in Freescale SDK1.0 QorIQ-DPAA-SDK-20110609-
systembuilder.iso to build BSP images.
7.4.1
Install Build Tools of SDK1.0
Following are the steps to install build tools of SDK1.0 from Freescale SDK on host computer:
1. Login to the Linux host as a non-root user, <user_name>.
2. Copy the QorIQ-DPAA-SDK-20110609-systembuilder.iso file to this Linux host.
3. Run the ISO file using the following command:
sudo mount -o loop QorIQ-DPAA-SDK-20110609-systembuilder.iso
/mnt/
4. Create a /opt/freescale directory and update access privileges using the following
command:
sudo mkdir -p /unixopt/sdk1.0
sudo chmod a+rwx /unixopt/sdk1.0
5. Change directory to mount using the following command:
cd /mnt/
6. Install the Freescale LTIB using the following commands:
./install
<Input /unixopt/sdk1.0 as the installation target directory>
You can download the Freescale SDK ISO files from and install it on the build host.
Do not interrupt the installation process.