mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 12:05:39 +01:00
GitBook: [master] one page modified
This commit is contained in:
committed by
gitbook-bot
parent
1a0e415952
commit
a87d9a5ea1
@@ -52,14 +52,14 @@ To flash the CAT-M1 firmware onto your device:
|
||||
|
||||
```python
|
||||
import sqnsupgrade
|
||||
sqnsupgrade.run('/sd/CATM1-38638.dup','/sd/updater.elf')
|
||||
sqnsupgrade.run('/sd/CATM1-38638.dup', '/sd/updater.elf')
|
||||
```
|
||||
|
||||
To flash the NB-IOT firmware onto your device:
|
||||
To flash the NB-IoT firmware onto your device:
|
||||
|
||||
```python
|
||||
import sqnsupgrade
|
||||
sqnsupgrade.run('/sd/NB1-37781.dup','/sd/updater.elf')
|
||||
sqnsupgrade.run('/sd/NB1-37781.dup', '/sd/updater.elf')
|
||||
```
|
||||
|
||||
Please note you can directly flash the desired firmware onto your module, it is not necessary to upgrade to the latest CAT-M1 firmware before switching to NB-IoT.
|
||||
|
||||
Reference in New Issue
Block a user