~ubuntu-branches/debian/stretch/dns323-firmware-tools/stretch

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Package Import Robot
  • Author(s): Matt Palmer
  • Date: 2014-05-01 17:10:25 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140501171025-xcudtcxil78dsm4z
Tags: 0.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# dns323-firmware-tools
2
2
 
3
3
This package contains programs for manipulating the firmware images used by
4
 
the D-Link DNS-323 and similar devices (firmwares sometimes referred to as
5
 
"FrodoII" firmwares, due to the magic string used to identify them).
 
4
the D-Link DNS-323 and similar devices.
6
5
 
7
6
These firmware images are what are used to "bundle" the kernel, initrd, and
8
 
other data when uploading new firmware images using the "stock" interface. 
9
 
If you are already running a custom firmware, it is likely that these tools
10
 
will be of no use to you, and you will need to use whatever update mechanism
11
 
is provided by your firmware.
 
7
other data when uploading custom firmware images using the "stock" firmware
 
8
update interface.  If you are already running a custom firmware, it is
 
9
likely that these tools will be of no use to you, and you will need to use
 
10
whatever update mechanism is provided by your firmware.
12
11
 
13
12
 
14
13
## Requirements
15
14
 
16
 
The only requirements to run these tools is an installation of Ruby 1.8, and
17
 
the input files (kernel/initrd) to make into a firmware.
 
15
In order to run, this program requires:
 
16
 
 
17
 * Ruby 1.9 or above;
 
18
 
 
19
 * The `ffi` gem (`gem install ffi`);
 
20
 
 
21
 * A compatible firmware file, or the input files (kernel/initrd) to make
 
22
   into a firmware.