Difference between revisions of "CM-T335 SW Resources"

From Compulab Mediawiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
CM-T335 is a tiny Computer-on-Module (CoM) / System-on-Module (SoM) board designed to serve as a building block in embedded applications.<br>
+
#REDIRECT [[CM-T335 TI AM335x SW Resources]]
CM-T335 is built around the Texas Instruments Sitara AM3352/4 system-on-chip featuring an advanced Cortex-A8 ARM CPU coupled with a PowerVR SGX GPU. The CPU is supplemented with up-to 512MB DDR3 and 1GB of on-board NAND storage. In addition, CM-T335 features a wide range of industry standard interfaces - Gigabit Ethernet, WiFi 802.11, Bluetooth, USB, CAN bus, serial ports, I/O lines and ADC channels.<br>
 
Small size and low power consumption of the CM-T335 allow integration into portable and space-constrained designs, while its low price makes it an ideal selection for cost-sensitive applications.<br><br>
 
CM-T335 is provided with comprehensive documentation and full ready-to-run SW packages for Linux, Android and Windows Embedded Compact 7 operating systems.<br><br>
 
 
 
<div style="background: white; border: 1px solid black; padding: 1em;">
 
{| border="0" cellpadding="2" width="100%"  align="center" 
 
|-
 
! style="font-size: 125%; background-color: #eeeeee;" align="center" width="25%" | [[CM-T335_Android | Android]]
 
! style="font-size: 125%; background-color: #eeeeee;" align="center" width="25%" | [[CM-T335_Windows_Embedded_Compact_7 | Windows Embedded Compact 7]]
 
! style="font-size: 125%; background-color: #eeeeee;" align="center" width="25%" | [[CM-T335_Linux | Linux]]
 
! style="font-size: 125%; background-color: #eeeeee;" align="center" width="25%" | [[U-Boot_for_CM-T335 | U-Boot]]
 
|-
 
 
 
| align="center" |  <linkedimage>
 
wikipage=CM-T335_Android
 
tooltip=CM-T335_Android documentation
 
img_src=Image:Android-mascot.jpg
 
img_width=200px
 
img_height=180px
 
img_alt=CM-T335_Android
 
</linkedimage>
 
 
 
| align="center" |  <linkedimage>
 
wikipage=CM-T335_Windows_Embedded_Compact_7
 
tooltip=CM-T335 Windows Embedded Compact 7 documentation
 
img_src=Image:Windows-ce7.jpg
 
img_width=200px
 
img_height=180px
 
img_alt=CM-T335_Windows_Embedded_Compact_7
 
</linkedimage>
 
 
 
| align="center" |  <linkedimage>
 
wikipage=CM-T335_Linux
 
tooltip=CM-T335 Linux documentation
 
img_src=Image:Linux-Logo.jpg
 
img_width=200px
 
img_height=180px
 
img_alt=CM-T335_Linux
 
</linkedimage>
 
 
 
| align="center" |  <linkedimage>
 
wikipage=U-Boot_for_CM-T335
 
tooltip=CM-T335 U-Boot documentation
 
img_src=Image:U-boot.jpg
 
img_width=200px
 
img_height=180px
 
img_alt=U-Boot_for_CM-T335
 
</linkedimage>
 
|}
 
</div>
 
 
 
 
 
__NOTOC__
 
 
 
