This CPU card is based on a Samsung S3C2410 CPU.
The card is shipped with:
- S3C2410@200 MHz (ARM920T/ARMv4T)
- 12MHz crystal reference
- SDRAM 32 MiB
- Samsung K4M563233E-EE1H
- 2M x 32Bit x 4 Banks Mobile SDRAM
- 90 pin FBGA
- CL3@133MHz, CL2@100MHz (CAS/RAS delay 19ns)
- four banks
- 32 bit data bits
- row address size is 11
- Row cycle time: 69ns
- collumn address size is 9 bits
- Extended temperature range (-25°C...85°C)
- 64ms refresh period (4k)
- NAND Flash 32 MiB
- Samsung KM29U256T
- 32MiB 3,3V 8-bit
- ID: 0xEC, 0x75, 0x??, 0xBD
- 30ns/40ns/20ns
- I2C interface, 100KHz and 400KHz
- Real Time Clock
- Dallas DS1337
- address 0x68
- EEPROM
- ST M24LC64
- address 0x50
- 16bit addressing
- LCD interface
- Touch Screen interface
- Camera interface
- I2S interface
- AC97 Audio-CODEC interface
- SD card interface
- 3 serial RS232 interfaces
- Host and device USB interface, USB1.1 compliant
- Ethernet interface
- 10Mbps, Cirrus Logic, CS8900A (on the CPU card) or
- 10/100Mbps, SMSC 91C111 (on the baseboard)
- SPI interface
- JTAG interface
How to get the binary image:
Using the default configuration:
make ARCH=arm a9m2410_defconfig
Build the binary image:
make ARCH=arm CROSS_COMPILE=armv4compiler
- Note:
- replace the armv4compiler with your ARM v4 cross compiler.