资 源 简 介
This is DNW For Linux (dnw4l) application.
dnw4l allows uploading binary images over USB to Samsung SoCs-based boards
with USB/DNW support.
PACKAGE CONTENTS
dnw4l.c - source code
dnw4l.h
Makefile
board.conf - board configuration file (example)
11-dnw4l.rules - udev rule (example)
README - this file
REQUIRED LIBRARIES
libusb-1.0
HOW TO BUILD IT
Install libusb-1.0 library and its devel package.
Build the application:
for x86:
$ make clean
$ make
for x86-64:
$ make clean
$ ENV=-m64 make
HOW TO USE IT
Board configuration file
Board configuration file contains information that is necessary
to find your board among other USB devices connected to your PC.
Before you start using this application you should add your board
related information to configuratio