Hardware/ARMEBS/3

From UIT
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{private}} {{TOC right}} = The ARMEBS3 project = == The hardware == === The ARMEBS3 v1.3 board === Complete [source:/GHS/armebs3/doc/ARMEBS3_1_3.pdf documentation (pdf)] an...")
 
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{private}}
+
{{public}}
 
{{TOC right}}
 
{{TOC right}}
  
= The ARMEBS3 project =
+
= ARM-EBS 3 board =
  
== The hardware ==
+
== Hardware ==
 
=== The ARMEBS3 v1.3 board ===
 
=== The ARMEBS3 v1.3 board ===
Complete [source:/GHS/armebs3/doc/ARMEBS3_1_3.pdf documentation (pdf)] and [source:"/GHS/armebs3/doc/schematics ARMEBS3_1_3.pdf" schematics (pdf) ] [[BR]]
+
The complete [[Media:ARMEBS3_1_3.pdf|Schematic]] can be found here.
 +
 
 +
 
 
This is the central piece of our system.
 
This is the central piece of our system.
 
Features:
 
Features:
* processor : Atmel AT91RM9200
+
* processor : Atmel AT91RM9200
  * core : ARM920T @ 180MHz
+
** core : ARM920T @ 180MHz
* memory
+
* memory
  * SDRAM : 128 MB
+
** SDRAM : 128 MB
  * Flash : 16 MB
+
** Flash : 16 MB
* Simple IO :
+
* Simple IO :
  * 4 buttons and 2 LEDs
+
** 4 buttons and 2 LEDs
  * 17 General purpose IO
+
** 17 General purpose IO
* communication  
+
* communication  
  * Ethernet : 10/100MB
+
** Ethernet : 10/100MB
  * Serial : 2 * RS232
+
** Serial : 2 * RS232
* extensibility
+
* extensibility
  * USB : 2 * Master (USB 1.1)
+
** USB : 2 * Master (USB 1.1)
  * Compact Flash : 1 socket
+
** Compact Flash : 1 socket
  * SD and MMC : 1 socket
+
** SD and MMC : 1 socket
  * Mezzanine system :
+
** Mezzanine system :
    * Stackable (up to 4 stages)
+
** Stackable (up to 4 stages)
    * 16 data bits and 20 address bits
+
*** 16 data bits and 20 address bits
    * General purpose IO
+
*** General purpose IO
    * Interruption
+
*** Interruption
  
 
=== Mezzannines ===
 
=== Mezzannines ===
* VIDEO mezzanine : controller with SVGA capabilities
+
* VIDEO mezzanine : controller with SVGA capabilities
  * maximum resolution : 800x600 in 16 bits color depth
+
** maximum resolution : 800x600 in 16 bits color depth
  * LCD (TFT or STN) support
+
** LCD (TFT or STN) support
  * CRT support
+
** CRT support
  * touch screen controller [wiki:DriverNotWritten *]
+
** [[Hardware/ARMEBS/3/DriverNotWritten|Touch screen controller]]
  * keyboard controller [wiki:DriverNotWritten *]
+
** [[Hardware/ARMEBS/3/DriverNotWritten|Keyboard controller]]
  
* !FireWire mezzanine(ieee1394) [wiki:DriverNotWritten *]
+
* [[Hardware/ARMEBS/3/DriverNotWritten|!FireWire mezzanine(ieee1394)]]
  
* FPGA mezzanine [wiki:DriverNotWritten *]
+
* [[Hardware/ARMEBS/3/DriverNotWritten|FPGA mezzanine]]
  
== The software ==
+
== Software ==
 
This site is dedicated on the Linux side, but here is a list of what's running on this system:
 
This site is dedicated on the Linux side, but here is a list of what's running on this system:
* bootloader: [wiki:u-boot u-boot]
+
* bootloader: [[Hardware/ARMEBS/3/u-boot|u-boot]]
* [wiki:Linux GNU/Linux]
+
* [[Hardware/ARMEBS/3/Linux|GNU/Linux]]
  * kernel 2.6.15.4
+
** kernel 2.6.15.4
    * with drivers for ALL devices present on the ARMEBS3 and mezzanines (the !FireWire(ieee1934) mezzanine has only support in our 2.4 kernel, time is a limited ressource... but the portage will be done)
+
*** with drivers for ALL devices present on the ARMEBS3 and mezzanines (the !FireWire(ieee1934) mezzanine has only support in our 2.4 kernel, time is a limited ressource... but the portage will be done)
  * distributions :
+
** distributions :
    * full featured : [wiki:debian debian]
+
*** full featured : [[Hardware/ARMEBS/3/debian|Debian GNU/Linux]]
    * embedded : [wiki:snapgear snapgear]
+
*** embedded : [[Hardware/ARMEBS/3/snapgear|Snapgear GNU/Linux]]
* ThreadX
+
** ThreadX
  * a commercial realtime kernel
+
*** a commercial realtime kernel
* OS less (using GNU tools or the MULTI2000 (commercial IDE)
+
** OS less (using GNU tools or the MULTI2000 (commercial IDE)
* Rhapsody
+
** Rhapsody
 +
* Development environments
 +
** [[Hardware/ARMEBS/3/openembedded|OpenEmbedded]]
 +
 
 +
[[Category:Hardware]] [[Category:ARMEBS]]

Latest revision as of 14:41, 26 June 2015

Contents

ARM-EBS 3 board

Hardware

The ARMEBS3 v1.3 board

The complete Schematic can be found here.


This is the central piece of our system. Features:

  • processor : Atmel AT91RM9200
    • core : ARM920T @ 180MHz
  • memory
    • SDRAM : 128 MB
    • Flash : 16 MB
  • Simple IO :
    • 4 buttons and 2 LEDs
    • 17 General purpose IO
  • communication
    • Ethernet : 10/100MB
    • Serial : 2 * RS232
  • extensibility
    • USB : 2 * Master (USB 1.1)
    • Compact Flash : 1 socket
    • SD and MMC : 1 socket
    • Mezzanine system :
    • Stackable (up to 4 stages)
      • 16 data bits and 20 address bits
      • General purpose IO
      • Interruption

Mezzannines

Software

This site is dedicated on the Linux side, but here is a list of what's running on this system:

  • bootloader: u-boot
  • GNU/Linux
    • kernel 2.6.15.4
      • with drivers for ALL devices present on the ARMEBS3 and mezzanines (the !FireWire(ieee1934) mezzanine has only support in our 2.4 kernel, time is a limited ressource... but the portage will be done)
    • distributions :
    • ThreadX
      • a commercial realtime kernel
    • OS less (using GNU tools or the MULTI2000 (commercial IDE)
    • Rhapsody
  • Development environments
Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox