From ceca67b4a3a6f327ef14ec032421e5a391945bce Mon Sep 17 00:00:00 2001 From: peter-pycom <61411318+peter-pycom@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:48:06 +0100 Subject: [PATCH] fix 5.2 update (#398) --- content/updatefirmware/ltemodem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/updatefirmware/ltemodem.md b/content/updatefirmware/ltemodem.md index c5fd94b..9b39111 100644 --- a/content/updatefirmware/ltemodem.md +++ b/content/updatefirmware/ltemodem.md @@ -43,7 +43,7 @@ This update has to be done in two steps and is a full upgrade, meaning you can o For the first update you have to also specify `load_fff=False`. Using the SD cad method, it would be like this: ``` - sqnsupgrade.run('/sd/CATM1-5.2-48829-2.dup', load_fff=False) + sqnsupgrade.run('/sd/CATM1-5.2-48829-1.dup', load_fff=False) ```