comparison CHANGES @ 745:9e3b1ef1f440

make-imeisv utility documented
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 19 Oct 2020 06:47:13 +0000
parents 88a1c8af39ac
children efd85963ec85
comparison
equal deleted inserted replaced
744:2dcfad8a3ed0 745:9e3b1ef1f440
7 * fc-iram second program invokation mode fix: options for the second program 7 * fc-iram second program invokation mode fix: options for the second program
8 are no longer misinterpreted as fc-iram options. 8 are no longer misinterpreted as fc-iram options.
9 9
10 * New support for target boot control via DTR and RTS modem control outputs as 10 * New support for target boot control via DTR and RTS modem control outputs as
11 implemented on our new DUART28 adapter - see doc/DUART28-boot-control. 11 implemented on our new DUART28 adapter - see doc/DUART28-boot-control.
12
13 * New make-imeisv utility is an aid for shell scripts that need to construct a
14 16-digit IMEISV from a 15-digit traditional IMEI, including Luhn check digit
15 verification.
12 16
13 * ADC calibration table /sys/adccal is now supported much like various RF 17 * ADC calibration table /sys/adccal is now supported much like various RF
14 parameter tables: it can be decoded from binary to our own ASCII format with 18 parameter tables: it can be decoded from binary to our own ASCII format with
15 fc-bin2rftab, it can be compiled back into binary with fc-cal2bin, and it can 19 fc-bin2rftab, it can be compiled back into binary with fc-cal2bin, and it can
16 be uploaded with fc-fsio upload-rf-table. 20 be uploaded with fc-fsio upload-rf-table.