Open main menu

DAVE Developer's Wiki β

Changes

Software Manual (Diva)

9 bytes added, 14:03, 17 May 2013
m
DIVELK components
The typical developing environment for an Embedded Linux system is composed of a host machine and a target machine. The host is used by the developer to compile the code that will run on the target. In our case the target is obviously the Diva module, while the host is assumed to be a PC running the Linux operating system. The Linux kernel running on the target can mount the root file system from different physical media. During the software development, we strongly recommend using a directory exported via NFS by the host for this purpose (see the example configuration called [[Prodotti_-_Dave_-_Diva_(DDx)_-_doc_-_Software_Manual#Net_nfs | net_nfs]]).
==== DIVELK software components ====
Dave 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.