Project

General

Profile

« Previous | Next » 

Revision c6a2ba99

Added by osmith about 4 years ago

sim-applet/README.md: describe flashing

View differences:

sim-applet/README.md
1
# Hello World SIM Toolkit Program
1
# IMSI Pseudonymization SIM applet
2 2

  
3
This is the source code to a very simple *Hello World* Java SIM Toolkit
4
application.  You typically install it using the tools from the
5
<http://git.osmocom.org/sim/sim-tools/> repository.
3
### How to flash
6 4

  
7
For more information see
8
<https://osmocom.org/projects/cellular-infrastructure/wiki/Shadysimpy>
5
```
6
$ cp .sim-keys.example .sim-keys
7
$ nvim .sim-keys # adjust KIC1, KID1
8
$ make flash
9
```
10

  
11
Before flashing a second time, remove the sim applet:
12

  
13
```
14
$ make remove
15
```
16

  
17
Related:
18
* [Shadysimply in Osmocom wiki](https://osmocom.org/projects/cellular-infrastructure/wiki/Shadysimpy)

Also available in: Unified diff

Add picture from clipboard (Maximum size: 48.8 MB)