Changes between Version 4 and Version 5 of Documentation/gWide/bLTESIM


Ignore:
Timestamp:
Apr 26, 2017, 5:44:24 PM (7 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/gWide/bLTESIM

    v4 v5  
    3939* We follow the instructions at: [https://sourceforge.net/p/openlte/wiki/Programming%20you%20own%20USIM%20card/]
    4040* To avoid DAMAGE to your cards, you must have purchased the ADM keys with them. Follow the instructions regarding ADM keys precisely to avoid ruining your cards!
    41 ===== Install Software =====
    42 1. Install card reader software under linux
    43  1. {{{ sudo apt-get install pcscd pcsc-tools libccid libpcsclite-dev }}}
     41
     42===== Installation requirements 04/26/17 =====
     431. Install card reader software under linux, (master branch now works)
     44 1. {{{ sudo apt-get install pcscd pcsc-tools libpcsclite1 libpcsclite-dev python-pip swig }}}
     45 1. {{{ pip install pyscard }}}
     46 1. {{{ git clone git://git.osmocom.org/pysim pysim }}}
    4447 1. Run {{{ sudo pcsc_scan }}} to verify that the reader detects the card
    4548 1. You should see at the bottom the text
     
    4952        http://www.sysmocom.de/products/sysmousim-sjs1-sim-usim
    5053}}}
    51 1. Install pysim
    52  1. {{{ git clone git://git.osmocom.org/pysim pysim }}}
    53  1. Note: use master branch as of 2015-08-20
    54   1. Older revisions cannot write these cards
    55   1. This branch cannot read from these cards
    5654
    5755===== Select SIM parameters =====
     
    10199   
    102100 
    103 ===== Installation requirements 04/26/17 =====
    104 1. Install card reader software under linux, (master branch now works)
    105  1. {{{ sudo apt-get install pcscd pcsc-tools libpcsclite1 libpcsclite-dev python-pip swig }}}
    106  1. {{{ pip install pyscard }}}
    107  1. {{{ git clone git://git.osmocom.org/pysim pysim }}}
    108101
     102