Difference between revisions of "S3c2440kits"

From eLinux.org
Jump to: navigation, search
Line 1: Line 1:
 
+
==Hardware==
 
 
'''Hardware '''
 
 
===CPU Board <b>----- [http://code.google.com/p/corewind2440/wiki/Core2440III Core2440-III]</b>===
 
===CPU Board <b>----- [http://code.google.com/p/corewind2440/wiki/Core2440III Core2440-III]</b>===
  * ARM9 Samsung S3C2440A development board
+
* ARM9 Samsung S3C2440A development board
  * 64Mbyte SDRAM, 64Mbyte Nand Flash
+
* 64Mbyte SDRAM, 64Mbyte Nand Flash
  * 250 pins connectors( Extend out all the I/O from S3C2440A with 250-pin connector)
+
* 250 pins connectors( Extend out all the I/O from S3C2440A with 250-pin connector)
  * One JTAG interface
+
* One JTAG interface
  * RTC support
+
* RTC support
  * PCB: 6 layers, 78.7mm X 38mm X 1.6 mm  
+
* PCB: 6 layers, 78.7mm X 38mm X 1.6 mm  
 
===Mother board 1 <b>----- [http://code.google.com/p/corewind2440/wiki/Kit2440III Kit2440-III]</b>===
 
===Mother board 1 <b>----- [http://code.google.com/p/corewind2440/wiki/Kit2440III Kit2440-III]</b>===
  * LCD/Touch Screen interface (40-pin FPC connector, support resolution up to 2048*2048)
+
* LCD/Touch Screen interface (40-pin FPC connector, support resolution up to 2048*2048)
  * Audio input and output slot (3.5mm audio jack)
+
* Audio input and output slot (3.5mm audio jack)
  * <b>4 USB Host interface and 1 USB device</b>
+
* <b>4 USB Host interface and 1 USB device</b>
  * one SD card slot
+
* one SD card slot
  * One 10/100M Ethernet interface (RJ45)
+
* One 10/100M Ethernet interface (RJ45)
  * 3 serial port(One 3-wire Serial port, the others was under the DB9 interface)
+
* 3 serial port(One 3-wire Serial port, the others was under the DB9 interface)
  * One 20-pin Jtag interface
+
* One 20-pin Jtag interface
  * One reset button
+
* One reset button
  * two expansion connector (two 20Pin 2mm pitch of the GPIO Interface Contains:Camera, SPI, I/O, AD)
+
* two expansion connector (two 20Pin 2mm pitch of the GPIO Interface Contains:Camera, SPI, I/O, AD)
  * PCB: 4 layers,  105mm x 80mm  
+
* PCB: 4 layers,  105mm x 80mm  
  * Fully support Windows 5.0 and Linux2.6.29
+
* Fully support Windows 5.0 and Linux2.6.29
  
 
===Electrical Characteristics===
 
===Electrical Characteristics===
  * Power supply: +9V
+
* Power supply: +9V
  * Working temperature: 0~70°C
+
* Working temperature: 0~70°C
 +
 
 +
==Software==
 +
===Linux===
 +
* Version: 2.6.29
 +
* Compile: arm-linux-gcc-4.3.2
 +
* Support file system
 +
** Yaffs — readable and writable file system, default selection.
 +
** Cramfs — compressed read-only file system, not recommended.
 +
** Ext2 — available when connecting a hard-disk
 +
** Fat32 — be used in mobile storing device.
 +
** NFS — network file system, can be used for debugging applications and drivers
 +
* drivers for source code
 +
** 3 standard serial port drivers.
 +
** Audio driver ( support playing and recording ).
 +
** LCD drivers ( including: resolution 320×240, 240×320 and 640×480 ).
 +
** Touch-screen driver.
 +
** USB camera ( including: OV511 camera and others ).
 +
** USB mouse, USB keyboard, U disk, mobile hard disk and so on.
 +
** Nand Flash, SD card driver, Yaffs driver, Watchdog, DM9000 driver, RTC driver.
 +
* Linux application and service program.
 +
** busybox1.2.0 tool kit ( includes general Linux instructions ).
 +
** Telnet、FTP、inetd ( remote login tools and services ).
 +
** Madplay ( MP3 player in console ).
 +
** rz and sz ( file receiving and sending application via serial port in console ).
 +
** Qt/Embedded
 +
===WinCE===
 +
* Version: Wince5.0
 +
* Drivers in CD.
 +
** USB mouse, USB keyboard, U disk and mobile hard disk driver.
 +
** USB synchronization driver.
 +
** Nand Flash, SD card driver, Yaffs driver, Watchdog, DM9000 driver, RTC driver.
 +
** 3 serial ports driver.
 +
** Audio In/Out driver.
 +
** register table preservation.
 +
** Flash free space power-off preservation, about 30M free space.
 +
* System characteristic
 +
** Windows XP interface style.
 +
** Windows Media Player 9.0 ( supports MP3, MPEG2, MPEG4, WMV, WAV and so on ).
 +
** Picture explorer, wordpad.
  
  

Revision as of 20:39, 9 June 2010

Hardware

CPU Board ----- Core2440-III

  • ARM9 Samsung S3C2440A development board
  • 64Mbyte SDRAM, 64Mbyte Nand Flash
  • 250 pins connectors( Extend out all the I/O from S3C2440A with 250-pin connector)
  • One JTAG interface
  • RTC support
  • PCB: 6 layers, 78.7mm X 38mm X 1.6 mm

Mother board 1 ----- Kit2440-III

  • LCD/Touch Screen interface (40-pin FPC connector, support resolution up to 2048*2048)
  • Audio input and output slot (3.5mm audio jack)
  • 4 USB Host interface and 1 USB device
  • one SD card slot
  • One 10/100M Ethernet interface (RJ45)
  • 3 serial port(One 3-wire Serial port, the others was under the DB9 interface)
  • One 20-pin Jtag interface
  • One reset button
  • two expansion connector (two 20Pin 2mm pitch of the GPIO Interface Contains:Camera, SPI, I/O, AD)
  • PCB: 4 layers, 105mm x 80mm
  • Fully support Windows 5.0 and Linux2.6.29

Electrical Characteristics

  • Power supply: +9V
  • Working temperature: 0~70°C

Software

Linux

  • Version: 2.6.29
  • Compile: arm-linux-gcc-4.3.2
  • Support file system
    • Yaffs — readable and writable file system, default selection.
    • Cramfs — compressed read-only file system, not recommended.
    • Ext2 — available when connecting a hard-disk
    • Fat32 — be used in mobile storing device.
    • NFS — network file system, can be used for debugging applications and drivers
  • drivers for source code
    • 3 standard serial port drivers.
    • Audio driver ( support playing and recording ).
    • LCD drivers ( including: resolution 320×240, 240×320 and 640×480 ).
    • Touch-screen driver.
    • USB camera ( including: OV511 camera and others ).
    • USB mouse, USB keyboard, U disk, mobile hard disk and so on.
    • Nand Flash, SD card driver, Yaffs driver, Watchdog, DM9000 driver, RTC driver.
  • Linux application and service program.
    • busybox1.2.0 tool kit ( includes general Linux instructions ).
    • Telnet、FTP、inetd ( remote login tools and services ).
    • Madplay ( MP3 player in console ).
    • rz and sz ( file receiving and sending application via serial port in console ).
    • Qt/Embedded

WinCE

  • Version: Wince5.0
  • Drivers in CD.
    • USB mouse, USB keyboard, U disk and mobile hard disk driver.
    • USB synchronization driver.
    • Nand Flash, SD card driver, Yaffs driver, Watchdog, DM9000 driver, RTC driver.
    • 3 serial ports driver.
    • Audio In/Out driver.
    • register table preservation.
    • Flash free space power-off preservation, about 30M free space.
  • System characteristic
    • Windows XP interface style.
    • Windows Media Player 9.0 ( supports MP3, MPEG2, MPEG4, WMV, WAV and so on ).
    • Picture explorer, wordpad.


Develop Resoures


S3c2440kits-revl1-soft.jpg

Developers' Resources

Join and share full development
resources of KIT2440-III
Start Here! >>
Linux development >>
WinCE development >>

S3c2440kits-revl1-line1.jpg S3c2440kits-revl1-hard.jpg

Hardware Information

Major component
information available
Details >>



S3c2440kits-revl1-line1.jpg S3c2440kits-revl1-com.jpg

Market Partner

Kit2440-III product
Marketplace
Go >>