Documentation

FRANÇAIS

FRANÇAIS

Download

Documentation

Installation - dvnixload

If you obtained dvnixload from the SVN version, issue this command:

./autogen.sh

Then, to configure dvnixload:

./configure

Finally, to install dvnixload:

make &&
make install

Compilation - HVUBL

To compile HVUBL:

make -C ubl board=sffsdr

List of supported boards:

evmdm6446 sffsdr das minidas afeusb evmdm355

Program launch

To launch dvnixload using a standard serial port:

dvnixload -p /dev/ttyS0 ubl-file application-file

To launch dvnixload using a USB serial port:

dvnixload -p /dev/ttyUSB0 ubl-file application-file

If your ARM toolchain prefix is different than "arm-linux-", you can use the CROSS_COMPILE environment variable like this before calling dvnixload:

export CROSS_COMPILE="arm-angstrom-linux-gnueabi-"

Manual

Online version of the manual (Manpage)

Files

$PREFIX/bin/dvnixload
dvnixload executable



About this site

Last modified:  Mon Mar 21 23:06:34 EDT 2011