Difference between revisions of "DIN Rail CPU 60"

From InCircuit
Jump to: navigation, search
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Under construction}}
+
{{EoL}}
  
 
== Hardware ==
 
== Hardware ==
Line 8: Line 8:
  
  
The device {{PAGENAME}} is equipped with an ICnova i.MX 536 SODIMM Module.
+
The device {{PAGENAME}} is equipped with an [[ICnova i.MX536 SODIMM]] module.
 
It operates with an Freescale i.MX536 Cortex-A8 core at 800MHz CPU clock.
 
It operates with an Freescale i.MX536 Cortex-A8 core at 800MHz CPU clock.
  
Line 14: Line 14:
 
'''Features:'''
 
'''Features:'''
  
*Input Voltage: 10V to 24V DC
+
*[[ICnova i.MX536 SODIMM]] module with up to 800 MHz CPU clock
*ICnova i.MX 536 SODIMM Module with up to 800 MHz CPU clock
+
 
*512MB DDR3-RAM
 
*512MB DDR3-RAM
 
*8MB NOR-Flash
 
*8MB NOR-Flash
 
*4GB NAND-Flash
 
*4GB NAND-Flash
*External µSD Cardreader
+
*External µSD cardreader
 
*2x ADC Input / 2x DAC Output
 
*2x ADC Input / 2x DAC Output
 
*4x digital input
 
*4x digital input
*4x RS485, 1x CAN, 2x RS232 Interface
+
*4x RS485, 1x CAN, 2x RS232 interface
 
*1x 10/100 Base-T-Ethernet-Port
 
*1x 10/100 Base-T-Ethernet-Port
*Each 1x UART for Uplink and Downlink
+
*Each 1x UART for uplink and downlink
*2x USB Interface ( 1x Host, 1x Device)
+
*2x USB interface ( 1x Host, 1x Device)
*Arbitrary number of Modules mountable side by side
+
*Arbitrary number of modules mountable side by side
*Easy connection of all Modules with Bus connector
+
*Easy connection of all modules with BUS connector
 
*All modules can communicate via UART and RS485
 
*All modules can communicate via UART and RS485
 
*DIN Rail enclosure: 6 pitch units (div)
 
*DIN Rail enclosure: 6 pitch units (div)
*Other DIN-Rail Modules available
+
*Other DIN-Rail modules available
*Linux OS, Toolchain and Sources are included  
+
*Linux OS, toolchain and sources are included  
 +
*Input voltage: 24V DC
 
*Tempearture range from -10°C to +70°C
 
*Tempearture range from -10°C to +70°C
 
  
  
 
== Software ==
 
== Software ==
  
All Modules provided by In-Circuit usally have a [[:Category:Buildroot|Buildroot]] based system preinstalled, so they can be used out of the box. For some configuration a suitable [[:Category:Android|Android]]-Image is provided, too.
+
All Modules provided by In-Circuit usually have a [[:Category:Buildroot|Buildroot]] based system preinstalled, so they can be used out of the box.<br />Login as "root" for which no password is set.
  
The '''[http://www.ic42.de/Linux-Images/icnova_20110104.iso Support-CD]''' contains all sources, incl. Linux 2.6.28, which are needed to build a toolchain and a working filesystem for the {{PAGENAME}}.
+
The '''[http://www.ic42.de/Linux-Images/icnova_20130927.iso Support-CD]''' contains all sources required to build the linux image and rootfs for the [[ICnova i.MX536 SODIMM]] on the {{PAGENAME}}.
  
More information about the ICnova i.MX 536 SODIMM Module can be found on the [[ICnova i.MX536 SODIMM]] site.
+
If you are new to kernel building please refer to [[First Steps with Buildroot]].
  
 +
