From a95ff04392e4220d0814074245292f1137ffc021 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 13 Mar 2019 12:46:03 +0100 Subject: [PATCH 1/3] Fix mem leak in flash mem read --- armsrc/appmain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index f264e9f65..aecfee076 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -1391,6 +1391,7 @@ void UsbPacketReceived(uint8_t *packet, int len) { FlashStop(); cmd_send(CMD_ACK, 1, 0, 0, 0, 0); + BigBuf_free(); LED_B_OFF(); break; } From 174da2d51970016dc85dde6cecd9221e559db90d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 13 Mar 2019 15:33:46 +0100 Subject: [PATCH 2/3] readme: sim011 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8c04f852..3e0a2863d 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ Find version in the long output, look for these two lines This version is obselete. The following command upgrades your device sim module firmware. Don't not turn of your device during the execution of this command. - pm3 --> sc upgrade f ../tools/simmodule/SIM010.BIN + pm3 --> sc upgrade f ../tools/simmodule/SIM011.BIN You get the following output, this is a successful execution. From a1a04cb567b9a94e336c9b7bd2d3dea712c079f7 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 13 Mar 2019 16:00:15 +0100 Subject: [PATCH 3/3] readme: bump sim version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e0a2863d..cfdbacc61 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ You will need to run these commands to make sure your rdv4 is prepared ### Verify sim module firmware version To make sure you got the latest sim module firmware. -_Lastest version is v3.10_ +_Lastest version is v3.11_ pm3 --> hw status