Software Feature
- Bootloader support (Support update the system via TF Card, USB Disk and Ethernet)
- Linux kernel version: Linux 3.6.9
- Buildroot rootfs provided (pre-install in the Nand Flash)
- DHCP, SSH, Telnet, Test Demo Support
The Expand interface demo provide
Fully open source firmware, software environments and toolchains available from Atmel sites
- Debian system provided(Need boot from SD/TF card)
Thousands of Open Source applications available from the Debian repositories
Almost all programming language available
C, Python, Perl and PHP already installed on the factory default micro SD for in-board development
- All the Bootloader/Linux Kernel Source code and system images provide
Linux&Buildroot
- Buildroot is a configurable Makefile which downloads, configures, and builds cross compilers, the kernel, busybox, and most of the other stuff needed for a simple, small complete Linux distribution and root filesystem based on uClibc, glibc or EGLIBC C libraries
- Small root filesystem, you can install the system in Nand Flash
- We provide the source code and system image in CD.
- Provide the developer method manul in the CD
- Support SSH, DHCP
Linux&Debian
- big root filesystem that contain more function, you have to install the system in SD card.
- It is possible to develop in almost any language using differents tools. In the developers page we illustrate some different development methods available and examples to manage the embedded peripherals in C or Python languages.
- The C compiler and the Python interpreter are pre-installed by default. Also a small web server (Lighttpd) and PHP language interpreter is already available for the web development.
- Other languages, tools, web servers, etc are available from Debian binary repositories and can be installed in few minutes.
- We propose, by default, a Debian Linux bootable from SD card. Any executable can be built starting from sources and following our tutorials. The basic requirements are a Linux Ubuntu PC.