DHCOM iMX25-D2: Difference between revisions

From Wiki-DB
Jump to navigationJump to search
(Replaced content with "Hardware Bootloader U-Boot WinCE Linux")
m (WikiSysop moved page COM iMX25-D2 to DHCOM iMX25-D2: Umbenennung von COM iMX25-D2)
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[COM iMX25 Hardware|Hardware]]
{|
|
|
|-
|__TOC__
|[[Image:COMiMX25.png|600px|COM iMX25-D2]]
|}


== Hardware ==
* [[COM iMX25 Hardware|Hardware]]


[[COM iMX25 Bootloader U-Boot|Bootloader U-Boot]]
{| class="wikitable" | style="width: 100%; color: #000000; background: #f3f3f3;" valign="top" |
|-
| style="width: 50%; background: #076b8d; border: 0pt;" |
| style="width: 50%; background: #076b8d; border: 0pt;" |
|-
|valign="top" style="border: 0pt;" |
* 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
|valign="top" style="border: 0pt;" |  
* 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 ==
*[[COM iMX25 Bootloader U-Boot|Bootloader U-Boot]]
*[[DHCOM Flash Update|DHCOM Update Mechanism for i.MX25]]
*[[COM iMX25 WinCE|WinCE]]
*[[COM iMX25 Linux|Linux]]


[[COM iMX25 WinCE|WinCE]]
== Downloads ==
==== Bootloader Binary ====
* [[media:U-boot_(V1.18.0.5).zip|Download U-Boot binary (v1.18.0.5)]] (for updating, please have a look at FAQ list)
==== Settings Files ====
* [[media:00_PrimeView_7inch_PM070WT3.zip|Settings PrimeView 7" Display (PM070WT3) (for U-Boot Version v1.11.2.0 or higher)]]
* [[media:01_DataImage_4_3inch_FG040360DSSWBG03.zip|Settings DataImage 4,3" Display (FG040360DSSWBG03) (for U-Boot Version v1.11.2.0 or higher)]]
==== DHupdate.ini example ====
* [[media:DHupdate_example.zip|DHupdate.ini file example (for U-Boot Version v1.10.0.0 or higher)]]
==== Update Bitmap example files ====
* [[media:Update_Bitmaps_800x480.zip|Update Bitmap example files for 800x480 display]]
==== Splash Image examples ====
* [[media:DH_480x272.zip|Example Splash Bitmap for 480x272 Display]]
* [[media:DH_800x480.zip|Example Splash Bitmap for 800x480 Display]]
==== Root Filesystem Update Kernel ====
* [[media:iMX25_RootfsUpdateKernel.zip|Update Kernel (dh-version 1v5): A tiny linux kernel used to update the nand-flash root filesystem]]
==== Linux Kernel Binary and Sources ====
* [https://github.com/dh-electronics/linux-imx25 Linux Kernel based on 3.2.xx mainline available on GitHub]
* [[media:DHCOM-linux-imx-3.2.9_BUILD.zip|Current built of the 3.2.9 DHCOM iMX25 linux kernel (2016-02-24)]]
* [[media:DHCOM-linux-imx-3.2.81_BUILD.zip|Current built of the 3.2.81 DHCOM iMX25 linux kernel (2016-10-07)]]


==== Debian Rootfilesystem ====
* [https://www.dropbox.com/s/9ivwpv2i2wznmu4/rootFS_DN_20110805et4_HL7%20%2830.10.2014%29.tar.bz2?dl=0 Current Debian root file system, based on Debian 6 "Squeeze" (2014-10-30)]<br/>Remark: Shellshock (CVE-2014-6271) is already fixed.


[[COM iMX25 Linux|Linux]]
==== Virtual Machine for Application Development ====
* [https://www.dropbox.com/s/b9424pfoiik21dd/Debian%20Squeeze%20v1.5pw.zip?dl=0 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 ====
* [[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]]

Revision as of 15:42, 8 May 2020

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