diff options
author | Harald Welte <laforge@gnumonks.org> | 2016-12-28 15:38:22 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2016-12-28 15:38:22 +0100 |
commit | 694abc586d78ce10b9cf8b94bb57a8b4acad67ff (patch) | |
tree | 1ec983576aa46098699f13663a4057253b7a69bb /2016 | |
parent | 4e42d2f9c1ba99fc8814bb2b25c8921bf20522f0 (diff) |
33c3: add slide on status + outlook, add link to 3g5 call
Diffstat (limited to '2016')
-rw-r--r-- | 2016/33c3/33c3-modems.adoc | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/2016/33c3/33c3-modems.adoc b/2016/33c3/33c3-modems.adoc index fddfd29..352f46d 100644 --- a/2016/33c3/33c3-modems.adoc +++ b/2016/33c3/33c3-modems.adoc @@ -259,6 +259,20 @@ image:images/legato_flash.png[width="80%"] // Show it is a highly complex SoC... with even more things // that are unknown.. device tree file, periperhal, etc + +== How to access the system? + +* serial console requires soldering re-work and is slow +* easy mechanism to get shell and transfer files from/to target +* Android `adbd` present on the modem but not exposed via USB +* it's possible to re-configuer the Linux kernel Android USB Gadget: +** `AT+QLINUXCMD+"/usr/bin/usb_uartdiag"` +** device re-enumerates with different composite USB interfaces +* Linux kernel driver on host needs patching (static interface + mapping assumption) +** patches available in `quectel-experiments.git`, documented in wiki + + == MDM 9615 AP SW Overview image:images/gandroid_logo.png[height=200,role="gimmick_right"] @@ -469,6 +483,19 @@ Start download fota for update.zip * Allow owners to modify the software of their device * Secure the FOTA upgrading with owner specified keys +== Status and Outlook + +* Status today +** Osmocom wiki with all our findings public now! +** debug tools (`osmo-qcdiag`, LD_PRELOAD wrapper, `qmi_test`, etc.) released +** mpcie-breakout + mv-uart released + available +** `libqmi-glib` integration WIP +* Outlook +** we hope to grow documentation in wiki +** please help us out: read code, play with devices + update wiki +** OE/opkg package feed planned +** aim is to have 100% FOSS userland on Cortex-A5 + == Unrelated Announcement * Osmocom project has gained support for 3G/3.5G during 2016 @@ -477,7 +504,7 @@ Start download fota for update.zip ** _Accelerate 3.5G_ programme provides 50 free 3.5 femtocells to contributors ** tell us how you would use your free femtocell to improve Osmocom ** Call for Proposals runs until January 31st, 2017. -** FIXME: link to wiki page +** see http://sysmocom.de/downloads/accelerate_3g5_cfp.pdf == Questions |