Bug #3379
opendocumentation on how to use SIMtrace2
60%
Description
the wiki in the SIMtrace2 redmine project currently only documents flashing, but there should of course be good information on how to use the host tools in order to run the complete system.
Related issues
Updated by tsaitgaist over 5 years ago
- Priority changed from Urgent to High
- % Done changed from 0 to 50
The wiki now also includes the firmware and application documentation.
Currently only trace firmware + sniff application are documented.
remote sim also needs to be documented although it is not critical since already present in the sysmoQMOD manual.
The firmware files also need to be uploaded to a server for automatic updates (jenkins job).
Updated by laforge over 5 years ago
FYI: This ticket is not yet marked as "in progress", so in the overview it appears like nobody is working on this. Please try to keep the tickets in sync with reality. Thanks!
BTW: there's the old SIMtrace user manual in docbook-xml format by zecke in simtrace.git. It might make sense to convert it to asciidoc and/or use it as basis to create a new manual which could then either be part of simtrace2.git or osmo-gsm-manuals.git. Having it inside simtrace2.git might be a better idea, also to keep code + manual in sync, and to make sure that any upcoming packages will contain firmware, host tools and manuals from one repo.
Updated by tsaitgaist over 5 years ago
laforge wrote:
FYI: This ticket is not yet marked as "in progress", so in the overview it appears like nobody is working on this. Please try to keep the tickets in sync with reality. Thanks!
it is in sync: I am waiting for the jenkins jobs to publish the firmware. Since this feature is in the other bug tracker I can't make it as child of this ticket.
@asciidoc: I'll also take care of this. Ideally this will become the main/only manual, and the wiki will only point to it.
Updated by tsaitgaist over 5 years ago
- Status changed from New to In Progress
- % Done changed from 50 to 60
the wiki is now pointing to the latest automatically uploaded firmware binaries.
next step: document cardem/remsim, and write asciidoc manuals.
Updated by demodulate over 5 years ago
For the host software build process:
Debian stable, testing, unstable, and experimental packages for libosmocom ( or libosmocore-dev as documented on the wiki ) appear insufficient to build SIMtrace2 (commit 76ef811a4e82d97a4c7ba929debf6befad3fd893) on my system. Building and installing libosmocom from source was sufficient to produce a build of the host software.
For the firmware build process:
Debian stable packages of libnewlib-arm-none-eabi gcc-arm-none-eabi were sufficient additions for these Makefile targets:
make
make APP=dfu BOARD=qmod
make APP=cardem BOARD=qmod
make APP=trace BOARD=qmod
make APP=trace BOARD=owhw
make APP=dfu BOARD=owhw
make APP=cardem BOARD=owhw
make APP=trace BOARD=simtrace
make APP=dfu BOARD=simtrace
make APP=cardem BOARD=simtrace;
Two targets failed for qmod, owhw, and simtrace which appears to be a simple Makefile issue:
make APP=ccid BOARD=qmod make: *** No rule to make target 'apps/ccid/usb_strings.txt', needed by 'apps/ccid/usb_strings_generated.h'. Stop. make APP=triple_play BOARD=qmod make: *** No rule to make target 'apps/triple_play/usb_strings.txt', needed by 'apps/triple_play/usb_strings_generated.h'. Stop.
Updated by tsaitgaist about 5 years ago
- Status changed from In Progress to Stalled
- Priority changed from Urgent to High
will be carried again once the cardemu firmware is also available for the simtrace hardware
Updated by Hoernchen about 4 years ago
triple_play is apparently still unavailable, even though it is still advertised in the readme.
Updated by laforge about 4 years ago
On Fri, Nov 29, 2019 at 03:50:01PM +0000, Hoernchen [REDMINE] wrote:
triple_play is apparently still unavailable, even though it is still advertised in the readme.
I think it was working once early on but then got broken again :( Would be nice
to eventually revive it.
Updated by laforge about 4 years ago
- Related to Bug #1705: re-integrate tracing + card reader modes into SIMtrace2 firmware (SAM3S) added
Updated by laforge about 1 year ago
There is at least an up-to-date tutorial video at https://media.ccc.de/v/osmodevcall-20221019-laforge-simtrace2-tutorial now. Slides at https://gitea.osmocom.org/laforge/laforge-slides/raw/branch/master/2022/osmodevcall-simtrace2/simtrace.pdf