DHCOM iMX25-D2: Difference between revisions

From Wiki-DB
Jump to navigationJump to search
Line 62: Line 62:


==== Virtual Machine for Application Development ====
==== Virtual Machine for Application Development ====
* [https://dl.dropbox.com/u/19433555/DHCOM/Debian%20Squeeze%20v1.5pw.zip Debian Squeeze VMware Image (PW: dhelectronics)] <br/>Password for devel user: '''devel'''<br/>Password for root user: '''root'''
* [https://dl.dropbox.com/u/19433555/DHCOM/Debian%20Squeeze%20v1.5pw.zip Debian 6 "Squeeze" VMware Image (PW: dhelectronics)] <br/>Password for devel user: '''devel'''<br/>Password for root user: '''root'''
 
==== Code Examples for Userspace-Applications to Access SPI, I2C, GPIOs, and more ====
==== Code Examples for Userspace-Applications to Access SPI, I2C, GPIOs, and more ====
* [[media:Demos_SPI_I2C_GPIO.zip|Download Code Examples SPI, I2C, GPIOs, RTC, UART, Watchdog, and more ]]  
* [[media:Demos_SPI_I2C_GPIO.zip|Download Code Examples SPI, I2C, GPIOs, RTC, UART, Watchdog, and more ]]  
* [[media:DHCOM_HAL.zip|Download C++ HAL class library for SPI, I2C, GPIO, UART and physical address space access]]
* [[media:DHCOM_HAL.zip|Download C++ HAL class library for SPI, I2C, GPIO, UART and physical address space access]]

Revision as of 17:21, 2 September 2015

COM iMX25-D2

Hardware

  • Freescale ARM9 i.MX25 @ 400 MHz
  • 0 - 2048 MB NAND-FLASH
  • 64 - 128 MB DDR2-266
  • MicroSD Sockel onboard
  • SD/MMC card interface
  • LC-Displaycontroller, 16 Bit colour depth, 800 x 600 Pixel
  • Touchcontroller onboard, 4-wire resistive
  • Ethernet 10/100 MBit
  • 1x USB Host full-speed, USB OTG high-speed
  • Serial Interfaces: 3x UART, 2x I²C, 2x SPI
  • CAN Interface: 1 Mbit/s
  • Real-time Clock RTC onboard
  • Temperature range: Operating -40 to +85 °C
  • SODIMM-200 Connector DHCOM Standard

Software Support

Downloads

Bootloader Binary

Settings Files

DHupdate.ini example

Update Bitmap example files

Splash Image examples

Root Filesystem Update Kernel

Linux Kernel Binary and Sources

Debian Rootfilesystem

Virtual Machine for Application Development

Code Examples for Userspace-Applications to Access SPI, I2C, GPIOs, and more