ATNGW100 Atmel, ATNGW100 Datasheet

KIT AVR32 NETWORK GATEWAY

ATNGW100

Manufacturer Part Number
ATNGW100
Description
KIT AVR32 NETWORK GATEWAY
Manufacturer
Atmel
Series
AVR®32r
Type
MCUr
Datasheets

Specifications of ATNGW100

Contents
Board and Linux Dev. and Debug Toolchain
Processor To Be Evaluated
AT32AP7000
Data Bus Width
32 bit
Interface Type
RS-232, Ethernet, USB
Silicon Manufacturer
Atmel
Core Architecture
AVR
Core Sub-architecture
AVR UC3
Silicon Core Number
AT32AP7000
Silicon Family Name
AVR
Kit Contents
Board CD Docs
Rohs Compliant
Yes
For Use With/related Products
AT32AP7000, AT32AP7001, AT32AP7002
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATNGW100
Manufacturer:
Atmel
Quantity:
135
Features
• Integrated build scripts for:
• Configurable and optimized.
• Easy adoptable to custom boards.
• Simple steps to integrate custom libraries and applications.
• Generates a fully working file system ready for deployment.
1 Introduction
Buildroot is a set of scripts that builds an entire root file system for a given target. A
target can be ATNGW100 or ATSTK1000.
The scripts are based on a combination of Makefile and kconfig that is commonly
used in many projects. Kconfig is used to give the user an easy configuration
interface that is stored in a file. The Makefile system then reads out the values
stored by kconfig and configures a set of rules in which different software is
compiled.
Buildroot start by compiling the toolchain if requested, or it can use an external
toolchain. It then moves over to the Linux kernel, software libraries and
applications. Finally it combines all the applications with the needed libraries and
kernel to a file system image. This image is ready for the user to deploy on his
target.
- Toolchain
- Linux
- Boot loader
- Libraries
- Applications
AVR32003: AVR32 AP7 Linux Buildroot
®
kernel
32-bit
Microcontrollers
Application Note
Rev. 32062E-AVR32-11/08

Related parts for ATNGW100

ATNGW100 Summary of contents

Page 1

... Generates a fully working file system ready for deployment. 1 Introduction Buildroot is a set of scripts that builds an entire root file system for a given target. A target can be ATNGW100 or ATSTK1000. The scripts are based on a combination of Makefile and kconfig that is commonly used in many projects. Kconfig is used to give the user an easy configuration interface that is stored in a file ...

Page 2

Requirements AVR32003 2 Buildroot is a script system that heavily depends on a Linux system highly recommended that users either run a native Linux installation or run Linux within a virtual machine when running other operating systems. ...

Page 3

... URL>:<port>/ Example: export ftp_proxy=”ftp://avr32:password@proxy.example.net:3128/ This short getting started guide is intended for ATNGW100 and ATSTK1000 users. Start off by downloading the latest release from Atmel®, extract it somewhere on you system and enter the buildroot-avr32-<version> directory. ...

Page 4

Directory structure 4.1.1 binaries/ 4.1.2 build_avr32/ 4.1.3 .config 4.1.4 Config.in 4.1.5 .defconfig 4.1.6 dl/ AVR32003 4 Buildroot has a well defined structure of directories. From a fresh extraction of the tarball, Buildroot will look like: • Config.in • .defconfig ...

Page 5

Makefile 4.1.10 package/ 4.1.11 project/ 4.1.12 project_build_avr32/ 4.1.13 target/ 4.1.14 TODO 4.1.15 toolchain/ 4.1.16 toolchain_build_avr32/ 32062E-AVR32-11/08 In this directory the documentation for Buildroot can be found. Directory made by kconfig, used for knowing which values ...

Page 6

... Enter the base directory of Buildroot and type: • make menuconfig A curses based menu system will guide you around the different choices user wants to use the atngw100 or atstk1002 default configuration as a base, but do minor adjustment the following short guide will configure Buildroot to build new project. ...

Page 7

... Where the first file without an extension is only a file touched by the make system and should be ignored. The other two files are for programming into the two flash devices on the ATNGW100. They are named according to their content, where the root image is “/” and the usr image is “/usr”. ...

Page 8

... BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Atmel makes no representations or warranties with respect to the accuracy or completeness of the contents of this document and reserves the right to make changes to specifications and product descriptions at any time without notice. Atmel does not make any commitment to update the information contained herein. Unless specifically provided otherwise, Atmel products are not suitable for, and shall not be used in, automotive applications. Atmel’ ...

Related keywords