You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,7 +38,7 @@ My ESP crashes running some code. How to troubleshoot it?
38
38
The code may crash because of s/w bug or issue with your h/w. Before
39
39
entering an issue report, please perform initial troubleshooting.
40
40
41
-
`Read more <a02-my-esp-crashes.rst>`__.
41
+
`Read more <faq/a02-my-esp-crashes.rst>`__.
42
42
43
43
How can I get some extra KBs in flash ?
44
44
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -50,7 +50,7 @@ How can I get some extra KBs in flash ?
50
50
51
51
* Use the debug level option ``NoAssert-NDEBUG`` (in the Tools menu)
52
52
53
-
`Read more <a05-board-generator.rst>`__.
53
+
`Read more <faq/a05-board-generator.rst>`__.
54
54
55
55
About WPS
56
56
~~~~~~~~~
@@ -63,7 +63,7 @@ required to enable it:
63
63
64
64
``./tools/boards.txt.py --allowWPS --boardsgen``
65
65
66
-
`Read more <a05-board-generator.rst>`__.
66
+
`Read more <faq/a05-board-generator.rst>`__.
67
67
68
68
For platformIO (and maybe other build environments), you will also need to add the build flag: -D NO_EXTRA_4K_HEAP
69
69
@@ -77,7 +77,7 @@ This Arduino library doesn't work on ESP. How do I make it work?
77
77
You would like to use this Arduino library with ESP8266 and it does not
78
78
perform. It is not listed among libraries verified to work with ESP8266.
79
79
80
-
`Read more <a03-library-does-not-work.rst>`__.
80
+
`Read more <faq/a03-library-does-not-work.rst>`__.
81
81
82
82
In the IDE, for ESP-12E that has 4M flash, I can choose 4M (1M FS) or 4M (3M FS). No matter what I select, the IDE tells me the maximum code space is about 1M. Where does my flash go?
during: upload* and try uploading again. For successful upload this
168
176
log should look similar to example shown below:
169
177
170
-
``C:\Users\Krzysztof\AppData\Local\Arduino15\packages\esp8266\tools\esptool\0.4.8/esptool.exe -vv -cd ck -cb 115200 -cp COM3 -ca 0x00000 -cf C:\Users\KRZYSZ~1\AppData\Local\Temp\build7e44b372385012e74d64fb272d24b802.tmp/Blink.ino.bin esptool v0.4.8 - (c) 2014 Ch. Klippel <[email protected]> setting board to ck setting baudrate from 115200 to 115200 setting port from COM1 to COM3 setting address from 0x00000000 to 0x00000000 espcomm_upload_file espcomm_upload_mem setting serial port timeouts to 1000 ms opening bootloader resetting board trying to connect flush start setting serial port timeouts to 1 ms setting serial port timeouts to 1000 ms flush complete espcomm_send_command: sending command header espcomm_send_command: sending command payload read 0, requested 1 trying to connect flush start setting serial port timeouts to 1 ms setting serial port timeouts to 1000 ms flush complete espcomm_send_command: sending command header espcomm_send_command: sending command payload espcomm_send_command: receiving 2 bytes of data espcomm_send_command: receiving 2 bytes of data espcomm_send_command: receiving 2 bytes of data espcomm_send_command: receiving 2 bytes of data espcomm_send_command: receiving 2 bytes of data espcomm_send_command: receiving 2 bytes of data espcomm_send_command: receiving 2 bytes of data espcomm_send_command: receiving 2 bytes of data Uploading 226368 bytes from to flash at 0x00000000 erasing flash size: 037440 address: 000000 first_sector_index: 0 total_sector_count: 56 head_sector_count: 16 adjusted_sector_count: 40 erase_size: 028000 espcomm_send_command: sending command header espcomm_send_command: sending command payload setting serial port timeouts to 15000 ms setting serial port timeouts to 1000 ms espcomm_send_command: receiving 2 bytes of data writing flash .............................................................................................................................................................................................................................. starting app without reboot espcomm_send_command: sending command header espcomm_send_command: sending command payload espcomm_send_command: receiving 2 bytes of data closing bootloader flush start setting serial port timeouts to 1 ms setting serial port timeouts to 1000 ms flush complete``
178
+
For example, uploading using esptool.py and esptool
0 commit comments