diff options
| author | Damien George <damien@micropython.org> | 2022-06-09 12:23:07 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-06-09 13:24:08 +1000 |
| commit | 3452ee58d36a1d6ae2c156c84903b84131d00a8b (patch) | |
| tree | 741100a87ea718bb280af6c68094918093ebe138 | |
| parent | 45a0c6da5b4170402a3491d39a1d75b5025526e2 (diff) | |
stm32/boards/LEGO_HUB_NO6: Add comment to readme about powering off.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | ports/stm32/boards/LEGO_HUB_NO6/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ports/stm32/boards/LEGO_HUB_NO6/README.md b/ports/stm32/boards/LEGO_HUB_NO6/README.md index 7d5f2a416..376d0f2b0 100644 --- a/ports/stm32/boards/LEGO_HUB_NO6/README.md +++ b/ports/stm32/boards/LEGO_HUB_NO6/README.md @@ -33,7 +33,8 @@ Backing up original Hub firmware Before install MicroPython it is advised to backup the original LEGO firmware that the Hub comes installed with. To do this, enter the built-in bootloader by holding -down the Bluetooth button for 5 seconds while powering up the Hub via USB. Then +down the Bluetooth button for 5 seconds while powering up the Hub via USB (you may +need to take out the battery and disconnect USB to power off the Hub first). Then run the following command from the root of this repository: $ cd ports/stm32 @@ -58,7 +59,8 @@ the root of this repository run: $ make BOARD=LEGO_HUB_NO6 Now enter the built-in bootloader by holding down the Bluetooth button for 5 -seconds while powering up the Hub via USB. Then run: +seconds while powering up the Hub via USB (you may need to take out the battery +and disconnect USB to power off the Hub first). Then run: $ make BOARD=LEGO_HUB_NO6 deploy |
