aboutsummaryrefslogtreecommitdiffstats
path: root/docs/usermanual.xml
blob: 59d40784273bd6907618f9f6f827719af96dbbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ex:ts=4:sw=4:sts=4:et
  -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY chapter-introduction SYSTEM "chapters/introduction.xml">
<!ENTITY chapter-installation SYSTEM "chapters/installation.xml">
<!ENTITY chapter-hw-details SYSTEM "chapters/hardware_details.xml">
<!ENTITY chapter-using-sniff SYSTEM "chapters/using_sniff.xml">
<!ENTITY chapter-building SYSTEM "chapters/building.xml">
<!ENTITY chapter-firmware SYSTEM "chapters/firmware.xml">
<!ENTITY chapter-appendix SYSTEM "chapters/appendix.xml">
]>

<book>
  <bookinfo>
    <revhistory>
        <revision>
            <revnumber>0.0.1</revnumber>
            <date>12 July 2011</date>
            <authorinitials>z</authorinitials>
            <revremark>Initial</revremark>
        </revision>
        <revision>
            <revnumber>0.0.2</revnumber>
            <date>14 August 2011</date>
            <authorinitials>z</authorinitials>
            <revremark>Copy HW Info from the Wiki</revremark>
        </revision>
        <revision>
            <revnumber>0.0.3</revnumber>
            <date>15 August 2011</date>
            <authorinitials>z</authorinitials>
            <revremark>Document building wireshark</revremark>
        </revision>
        <revision>
            <revnumber>0.0.4</revnumber>
            <date>8 October 2011</date>
            <authorinitials>z</authorinitials>
            <revremark>Document Firmware</revremark>
        </revision>
        <revision>
            <revnumber>0.0.5</revnumber>
            <date>10 January 2012</date>
            <authorinitials>z</authorinitials>
            <revremark>Add additional distro packages, mention the v0.4 firmware
            update procedure, add some notes of the SAM-BA mode</revremark>
        </revision>
    </revhistory>

    <title>SIMtrace Usermanual</title>

    <copyright>
      <year>2011-2012</year>
    </copyright>

    <legalnotice>
      <para>This work is licensed under a Creative Commons Attribution 3.0
      Unported License. To view a copy of this license, visit <ulink
      url="http://creativecommons.org/licenses/by-sa/3.0/">http://creativecommons.org/licenses/by-sa/3.0/</ulink>
      or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford,
      California 94305, USA.</para>
    </legalnotice>
  </bookinfo>

  <!-- Main chapters-->
  &chapter-introduction;
  &chapter-installation;
  &chapter-hw-details;
  &chapter-using-sniff;
  &chapter-building;
  &chapter-firmware;

  &chapter-appendix;
</book>