Difference between revisions of "Diva Embedded Linux Kit (DIVELK)"

From DAVE Developer's Wiki
Jump to: navigation, search
m (Introduction)
m (Kit Contents)
Line 60: Line 60:
 
|Please refer to [[Software Manual (Diva) | Diva Software Manual]]
 
|Please refer to [[Software Manual (Diva) | Diva Software Manual]]
 
|-
 
|-
 +
|}
 +
 +
== DIVELK software components ==
 +
 +
'''DAVE Embedded Systems''' adds to the latest EZSDK from Texas Instruments the customization required to support the Diva platform. For this reason most of the documentation provided by TI remains valid for the DIVELK development kit. However, some customization is required, in particular at bootloader and linux kernel levels.
 +
 +
The following table shows how DIVELK releases are related to EZSDK releases.
 +
{| class="wikitable"
 +
!
 +
!colspan="1" | DIVELK version
 +
|-
 +
|Release number
 +
|1.0.0
 +
|-
 +
|Status
 +
|Released
 +
|-
 +
|Release date
 +
|June 2013
 +
|-
 +
|'''Release notes'''
 +
|[[Software_Manual_(Diva)#DIVELK_1.0.0 | Ver 1.0.0]]
 +
|-
 +
|SOM PCB version
 +
|CS133012A
 +
|-
 +
|Supported carrier boards
 +
|[[DivaEVB-Lite]]<br>[[:Category:Dacu | Dacu]]
 +
|-
 +
|U-Boot version
 +
|2012.10-divelk-1.0.0
 +
|-
 +
|Linux version
 +
|3.2.0-divelk-1.0.0
 +
|-
 +
|Drivers
 +
|SPI NOR Flash (boot)<br>NAND 8 bit (boot)<br>UART0 (2-wire)<br>USB Host<br>SD/MMC1<br>GPIO<br>LCD<br>Touch screen controller<br>EMAC0 RMII (Fast Ethernet)<br>PMIC RTC (battery powered)<br>
 +
Audio (ALSA)
 +
|-
 +
|TI EZSDK
 +
|05.06.00.00
 
|}
 
|}
  

Revision as of 14:53, 4 June 2014

Info Box
Dacu-top-view.png Applies to Dacu
Diva-am335x-overview.png Applies to Diva

Introduction[edit | edit source]

Divelk 01.png

Diva Embedded Linux Kit (DIVELK for short) provides all the necessary components required to set up the developing environment to:

  • build the bootloader (U-Boot)
  • build and run Linux operating system on Diva-based systems
  • build Linux applications that will run on the target.

The main kit components are:

  • hardware platform composed by Diva system-on-module (SOM for short) and carrier board. Supported carrier boards are:
    • DivaEVB-Lite standalone
    • DivaEVB-Lite plugged on Dacu carrier board
  • Development virtual machine containing:
    • Toolchain
    • U-Boot bootloader sources
    • Linux kernel sources
  • Technical documentation such hardware manuals, mechanical drawings, reference schematics, application notes etc.

The documents related to the software issues help the user to quickly start configuring the bootloader and the operating system, by hiding most of the complexity of the underlying hardware. For more details about Diva hardware characteristics, please refer to the Diva Hardware Manual. An account for the reserved area of DAVE Embedded Systems website is required to access the kit contents.

Kit Contents[edit | edit source]

Component Description Notes
Diva-400.png Diva SOM
CPU: TI AM3359
SDRAM: 512 MB DDR3
NOR: bootable SPI flash 32 MB
NAND: 1GB
Please refer to Diva Hardware Manual
Divaevb-divelk 01.png Diva-EVB-Lite Carrier board Please refer to DivaEVB-Lite page
Dacu-top-view.png Dacu Carrier board Please refer to Dacu page
Display.jpg Ampire AM-800480STMQW
7” 800x480 LCD display
LVDS interface
Please refer to Diva Software Manual
Alimentatore.jpg AC/DC Single Output Wall Mount adapter
Output: +12V – 2.0 A
Please refer to Diva Software Manual
Cavetto-seriale2.jpg DB9 Male Serial port adapter Please refer to Diva Software Manual
ProdSDC-MBLY-thumb.png MicroSDHC card with SD adapter and USB adapter Please refer to Diva Software Manual

DIVELK software components[edit | edit source]

DAVE Embedded Systems adds to the latest EZSDK from Texas Instruments the customization required to support the Diva platform. For this reason most of the documentation provided by TI remains valid for the DIVELK development kit. However, some customization is required, in particular at bootloader and linux kernel levels.

The following table shows how DIVELK releases are related to EZSDK releases.

DIVELK version
Release number 1.0.0
Status Released
Release date June 2013
Release notes Ver 1.0.0
SOM PCB version CS133012A
Supported carrier boards DivaEVB-Lite
Dacu
U-Boot version 2012.10-divelk-1.0.0
Linux version 3.2.0-divelk-1.0.0
Drivers SPI NOR Flash (boot)
NAND 8 bit (boot)
UART0 (2-wire)
USB Host
SD/MMC1
GPIO
LCD
Touch screen controller
EMAC0 RMII (Fast Ethernet)
PMIC RTC (battery powered)

Audio (ALSA)

TI EZSDK 05.06.00.00

Related Documents[edit | edit source]