Changes between Version 4 and Version 5 of Documentation/gWide/bLTESIM
- Timestamp:
- Apr 26, 2017, 5:44:24 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/gWide/bLTESIM
v4 v5 39 39 * We follow the instructions at: [https://sourceforge.net/p/openlte/wiki/Programming%20you%20own%20USIM%20card/] 40 40 * 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 ===== 43 1. 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 }}} 44 47 1. Run {{{ sudo pcsc_scan }}} to verify that the reader detects the card 45 48 1. You should see at the bottom the text … … 49 52 http://www.sysmocom.de/products/sysmousim-sjs1-sim-usim 50 53 }}} 51 1. Install pysim52 1. {{{ git clone git://git.osmocom.org/pysim pysim }}}53 1. Note: use master branch as of 2015-08-2054 1. Older revisions cannot write these cards55 1. This branch cannot read from these cards56 54 57 55 ===== Select SIM parameters ===== … … 101 99 102 100 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 }}}108 101 102