A version currently unter development for buildroot 2014.02 is available [http://www.ic42.de/Linux-Images/cpu60_20140324.iso here]. For this version full functionality is not guaranteed.
  
== Downloads ==
+
== How To ==
  
[[Media: 305000053A DIN Rail CPU 60.pdf |Datasheet {{PAGENAME}}]]
+
'''Access to Linux'''
 +
The boot and default login console are provided on the "RS232 (DBG UART)" connector with the following parameters:
  
<!--
+
  - Baudrate: 115200
[[Media: 610000147B DIN Rail CPU 10.pdf |Schematic {{PAGENAME}}]]
+
  - Databits: 8
-->
+
  - Stopbit: 1
 +
  - Parity: none
 +
  - Flow control: none
  
 +
A new image can be loaded by SD-card or over Network. By default the Bootloader is configured to search for a SD-card. If a SD-card with a suitable Linux-Image was found, the system starts to boot from the SD-card. Otherwise the system starts from the internal flash memory.
  
 +
'''Accessing the 7 Segment Display'''
 +
The DIN Rail CPU 60 has a 7 Segment Display on board. The following command sets the characters on the display:
 +
 +
  $ echo cf > /sys/bus/spi/devices/spi2.0/bcd
 +
 +
== Downloads ==
 +
 +
[[Media: 305000053A DIN Rail CPU 60.pdf |Datasheet {{PAGENAME}}]]
  
[[Category:DIN Rail Modules]]
+
[[Media: 610000169B CPU60.pdf |Schematic {{PAGENAME}}]]

Latest revision as of 12:10, 10 February 2017

This product is End of Life
This product is End of Life

Contents

[edit] Hardware

DIN Rail CPU 60 - high end Cortex-A8 Embedded PC Module

DIN Rail CPU 60


The device DIN Rail CPU 60 is equipped with an ICnova i.MX536 SODIMM module. It operates with an Freescale i.MX536 Cortex-A8 core at 800MHz CPU clock.


Features:

  • ICnova i.MX536 SODIMM module with up to 800 MHz CPU clock
  • 512MB DDR3-RAM
  • 8MB NOR-Flash
  • 4GB NAND-Flash
  • External µSD cardreader
  • 2x ADC Input / 2x DAC Output
  • 4x digital input
  • 4x RS485, 1x CAN, 2x RS232 interface
  • 1x 10/100 Base-T-Ethernet-Port
  • Each 1x UART for uplink and downlink
  • 2x USB interface ( 1x Host, 1x Device)
  • Arbitrary number of modules mountable side by side
  • Easy connection of all modules with BUS connector
  • All modules can communicate via UART and RS485
  • DIN Rail enclosure: 6 pitch units (div)
  • Other DIN-Rail modules available
  • Linux OS, toolchain and sources are included
  • Input voltage: 24V DC
  • Tempearture range from -10°C to +70°C


[edit] Software

All Modules provided by In-Circuit usually have a Buildroot based system preinstalled, so they can be used out of the box.
Login as "root" for which no password is set.

The Support-CD contains all sources required to build the linux image and rootfs for the ICnova i.MX536 SODIMM on the DIN Rail CPU 60.

If you are new to kernel building please refer to First Steps with Buildroot.

A version currently unter development for buildroot 2014.02 is available here. For this version full functionality is not guaranteed.

[edit] How To

Access to Linux The boot and default login console are provided on the "RS232 (DBG UART)" connector with the following parameters:

 - Baudrate: 115200
 - Databits: 8
 - Stopbit: 1
 - Parity: none
 - Flow control: none

A new image can be loaded by SD-card or over Network. By default the Bootloader is configured to search for a SD-card. If a SD-card with a suitable Linux-Image was found, the system starts to boot from the SD-card. Otherwise the system starts from the internal flash memory.

Accessing the 7 Segment Display The DIN Rail CPU 60 has a 7 Segment Display on board. The following command sets the characters on the display:

 $ echo cf > /sys/bus/spi/devices/spi2.0/bcd

[edit] Downloads

Datasheet DIN Rail CPU 60

Schematic DIN Rail CPU 60

Personal tools