![Nexcom EBC-3A1 Series User Manual Download Page 26](http://html.mh-extra.com/html/nexcom/ebc-3a1-series/ebc-3a1-series_user-manual_1681443026.webp)
26
3.
Software User Guide
3.1.
Introduction
This chapter details the EBC-3A1 platform. The platform is an embedded system with Linux
kernel 3.10.53. It contains all system-required shell commands and drivers ready. User
can develop under Linux environment. Such as Ubuntu, Debian, Fedora…etc.
The purpose of this chapter is to introduce software development of EBC-3A1 and improve
software development time and efficiency.
3.2.
Development Environment
3.2.1.
How to Install Toolchain
1.
Please Download the toolchain from
2.
Create a /opt/toolchain folder under your Linux environment.
3.
Unzip gcc-linaro-arm-4.7-linux.tar.gz into /opt/toolchain
4.
Add toolchain path in your $PATH environment variable.
5.
Try to compile Embux example code.
embux@ubuntu:~$ mkdir -p /opt/toolchian
embux@ubuntu:/opt/toolchian$ ls
gcc-linaro-arm-4.7-linux.tar.gz
embux@ubuntu:/opt/toolchian$ tar zxf gcc-linaro-arm-4.7-linux.tar.gz
embux@ubuntu:/opt/toolchian$ ls
gcc-linaro-arm-4.7-linux.tar.gz
gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux
embux@ubuntu:~$ export PATH=$PATH:/opt/toolchian/gcc-linaro-arm-
linux-gnueabihf-4.7-2013.04-20130415_linux/bin/
Summary of Contents for EBC-3A1 Series
Page 9: ...9 ...
Page 10: ...10 Chapter 1 Product Overview This chapter provides background information of EBC 3A1 ...
Page 13: ...13 1 3 Block Diagram ...
Page 24: ...24 2 4 Mechanical Drawing ...
Page 25: ...25 Chapter 3 Software User Guide This chapter details the Linux operation on EBC 3A1 ...
Page 65: ...65 Chapter 5 BSP This chapter introduces how to get board BSP board support package ...