{{ChangelogRss| content=
 
===== 31-Dec-2014, WEC7 =====
 
: WEC7 BSP update:
 
: - Added NAND flashing functionality.
 
: - Added CEDDK API support.
 
: - Added support for GPIO interrupts from user-space.
 
: - Fixed UART stream interface access issue.
 
 
 
===== 14-Sep-2014, U-Boot =====
 
: U-Boot update to v2014.04-cm-t335-2.2:
 
: - DRAM configuration fine tuning
 
 
 
===== 30-June-2014, WEC7 =====
 
: WEC7 BSP update:
 
: - Added SPI stream interface.
 
: - Added Touch support.
 
: - Added initial CalibrationData for Startek KD050C.
 
: - Added U4 USB hub delay workaround.
 
 
 
===== 25-May-2014, WEC7 =====
 
: WEC7 BSP update:
 
: - Added hive support
 
: - Fixed USB stability issues.
 
: - NAND now mounted as "\NAND_Flash"
 
 
 
===== 01-May-2014, Linux =====
 
: Linux kernel for CM-T335 updates
 
: - Added LVDS support
 
: - Added SPI support
 
: - Added WLAN support
 
: - Added CAN support
 
: Updates for Android Demo Package for CM-T335
 
: - Added WLAN support
 
: - Added support for NAND flash as a main storage
 
: Documentation
 
: - Updated multiple articles to comply with the new Linux package
 
 
 
===== 13-Apr-2014, Linux =====
 
: Linux kernel for CM-T335 updates
 
: - Added LVDS support
 
: Documentation
 
: - Updated multiple articles to comply with the new Linux package
 
 
 
===== 02-Apr-2014, U-Boot =====
 
: U-Boot update to v2014.01-cm-t335-2:
 
: - Add ELM support
 
: - Add USB support
 
: - Add USB-to-Ethernet support
 
 
 
===== 5-March-2014, WEC7 =====
 
: WEC7 BSP update:
 
: -Fixed bug that could cause build problems.
 
: -Added NAND support
 
 
 
===== 25-Feb-2014, Linux =====
 
: Linux kernel for CM-T335 updates
 
: - Added SPI support
 
: - Added WLAN support
 
: - Added CAN support
 
: Documentation
 
: - Updated multiple articles to comply with the new Linux package
 
 
 
===== 30-Dec-2013, Linux =====
 
: Linux kernel for CM-T335 updates
 
: - Added analog audio support
 
: - Added Startek KD050C LCD panel support
 
: - Added PWM backlight support
 
: - Added 4-wire resistive touchscreen support
 
: - Added Bluetooth support
 
: - Added SGX support
 
: - Fixed CPSW MAC address handling
 
: Documentation
 
: - Updated multiple articles to comply with the new Linux package
 
 
 
===== 12-Nov-2013, U-Boot =====
 
: Initial release of U-Boot for CM-T335
 
: U-Boot 2013.10-cm-t335-1 supports:
 
: - MMC/SD Card
 
: - NAND flash
 
: - Multiple I2C buses
 
: - CPSW Ethernet switch
 
: - Green LED
 
: - PCA953x GPIO extender
 
 
 
===== 22-Sep-2013, WEC7 =====
 
: Initial release of Windows Embedded Compact 7 for the CM-T335
 
: -Based on Adeneo's AM335x_WEC7 BSP
 
 
 
===== 10-Sep-2013, Android =====
 
: Initial release of Android Demo package for CM-T335, contains
 
: - Basic support for the CM-T335 module
 
: - UART0
 
: - MMC, I2C
 
: - USB OTG and USB Host
 
: - RTC
 
: - TI's CPSW Ethernet Switch
 
: - DVI display
 
: Documentation
 
: - Initial documentation for CM-T335 support
 
 
 
===== 15-Aug-2013, Linux =====
 
: Linux kernel for CM-T335 updates
 
: - Added support for EM3027 RTC
 
: - Fixed USB issue
 
: Documentation
 
: - Updated multiple articles to comply with the new Linux package
 
 
 
===== 22-Jul-2013, Linux =====
 
: Initial release of Linux package for CM-T335, contains
 
: - Basic support for the CM-T335 module
 
: - UART0
 
: - MMC, I2C
 
: - Storage: NAND
 
: - TI's CPSW Ethernet Switch
 
: - DVI display
 
: Documentation
 
: - Initial documentation for CM-T335 support
 
}}
 
 
 
 
 
[[Category:CM-T335]]
 

Latest revision as of 13:08, 7 July 2015