DHCOM AM335-D2: Difference between revisions

From Wiki-DB
Jump to navigationJump to search
(17 intermediate revisions by 6 users not shown)
Line 8: Line 8:


== Hardware ==
== Hardware ==
*[[COM AM335 Hardware|Hardware]]
*[[COM AM335 Hardware|Hardware Support]]


{| class="wikitable" align="center" |  style="width: 100%; color: #000000; background: #f3f3f3;" valign="top" |
{| class="wikitable" align="center" |  style="width: 100%; color: #000000; background: #f3f3f3;" valign="top" |
Line 43: Line 43:
* SODIMM-200 socket with DHCOM pin assignment
* SODIMM-200 socket with DHCOM pin assignment
|}
|}
== Product Change Notifications (PCN) ==
* [[media:PCN_AM335x-001_R01_2021-08-08.pdf|PCN_AM335x-001_R01_2021-08-08.pdf (SPI flash EOL)]]


== Software Support ==
== Software Support ==
*[[COM AM335x Bootloader U-Boot|Bootloader U-Boot]]
*[[COM AM335x Bootloader U-Boot|Bootloader U-Boot]]
*[[DHCOM Update Mechanism |DHCOM Update Mechanism for am335x]]
*[[DHCOM Update Mechanism |DHCOM Update Mechanism]]
*[[COM AM335x Linux|Linux]]
*[[COM AM335x Linux|Linux]]
<!-- *[[COM iMX6 WinCE|WinCE]] -->
<!-- *[[COM iMX6 WinCE|WinCE]] -->
Line 53: Line 56:
== Downloads ==
== Downloads ==
==== U-Boot Sources ====
==== U-Boot Sources ====
* [https://dl.dropboxusercontent.com/u/19433555/DHCOM/am335x/U-Boot-2016.01_AM335x_v0.4.0.2.zip ‎Download the latest U-Boot binary (V0.4.0.2)]
* [https://www.dropbox.com/s/bf77g3g7po311ai/U-Boot-2016.01_AM335x_v0.4.4.0.zip?dl=0 ‎Download the latest U-Boot binary (V0.4.4.0)]
* [https://github.com/dh-electronics/u-boot-am33x u-boot source code]
* [https://github.com/dh-electronics/u-boot-am33x u-boot source code]


==== Update-Kernel ====
==== Update-Kernel ====
* [https://dl.dropboxusercontent.com/u/19433555/DHCOM/am335x/2016-02-03_am335x_updatekernel.zip Update Kernel (binary 2016-02-03)]
* [https://www.dropbox.com/s/h3heiesok4gbw9c/2016-07-12_am335x_updatekernel.zip?dl=0 Update Kernel (binary 2016-07-12)]


==== Linux Kernel ====
==== Linux Kernel ====
* [https://github.com/dh-electronics/linux-am33x Linux Kernel based on 4.1.x mainline available on GitHub]
* [https://github.com/dh-electronics/linux-am33x Linux Kernel based on 4.1.x mainline available on GitHub]
* Prebuilt Kernel [https://dl.dropboxusercontent.com/u/19433555/DHCOM/am335x/2016-03-21_am335x_emmc_kernel.zip v4.1.15-rt17 2016-03-21]
* Prebuilt Kernel [https://www.dropbox.com/s/81eip7wo4yl83ft/2016-09-20_am335x_emmc_kernel.zip?dl=0 v4.1.33 2016-09-20]


==== Debian Rootfilesystem ====
==== Debian Rootfilesystem ====
* [https://dl.dropboxusercontent.com/u/19433555/DHCOM/am335x/2015-11-30_jessie-armhf-base-rootfs.tar.gz Debian rootfilesystem, based on Debian 8 "Jessie" (2015-11-30)]
* [https://www.dropbox.com/s/eqakegd6q9wvgh6/2015-11-30_jessie-armhf-base-rootfs.tar.gz?dl=0 Debian rootfilesystem, based on Debian 8 "Jessie" (2015-11-30)]


==== Virtual Machine for Application Development ====
==== Virtual Machine for Application Development ====
* [https://dl.dropboxusercontent.com/u/19433555/DHCOM/Debian%20Jessie%20v1.1.zip Debian 8 "Jessie" VMware Image] <br/>Password for devel user: '''devel'''<br/>Password for root user: '''root'''
* [https://www.dropbox.com/s/dj36ghi4w53idgm/Debian%20Jessie%20v1.2.zip?dl=0 Debian 8 "Jessie" VMware Image] <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]]


<!-- ==== WEC7 Downloads(function library) ==== -->
<!-- ==== WEC7 Downloads(function library) ==== -->

Revision as of 05:24, 16 August 2021

COM AM335-D2

Hardware

  • Cortex-A8 Texas Instruments am335x up to 1 GHz
  • 2D/3D graphics accelerator (optional)
  • 0 - 1024 MByte NAND flash memory or 4 - 16 GByte eMMC flash
  • 2 MB SPI boot flash
  • 128 - 512 MByte DDR3-DRAM
  • On-board microSD card socket
  • SD/MMC card interface, 4 bit SDIO
  • LC display controller, 24 bit colors, 2048x1536 pixels
  • On-board touch controller for 4-wire resistive touch screens
  • 2x Ethernet controller 10/100 Mbit
  • USB 2.0 OTG high-speed
  • USB 2.0 host high speed
  • Standard UART with hardware handshake support
  • Standard UART
  • CAN interface
  • SPI interface
  • I2C interface
  • I²S Audio interface
  • Real-time clock (I2CTM connection), low power temperature compensated
  • 12 bit analog input
  • PWM channel
  • 17 GPIOs
  • JTAG debug connection via FFC plug connector
  • Industrial temperature range (-40°C to +85°C)
  • SODIMM-200 socket with DHCOM pin assignment

Product Change Notifications (PCN)

Software Support

Downloads

U-Boot Sources

Update-Kernel

Linux Kernel

Debian Rootfilesystem

Virtual Machine for Application Development

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