Building Development Environment; Installing Cross Compilation Tools - Embest SBC8600B User Manual

Hide thumbs Also See for SBC8600B:
Table of Contents

Advertisement

Embest Technology Co., Ltd
root@arm:~# ubiattach /dev/ubi_ctrl -m 11
root@arm:~# mount -t ubifs /dev/ubi1_0 /mnt
unmounting
root@arm:~# umount /mnt

3.3 Building Development Environment

Before the software development based on SBC8600B, users have to establish a
Linux cross development environment on PC. This section will take Ubuntu operating
system as an example to introduce how to establish a cross development environment.
It's strongly recommended to install below packages for a new installed Ubuntu
system before continue.
sudo apt-get update;
sudo apt-get install -y xz-utils ncurses-dev autoconf libtool automake texinfo bison flex libc6:i386
libncurses5:i386 libstdc++6:i386
Note:
 Each instruction has been put a bullets "" before it to prevent confusion caused by the
long instructions that occupy more than one line in the context.
 Please note the SPACES within each instruction; Missing of any SPACE will cause failure
when executing instructions.

3.3.1 Installing Cross Compilation Tools

Insert the DVD-ROM in your PC's DVD-ROM drive, Ubuntu system will automatically
mount it under /media/cdrom. Execute the following instructions in the terminal window of
Ubuntu to uncompress cross-compiling tools from /media/cdrom/linux/tools to $HOME;
mkdir $HOME/tools
Copyright © 2017 Embest Technology
SBC8600B-UM-V2.0
31

Advertisement

Table of Contents
loading

Table of Contents