mirror of
https://gitea.osmocom.org/sim-card/simtrace.git
synced 2026-03-16 21:28:36 +03:00
Begin to document how to get the firmware, how to build it, how to flash it, how to hack on it. Some parts are not there yet.
71 lines
2.3 KiB
XML
71 lines
2.3 KiB
XML
<?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>
|
|
</revhistory>
|
|
|
|
<title>SIMtrace Usermanual</title>
|
|
|
|
<copyright>
|
|
<year>2011</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>
|