Difference between revisions of "ARM Integrator"

From eLinux.org
Jump to: navigation, search
m (Bot (Edward's framework))
 
(Integrator Compact Platform)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Integrator Compact Platform ==
 
== Integrator Compact Platform ==
The [[Real View]]� Integrator(TM) Compact Platform operates in conjunction with a Core Module to provide a fully integrated development platform. The Core Module FPGA implements a set of ARM [[Prime Cell]] � Peripherals and memory controllers. The [[Prime Cell]] Peripherals make use of the drivers and connectors on the Compact Platform baseboard; these include LCD and touch screen connectors, VGA connector, Multi-Media Card (MMC) interface and an audio codec interface. Ethernet connectivity is provided by a dedicated interface chip. Expansion to Logic Modules and Logic Tiles is through an AMBA AHB-Lite system bus.
 
  
The Integrator/CP can be extended to support user created IP, using standard Integrator Logic Tiles, in conjunction with an IM-LT1 Interface, or using Logic Modules.  
+
The Real View® Integrator(TM) AP and CP (Compact Platform) operates in conjunction with a Core Module to provide a fully integrated development platform. The Core Module FPGA implements a set of ARM PrimeCell® Peripherals and memory controllers. The PrimeCell Peripherals make use of the drivers and connectors on the Compact Platform baseboard; these include LCD and touch screen connectors, VGA connector, Multi-Media Card (MMC) interface and an audio codec interface. Ethernet connectivity is provided by a dedicated interface chip. Expansion to Logic Modules and Logic Tiles is through an AMBA AHB-Lite system bus.  
  
Integrator/CP is compatible with the following Integrator Core Modules: ARM920T, ARM922T-XA10, ARM926EJ-S, ARM946E-S and ARM966E-S, ARM1026EJ-S and ARM1136J(F)-S. See the following link ([http://www.arm.com/products/DevTools/IntegratorCP.html]) for a more complete description of the board and processors supported.
+
* The Integrator/AP is a basic board with two UART ports, timer, RTC and NOR Flash
 +
* The Integrator/CP can be extended to support user created IP, using standard Integrator Logic Tiles, in conjunction with an IM-LT1 Interface, or using Logic Modules.  
  
= Boot Loader =
+
Integrator/CP is compatible with the following Integrator Core Modules: ARM920T, ARM922T-XA10, ARM926EJ-S, ARM946E-S and ARM966E-S, ARM1026EJ-S and ARM1136J(F)-S. See the following link [http://www.arm.com/products/DevTools/IntegratorCP.html Integrator Core Modules] for a more complete description of the board and processors.
U-Boot ([http://sourceforge.net/projects/u-boot/]) contains support for this board. To compile U-Boot from CVS sources you can use the following commands:
 
  
 +
The Integrator platforms are no longer officially supported by ARM Ltd.
 +
 +
== Boot Loader ==
 +
[http://sourceforge.net/projects/u-boot/ U-boot] contains support for this board. To compile U-Boot from CVS sources you can use the following commands:
 +
<pre>
 
*make integratorcp_config
 
*make integratorcp_config
 
*make
 
*make
 +
</pre>
 +
The resulting executable can then be loaded on the board using a debugger to be run from the bootMonitor. The following page [http://www.arm.com/linux/prebuilt_download.html Prebuilt downloads] contains some information on compiling and running Linux for this board.
 +
 +
==Links==
 +
*[http://www.df.lth.se/~triad/krad/integrator/ Booting a recent U-Boot and kernel on ARM Integrator/AP]
  
The resulting executable can then be loaded on the board using a debugger to be run from the bootMonitor. The following page ([http://www.arm.com/linux/prebuilt_download.html]) contains some information on compiling and running Linux for this board.
+
[[Category:Categories]]

Revision as of 15:03, 30 August 2011

Integrator Compact Platform

The Real View® Integrator(TM) AP and CP (Compact Platform) operates in conjunction with a Core Module to provide a fully integrated development platform. The Core Module FPGA implements a set of ARM PrimeCell® Peripherals and memory controllers. The PrimeCell Peripherals make use of the drivers and connectors on the Compact Platform baseboard; these include LCD and touch screen connectors, VGA connector, Multi-Media Card (MMC) interface and an audio codec interface. Ethernet connectivity is provided by a dedicated interface chip. Expansion to Logic Modules and Logic Tiles is through an AMBA AHB-Lite system bus.

  • The Integrator/AP is a basic board with two UART ports, timer, RTC and NOR Flash
  • The Integrator/CP can be extended to support user created IP, using standard Integrator Logic Tiles, in conjunction with an IM-LT1 Interface, or using Logic Modules.

Integrator/CP is compatible with the following Integrator Core Modules: ARM920T, ARM922T-XA10, ARM926EJ-S, ARM946E-S and ARM966E-S, ARM1026EJ-S and ARM1136J(F)-S. See the following link Integrator Core Modules for a more complete description of the board and processors.

The Integrator platforms are no longer officially supported by ARM Ltd.

Boot Loader

U-boot contains support for this board. To compile U-Boot from CVS sources you can use the following commands:

*make integratorcp_config
*make

The resulting executable can then be loaded on the board using a debugger to be run from the bootMonitor. The following page Prebuilt downloads contains some information on compiling and running Linux for this board.

Links