DHCOM AM35-D2: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
Ageisreiter (talk | contribs) |
|||
(13 intermediate revisions by 5 users not shown) | |||
Line 17: | Line 17: | ||
* [[COM AM35 Hardware|Hardware]] | * [[COM AM35 Hardware|Hardware]] | ||
{| class="wikitable" | style="width: 100%; color: #000000; background: #f3f3f3;" valign="top" | | |||
|- | |- | ||
| style="width: | | style="width: 50%; background: #076b8d; border: 0pt;" | | ||
| style="width: | | style="width: 50%; background: #076b8d; border: 0pt;" | | ||
|- | |- | ||
|valign="top"| | |valign="top" style="border: 0pt;" | | ||
* Cortex-A8 AM3505/17 @ 600 MHz | * Cortex-A8 AM3505/17 @ 600 MHz | ||
* AM3517 inclusive 3d acceleration / AM3505 without 3d acceleration | * AM3517 inclusive 3d acceleration / AM3505 without 3d acceleration | ||
Line 32: | Line 32: | ||
* LC-Displaycontroller, RGB, 24 Bit colour depth, 1400 x 1050 Pixel | * LC-Displaycontroller, RGB, 24 Bit colour depth, 1400 x 1050 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 | ||
* 2x USB Host high-speed, USB OTG high-speed | * 2x USB Host high-speed, USB OTG high-speed | ||
Line 67: | Line 67: | ||
* [[media:DH_AM35x_SplashImages.zip|Example Splash Bitmaps for AM35x for different display resolutions (480x272, 800x480, 1024x768)]] | * [[media:DH_AM35x_SplashImages.zip|Example Splash Bitmaps for AM35x for different display resolutions (480x272, 800x480, 1024x768)]] | ||
==== 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-am35x Linux Kernel based on 3.2. | * [https://github.com/dh-electronics/linux-am35x Linux Kernel based on 3.2.xx mainline available on GitHub] | ||
* [[media:DHCOM-linux-am3517_BUILD.zip |Current built of the 3.2.12 DHCOM AM35 linux kernel (2014-04-23)]] | * [[media:DHCOM-linux-am3517_BUILD.zip |Current built of the 3.2.12 DHCOM AM35 linux kernel (2014-04-23)]] | ||
* [[media:DHCOM-linux-am3517-3.2.81_BUILD.zip |Current built of the 3.2.81 DHCOM AM35 linux kernel (2016-10-07)]] | |||
==== Debian Rootfilesystem ==== | |||
* [https://www.dropbox.com/s/ifr2an5n3fce4tx/2015-06-19_developer-rootfs_am3517.tar.gz?dl=0 Debian rootfilesystem, based on Debian 6 "Squeeze" incl. SGX kernel modules (3D acceleration)] | |||
:'''latest changes: 2014-10-30 -> 2015-06-09''' | |||
:: - Update dh gpio utils to v1.6 | |||
:: - Stop display blanking | |||
:'''latest changes: 2014-08-22 -> 2014-10-30''' | |||
:: - Fixed shellshock (CVE-2014-6271) | |||
==== 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 ==== | |||
* [[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
Performance & Features
Have a look at this youtube video to get an overview of the performace of the am3517 with the NEON coprocessor and the SGX 530 Graphics Processing Unit (GPU) included.
- The NEON coprocessor implements the Advanced SIMD media processing architecture. Single instruction, multiple data (SIMD), is a class of parallel computers with multiple processing elements that perform the same operation on multiple data simultaneously. E. g. NEON is used for video encoding.
- The SGX 530 Graphics Processing Unit includes the Universal Scalable Shader Engine (USSE™), with a feature set that exceeds the requirements of OpenGL 2.0 and Microsoft Shader Model 3, enabling 2D, 3D and general purpose (GP-GPU) processing in a single core. This GPU is not included in the AM3505.
Hardware
|
|
Software Support
Downloads
X-Loader Binary and Source
U-Boot Binary and Source
Settings Files
DHupdate.ini example
Update Bitmap example files
Splash Image examples for AM35x
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.12 DHCOM AM35 linux kernel (2014-04-23)
- Current built of the 3.2.81 DHCOM AM35 linux kernel (2016-10-07)
Debian Rootfilesystem
- latest changes: 2014-10-30 -> 2015-06-09
- - Update dh gpio utils to v1.6
- - Stop display blanking
- latest changes: 2014-08-22 -> 2014-10-30
- - Fixed shellshock (CVE-2014-6271)
Virtual Machine for Application Development
- Debian 6 "Squeeze" VMware Image (PW: dhelectronics)
Password for devel user: devel
Password for root user: root