From 2c10dc25a7ac4d24c737201489585f516148691e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 11 Mar 2019 17:52:48 +0100 Subject: [PATCH] FIX: simmodule firmware update. v3.11 --- tools/simmodule/SIM011.BIN | Bin 0 -> 733 bytes tools/simmodule/SIM011.md5.txt | 1 + tools/simmodule/SIM011.sha512.txt | 1 + tools/simmodule/readme.txt | 16 ++++++---------- 4 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 tools/simmodule/SIM011.BIN create mode 100644 tools/simmodule/SIM011.md5.txt create mode 100644 tools/simmodule/SIM011.sha512.txt diff --git a/tools/simmodule/SIM011.BIN b/tools/simmodule/SIM011.BIN new file mode 100644 index 0000000000000000000000000000000000000000..8b33758b05f8ef52d86684319eccc4a91150f78a GIT binary patch literal 733 zcmbVJO=uHA7@gV7sqOb%Ho9=v(+@`(pATP6O0l{9go zAs5+-6tM*D9(sr*PE*_CGLTy_doTxYxfD}v5_dJhdUfV7@4eyszW4DYY@zW{veM}} zWr4P5B~i{yRD`hp7kdbA{LBBB@jgGy$g4!I#4=jstUwAm({!lWtrXZpc!YbDQPXyK z8D=lgL`DQMO{ZytJze|QKq1lM+e&MoRvR~EUgDVhIOTpGlF29jG8p=4t_NwN?M5UkeJeZ7r9T6V`CcYlJ0A4salXet_R(Y{($fo z5_Q#}W+CdW>>Si-l$v~pw*!sZ5+@)Mh@5@t|b(0pByD5v1LVB55)O`%b6oQ!?mWv2EYq@4S zeyE`VC#;CD^YcC(%lk8)ieT=FlAYGjk8b7mol|+#8G5%J-~avVR`D7q$Fd*iE^17c tFyqAsd!6BzBiGv`HxUs<#*t~4ss|M=%y@0Qmp_ literal 0 HcmV?d00001 diff --git a/tools/simmodule/SIM011.md5.txt b/tools/simmodule/SIM011.md5.txt new file mode 100644 index 000000000..2a564eeb6 --- /dev/null +++ b/tools/simmodule/SIM011.md5.txt @@ -0,0 +1 @@ +e0be612fd3e68681ef0ee4706b4f28e2 *SIM011.BIN diff --git a/tools/simmodule/SIM011.sha512.txt b/tools/simmodule/SIM011.sha512.txt new file mode 100644 index 000000000..54a8bfd09 --- /dev/null +++ b/tools/simmodule/SIM011.sha512.txt @@ -0,0 +1 @@ +752f9d8af3db214a797bacb7362a0b53eff4dd3793853e467047b7d36ddae9d1b4a050d9136225a48830d9c70bbad791f89d05553b0453f004b7bbcdc337e658 *SIM011.BIN diff --git a/tools/simmodule/readme.txt b/tools/simmodule/readme.txt index 7efa40205..5dad9cd85 100644 --- a/tools/simmodule/readme.txt +++ b/tools/simmodule/readme.txt @@ -1,23 +1,19 @@ 2018-12-20 Iceman - +2019-03-11 Iceman chg ======================================= -The latest firmware for the SIM MODULE is : SIM010.bin - +The latest firmware for the SIM MODULE is : SIM011.bin You can use it to upgrade you sim module via the pm3 client. - pm3 --> sc upgrade -h -pm3 --> sc upgrade f ../tools/simmodule/SIM010.bin - +pm3 --> sc upgrade f ../tools/simmodule/SIM011.bin Even its a quite fast command you should be warned. You may brick it if you interrupt it. - Run hw status command to verify that the upgrade went well. pm3 --> hw status @@ -29,8 +25,8 @@ If you didn't download this file from the RRG Repo be aware that it might be cor You find to hash text files in this folder. They were generated with the following linux commands. -md5sum -b SIM010.bin > SIM010.md5.txt -sha512sum -b SIM010.bin > SIM010.sha512.txt +md5sum -b SIM011.bin > SIM011.md5.txt +sha512sum -b SIM011.bin > SIM011.sha512.txt -You should validate the SIM010.bin file against these hash files in order to be sure the file is not corrupt or faulty. \ No newline at end of file +You should validate the SIM011.bin file against these hash files in order to be sure the file is not corrupt or faulty. \ No newline at end of file