@@ -126,6 +126,57 @@ Reading flash... done.
126126
127127Press ESC until the MCU reboots and holds itself in the Bootloader.
128128
129+ Example Bootloader Output:
130+ ```
131+ 'MT' (@) 2019 STM32F4, Stop
132+ top
133+
134+ help
135+ For more information on a specific command, type HELP command-name
136+ help This tekst
137+ ver Software version
138+ reboot reboot CPU
139+ stm32 STM32 internal bootlaoder
140+ crc CRC32 check
141+ ea Erase application
142+ es Erase shadow app
143+ em Erase motor app
144+ eb Erase battery app
145+ ec Erase shifter app
146+ ua Upload app (Y-modem)
147+ us Upload shadow app (Y-modem)
148+ um Upload motor app (Y-modem)
149+ ub Upload battery app (Y-modem)
150+ uc Upload shifter app (Y-modem)
151+ st Start application
152+ vi Version information
153+
154+ ver
155+ STM32 bootloader <1.09> Muco Technologies (c)2019
156+
157+ crc
158+ APP CRC ok
159+ No shadow application
160+ MotorPcb CRC ok
161+ Battery CRC ok
162+ No Shifter application
163+
164+ vi
165+ STM32 bootloader v1.09 (Feb 21 2020 14:50:53)
166+ Loaded Application: v1.06.08 (Apr 9 2021 11:22:41) size 215108 bytes
167+ No Shadow Application
168+ No Shifter Application
169+ Motor Application: v0.00.16 ( 03 2021 00:48:35) size 61720 bytes
170+ Battery Application: v1.11.01 (Apr 19 2021 18:17:22) size 84020 bytes
171+
172+ ec
173+ Erasing shifter flash 128 Kb... Erase sector 4
174+ OK
175+ ```
176+
177+
178+
179+
129180pack-process�ÀFÀprocess pack files in external flash memory�source/monitor/cmd_packfs.c�Processing pakfs
130181
131182
@@ -245,4 +296,4 @@ READ AND DECODE LOGS
245296### Important caveats.
246297
247298This is all based on reverse Engineering. So there might be some Versions differences.
248- So make a backup, save it in a save place like 1Password. If you compress the dump, the file gets very small.
299+ So make a backup, save it in a save place like 1Password. If you compress the dump, the file gets very small.
0 commit comments