DHCOM iMX25-D2: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
Ageisreiter (talk | contribs) |
|||
(14 intermediate revisions by 6 users not shown) | |||
Line 9: | Line 9: | ||
== Hardware == | == Hardware == | ||
* [[COM iMX25 Hardware|Hardware]] | * [[COM iMX25 Hardware|Hardware]] | ||
== Product Change Notifications (PCN) == | |||
* [[media:PCN_iMX25_R01_2017-10-02.pdf|PCN_iMX25_R01_2017-10-02.pdf (Qualification of additional NAND Flash)]] | |||
* [[media:PCN_DHCOM-iMX25-004_R01_2021-04-23.pdf|PCN_DHCOM-iMX25-004_R01_2021-04-23.pdf (Qualification of additional NAND Flash)]] | |||
* [[media:PCN_DHCOM-iMX25-005_R01_2021-12-23.pdf|PCN_DHCOM-iMX25-005_R01_2021-12-23.pdf (microSD socket EOL)]] | |||
{| class="wikitable" | style="width: 100%; color: #000000; background: #f3f3f3;" valign="top" | | {| class="wikitable" | style="width: 100%; color: #000000; background: #f3f3f3;" valign="top" | | ||
|- | |- | ||
| style="width: 50%; background: #076b8d;" | | | style="width: 50%; background: #076b8d; border: 0pt;" | | ||
| style="width: 50%; background: #076b8d;" | | | style="width: 50%; background: #076b8d; border: 0pt;" | | ||
|- | |- | ||
|valign="top"| | |valign="top" style="border: 0pt;" | | ||
* Freescale ARM9 i.MX25 @ 400 MHz | * Freescale ARM9 i.MX25 @ 400 MHz | ||
* 0 - 2048 MB NAND-FLASH | * 0 - 2048 MB NAND-FLASH | ||
Line 23: | Line 28: | ||
* LC-Displaycontroller, 16 Bit colour depth, 800 x 600 Pixel | * LC-Displaycontroller, 16 Bit colour depth, 800 x 600 Pixel | ||
* Touchcontroller onboard, 4-wire resistive | * Touchcontroller onboard, 4-wire resistive | ||
|valign="top"| | |valign="top" style="border: 0pt;" | | ||
* Ethernet 10/100 MBit | * Ethernet 10/100 MBit | ||
* 1x USB Host full-speed, USB OTG high-speed | * 1x USB Host full-speed, USB OTG high-speed | ||
Line 53: | Line 58: | ||
* [[media:DH_800x480.zip|Example Splash Bitmap for 800x480 Display]] | * [[media:DH_800x480.zip|Example Splash Bitmap for 800x480 Display]] | ||
==== Root Filesystem Update Kernel ==== | ==== Root Filesystem Update Kernel ==== | ||
* | * Please contact DH electronics if you need a binary. | ||
==== Linux Kernel Binary and Sources ==== | ==== Linux Kernel Binary and Sources ==== | ||
* [https://github.com/dh-electronics/linux-imx25 Linux Kernel based on 3.2. | * [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 ( | * [[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. | |||
==== Virtual Machine for Application Development ==== | ==== Virtual Machine for Application Development ==== | ||
* [https:// | * [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 ==== | ==== 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]] |
Latest revision as of 06:13, 31 May 2022
Hardware
Product Change Notifications (PCN)
- PCN_iMX25_R01_2017-10-02.pdf (Qualification of additional NAND Flash)
- PCN_DHCOM-iMX25-004_R01_2021-04-23.pdf (Qualification of additional NAND Flash)
- PCN_DHCOM-iMX25-005_R01_2021-12-23.pdf (microSD socket EOL)
|
|
Software Support
Downloads
Bootloader Binary
- Download U-Boot binary (v1.18.0.5) (for updating, please have a look at FAQ list)
Settings Files
- Settings PrimeView 7" Display (PM070WT3) (for U-Boot Version v1.11.2.0 or higher)
- Settings DataImage 4,3" Display (FG040360DSSWBG03) (for U-Boot Version v1.11.2.0 or higher)
DHupdate.ini example
Update Bitmap example files
Splash Image examples
Root Filesystem Update Kernel
- Please contact DH electronics if you need a binary.
Linux Kernel Binary and Sources
- Linux Kernel based on 3.2.xx mainline available on GitHub
- Current built of the 3.2.9 DHCOM iMX25 linux kernel (2016-02-24)
- Current built of the 3.2.81 DHCOM iMX25 linux kernel (2016-10-07)
Debian Rootfilesystem
- Current Debian root file system, based on Debian 6 "Squeeze" (2014-10-30)
Remark: Shellshock (CVE-2014-6271) is already fixed.
Virtual Machine for Application Development
- Debian 6 "Squeeze" VMware Image (PW: dhelectronics)
Password for devel user: devel
Password for root user: root