diff --git a/docs/chapters/hardware_details.xml b/docs/chapters/hardware_details.xml new file mode 100644 index 0000000..f5f0e7d --- /dev/null +++ b/docs/chapters/hardware_details.xml @@ -0,0 +1,86 @@ + + + Getting and Building the Software +
+ Populated PCB + The version v1.0p is the first production that had an + automatic SMT run. Due some production issues the labeling of + components didn't make it to the PCB but can be found in this + manual. The difference between the v1.0 and v1.0p hardware is + in the footprint of some components to utilize the existing + stock of the factory. This was mostly done for the LED and the + shottky diodes. + +
SIMtrace v1.0 PCB + + + + + SIMtrace v1.0 PCB + +
+
+ +
+ PCB Surface + +
SIMtrace v1.0 Surface + + + + + + + + + + + + + + + + + + + + + USB: USB mini-B connector. The main connector. The host software communicates (sniffing,...) through USB with the board. It can also be used to flash the micro-controller (using DFU). + + + serial: 2.5 mm jack serial cable, as used by osmocomBB. port used to debug the device (printf goes there). + + + debug (P3): same as serial, but using the FTDI serial cable. + + + jtag (P1): JTAG 20 pin connector to do hardware assisted debugging. + + + BT1: battery connector (4.5-6V DC). normally the USB provides power, but the battery port can be used for autonomous use of SIMtrace. The sniffing can be saved in the flash (U1). + + + FFC_SIM (P3): to connect the flat flexible cable with SIM end for the phone. + + + SIM (P4): put your SIM in there (instead of in the phone) + + + reset (SW1): to reset the board (not erasing the firmware). If your are too lazy to unplug and re-plug the USB. + + + bootloader (SW2): used to start the bootloader so to flash the device using DFU. press when plugging in the USB. + + + test (JP1): short circuit using a jumper to flash using SAM-BA. + + + erase (JP2): short circuit using a jumper to erase completely erase the firmware. + + + + +
+
+
+
diff --git a/docs/images/simtrace_hw.jpg b/docs/images/simtrace_hw.jpg new file mode 100644 index 0000000..c7bd943 Binary files /dev/null and b/docs/images/simtrace_hw.jpg differ diff --git a/docs/images/simtrace_surface.png b/docs/images/simtrace_surface.png new file mode 100644 index 0000000..d1dcc16 Binary files /dev/null and b/docs/images/simtrace_surface.png differ diff --git a/docs/usermanual.xml b/docs/usermanual.xml index 1bc811a..d69f443 100644 --- a/docs/usermanual.xml +++ b/docs/usermanual.xml @@ -7,6 +7,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + @@ -21,6 +22,12 @@ z Initial + + 0.0.2 + 14 August 2011 + z + Copy HW Info from the Wiki + SIMtrace Usermanual @@ -41,6 +48,7 @@ &chapter-introduction; &chapter-installation; + &chapter-hw-details; &chapter-using; &chapter-building;