Open main menu

DAVE Developer's Wiki β

Changes

Diva Embedded Linux Kit (DIVELK)

1,469 bytes removed, 08:20, 26 June 2014
DIVELK software components
{| class="wikitable"
!
!colspan="12" | DIVELK version
|-
|Release number
|1.0.0
|2.0.0
|-
|Status
|Released
|Work in progress
|-
|Release date
|June 2013
|August 2014
|-
|'''Release notes'''
|[[Software_Manual_(Diva)#DIVELK_1.0.0 | Ver 1.0.0]]
| -
|-
|SOM PCB version
|CS133012A
|CS133012A
|-
|Supported carrier boards
|[[DivaEVB-Lite]]<br>[[:Category:Dacu | Dacu]]
|[[DivaEVB-Lite]]<br>[[:Category:Dacu | Dacu]]
|-
|U-Boot version
|2012.10-divelk-1.0.0
|2012.10-divelk-2.0.0
|-
|Linux version
|3.2.0-divelk-1.0.0
|3.12.10-divelk-2.0.0
|-
|Drivers
|valign="top" |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)
|valign="top" | 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)<br>USB OTG<br>CAN<br>ADC
|-
|TI EZSDK
|05.06.00.00
|}  ==== DIVELK microSD Layout ==== The microSD provided with DIVELK is used to store:* A bootable partition (mmcblk0p1, vfat) containing:** binary images (MLO, u-boot and kernel images)** DIVELK documentation** DIVELK DVDK virtual machine image* DIVELK root file system partition (mmcblk0p2, ext3)  DIVELK contains all the required software and documentation to start developing Linux application on the Diva platform07. In particular, DIVELK provides a Virtualbox virtual machine with two emulated disks: * Boot disk with pre-installed Ubuntu Linux 1200.0400.2 LTS and pre-configured basic Linux services (TFTP, NFS, ...) * Secondary disk containing source code and tools:** Bootloader (u-boot) source tree cloned from '''DAVE Embedded Systems''' public git repository ** Linux kernel source tree cloned from '''DAVE Embedded Systems''' public git repository** Pre-installed AM335x EZSDK with setup scripts, makefiles, example applications, ...** Toolchain** Root file system Please note that DIVELK u-boot and kernel source trees are derived from the official trees released by TI; these trees have been customized to add support for the Diva SOM. For further information on EZSDK, please refer to [http://processors.wiki.ti.com/index.php/Sitara_SDK_5.06.00_Release_Notes Sitara SDK release notes]. === DIVELK Updates === {{ImportantMessage|text=It's recommended to use the latest available DIVELK version. Please refer to [[Software_Manual_(Diva)#Release notes | Release notes]] for further information.}} ==== Updating git repositories ==== In DIVELK, the following source trees are clones of '''DAVE Embedded Systems''' public git repositories: {| class="wikitable" |-!| Component!GIT Remote!DIVELK Installation Directory|-|Linux|git@git.dave.eu:dave/diva/linux-am33x.git|/home/dvdk/delk/linux-am33x.git00
|-
|U-BootBuild System|git@git.dave.eu:dave/diva/u-boot-am33x.git|/home/dvdk/delk/u-boot-am33xYocto Dylan (1.git4)
|-
|}