laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/27317 )
Change subject: manual: add info and renders to show to set TE/NT mode ......................................................................
manual: add info and renders to show to set TE/NT mode
The page break is currently a bit ugly, but I didn't see an easy way to fix it. The images and info text should make the process much clearer.
Change-Id: I5999dc60850da2cd02d9bbc7db5727cdebf041c6 --- M doc/manuals/chapters/hardware.adoc A doc/manuals/images/nt_t.png A doc/manuals/images/te_t.png 3 files changed, 14 insertions(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved tnt: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/doc/manuals/chapters/hardware.adoc b/doc/manuals/chapters/hardware.adoc index 4a1de14..4549cf4 100644 --- a/doc/manuals/chapters/hardware.adoc +++ b/doc/manuals/chapters/hardware.adoc @@ -69,6 +69,20 @@ different pin-out. Particularly, you cannot use an Ethernet cross-over cable as an E1 cross-over!
+==== Switching between TE/NT mode + +To change the mode, unscrew the 2 PH0 screws on the side with the 2 RJ45 jacks. You'll also need to unscrew the nut on the SMA jack on the other side. +After that, the cover plate and rubber gasket around the 2 RJ45 jacks can be removed. The PCB can be slid out of the case. + +[frame="none"] +[grid="none"] +|=== +|image:images/te_t.png[width=250,title="icE1usb jumpered for TE mode"] |image:images/nt_t.png[width=250,title="icE1usb jumpered for NT mode"] +| *TE mode* (default) | *NT mode* | +|=== + +Each 2x4 jumper block is connected to the nearest RJ45 connector. + === Connectors on USB side
image::images/icE1usb-usb_side.jpg[width=400,title="USB side of icE1usb"] diff --git a/doc/manuals/images/nt_t.png b/doc/manuals/images/nt_t.png new file mode 100644 index 0000000..73143b7 --- /dev/null +++ b/doc/manuals/images/nt_t.png Binary files differ diff --git a/doc/manuals/images/te_t.png b/doc/manuals/images/te_t.png new file mode 100644 index 0000000..54d8343 --- /dev/null +++ b/doc/manuals/images/te_t.png Binary files differ