Add link to esptool flash modes documentation

This commit is contained in:
Marcel Stör 2016-05-24 11:16:24 +02:00
parent 7dd6700261
commit 56b4a3ec33
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ Run the following command to flash an *aggregated* binary as is produced for exa
- `mode` is `qio` for 512 kByte modules and `dio` for 4 MByte modules (`qio` might work as well, YMMV). - `mode` is `qio` for 512 kByte modules and `dio` for 4 MByte modules (`qio` might work as well, YMMV).
- `size` is given in bits. Specify `4m` for 512 kByte and `32m` for 4 MByte. - `size` is given in bits. Specify `4m` for 512 kByte and `32m` for 4 MByte.
Check the [esptool flash modes documentation](https://github.com/themadinventor/esptool#flash-modes) for details and other options.
## NodeMCU Flasher ## NodeMCU Flasher
> A firmware Flash tool for NodeMCU...We are working on next version and will use QT framework. It will be cross platform and open-source. > A firmware Flash tool for NodeMCU...We are working on next version and will use QT framework. It will be cross platform and open-source.