User's Manual

MiraBoxUser Guide –page21 / 27
a. preparation
1. Prepare a host pc with linux (as:fedora 14) installed, and download the cross tool chain
“arm-marvell-linux-gnueabi-vfp.tar.bz2” from our
website
http://www.plugcomputer.org/downloads/d2plug/or
http://www.globalscaletechnologies.comor
2. Install and configure the tool chain
Copy “arm-marvell-linux-gnueabi-vfp.tar.bz2” to directory /opt
#cd /opt
#tar -jxfarm-marvell-linux-gnueabi-vfp.tar.bz2
#ls
#vim /root/.bashrc
Add “export PATH=$PATH:/opt/arm-marvell-linux-gnueabi-vfp/bin” to last line as below, then save and exit.
Enable the PATH
#source /root/.bash_profile