2 installing toolchain – IBASE MRS-801-RE User Manual

Page 38

Advertising
background image

30

MRS-801-RE User Manual

CHAPTER 4 BSP User Guide ( for advanced software engineer

only )

This Chapter is an example only, and it is mainly for advanced

SW engineers to build the image for IBASE ARM PCB. Any

other modification, new device or driver should be handled

carefully.

4.1 Building BSP Source

4.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. **

4.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 ~

Advertising