11# MicroPython for Kendryte K210
22
33
4- Three prebuilt firmwares are provided:
4+ Four prebuilt firmwares are provided:
55
66* ` default ` default configuration, no sqlite module, one MicroPython task; in this directory
77* ` sqlite ` default configuration, sqlite module included, one MicroPython task; in ` sqlite ` directory
88* ` twotasks ` no KPU (8 MB SRAM used), sqlite module included, two MicroPython task; in ` twotasks ` directory
9- * ` default ` default configuration, no sqlite module, one MicroPython task, ** OTA enabled** ; in ` ota ` directory
9+ * ` ota ` default configuration, no sqlite module, one MicroPython task, ** OTA enabled** ; in ` ota ` directory
1010
1111To flash the pre-built firmware to your K210 board, run (in this directory):
1212
1313```
14- ./kflash .py -p /dev/ttyUSB0 -b 2000000 -t MicroPython.bin
14+ ./ktool .py -p /dev/ttyUSB0 -b 2000000 -t MicroPython.bin
1515```
1616
1717Change * /dev/ttyUSB0* to the port used to connect to the board if needed.<br >
@@ -28,6 +28,10 @@ _Kboot bootloader_ is included in `ota/MicroPython.kfpkg`, when flashing for the
2828
2929After the _ Kboot bootloader_ is flashed, you can later flash only the MicroPython binary using the command:
3030
31+ ``` console
32+ ./ktool.py -p /dev/ttyUSB0 -a 65536 -b 2000000 -t MicroPython.bin
3133```
32- ./kflash.py -p /dev/ttyUSB0 -a 65536 -b 2000000 -t MicroPython.bin
33- ```
34+
35+ <hr >
36+
37+ ** ` wifi ` ** directory contains the ESP8266/ESP8285 firmwares.
0 commit comments