Building smarc bsp sorce, Preparation, Installing toolchain – IBASE SMARC-EVK1 User Manual

Page 51: Building smarc bsp sorce 5.1.1. preparation

Advertising
background image

Copyright © 2013 IBASE Technology Inc. All Rights Reserved.

25

IBASE Technology Inc.

5. BSP User Guide ( for advanced software engineer only )

This Chapter mainly for advanced SW engineer to build the image for SMARC starter kit.
Any other modification, new device or driver should be handled carefully.

5.1. Building SMARC BSP Sorce

5.1.1. Preparation

Suggested Host Platform: Ubuntu 10.04 x64 version

Install necessary packages before build:

apt-get install build-essential uboot-mkimage ia32-libs

Note: ** To simplify build process, please run build/installation with root on your x86
host PC. **

5.1.2. Installing Toolchain

Download and extract freescale toolchain
(gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12.tgz)

# assume your toolchain file is located at root home dir:

sudo su

cd ~

mkdir -p /opt/freescale/usr/local/

cd /opt/freescale/usr/local/

Advertising