Open main menu

DAVE Developer's Wiki β

Changes

Software Manual (Diva)

1,290 bytes removed, 15:37, 2 October 2014
m
DIVELK microSD Layout
|-
|}
 
==== 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 platform. In particular, DIVELK provides a Virtualbox virtual machine with two emulated disks:
 
* Boot disk with pre-installed Ubuntu Linux 12.04.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
 
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 ===