Search found 13 matches
- Sun Feb 04, 2018 7:34 am
- Forum: ESP8266 SDK
- Topic: OTA problem
- Replies: 8
- Views: 3628
Re: OTA problem
Everyone, So almaz1c and I had a moment to connect over skype. We, however, were not able to rule out his eagle.ld file being the correct file to use for his ESP8266 SPI. Anyone know what the best documentation is to get a technical understanding of the Eagle.LD files to ensure we can say we are us...
- Sat Feb 03, 2018 5:03 pm
- Forum: ESP8266 SDK
- Topic: OTA problem
- Replies: 8
- Views: 3628
Re: OTA problem
Seems that problem is localized. Flashing following way is work on 1MB flash IC(ESP_SPI_FLASH_SIZE_K=1024): esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_freq 40m --flash_mode qio --flash_size 8m 0x00000 "/home/al/Dropbox/linux/esp_nonos_2_1_0/sdk/bin/boot_v1.7.bin" 0x10...
- Fri Feb 02, 2018 4:25 am
- Forum: ESP8266 SDK
- Topic: OTA problem
- Replies: 8
- Views: 3628
Re: OTA problem
Almaz, Are you using the NONOS SDK? Do you have a Skype, I'd be interested in diving in and see if I can help. I got OTA to work with my implementation and I used the same addresses. If I had to guess it would be your MAKEfile. I'm sure together we can hammer it out. If not good luck. Ima stay tune...
- Thu Feb 01, 2018 7:11 am
- Forum: ESP8266 SDK
- Topic: OTA problem
- Replies: 8
- Views: 3628
Re: OTA problem
E.g. firmware flashed OTA has reduced functionality. I don't see logs from parts of function that called during initialization and not at all any logs of http requests processing.
- Thu Feb 01, 2018 7:05 am
- Forum: ESP8266 SDK
- Topic: OTA problem
- Replies: 8
- Views: 3628
OTA problem
Hello! I try to use OTA firmware upgrading without luck. Used flash's size is 2MB. In code config of flash upload structure: #ifdef OTA_FLASH_SIZE_K CgiUploadFlashDef uploadParams={ .type=CGIFLASH_TYPE_FW, .fw1Pos=0x1000, .fw2Pos=0x81000, .fwSize=0x70000, .tagName=OTA_TAGNAME }; #define INCLUDE_FLAS...
- Fri Oct 06, 2017 9:29 pm
- Forum: ESP8266 SDK
- Topic: Nonos SDK based HTTP server
- Replies: 1
- Views: 3083
Nonos SDK based HTTP server
Hi everyone!
There is esp-open-sdk based HTTP server:
Where can I find example of implementing HTTP server using native (Espressif's) Nonos SDK that allows me to use .html, .jss and .css files?
Give me starting point for that please!
There is esp-open-sdk based HTTP server:
Code: Select all
https://github.com/lujji/esp-httpd
Where can I find example of implementing HTTP server using native (Espressif's) Nonos SDK that allows me to use .html, .jss and .css files?
Give me starting point for that please!
- Wed Sep 27, 2017 12:31 am
- Forum: ESP8266 SDK
- Topic: nonos SDK printf to string
- Replies: 1
- Views: 2059
nonos SDK printf to string
Hi!
There is function that format text to uart output.
What is the easiest way of doing similar to store formatted data to char array?
Shoult I implement and similar function myself?
There is
Code: Select all
os_printf
What is the easiest way of doing similar to store formatted data to char array?
Shoult I implement
Code: Select all
itoa
- Wed Sep 27, 2017 12:28 am
- Forum: ESP8266 HDK
- Topic: Custom board. Can't flash.
- Replies: 8
- Views: 10218
Re: Custom board. Can't flash.
Thank you!
- Tue Sep 19, 2017 2:55 am
- Forum: ESP8266 HDK
- Topic: Custom board. Can't flash.
- Replies: 8
- Views: 10218
Re: Custom board. Can't flash.
What is second digit y in "boot mode" ? I am able to get correct x digit in (x,y) I added capacitor to NRST pin. Replaced flash IC to new empty IC. Now when I try flash it using UART boot mode I get following: rst cause:1, boot mode:(1,0) It is normal boot from UART, but esptool.exe -p COM...
- Mon Sep 18, 2017 6:20 am
- Forum: ESP8266 HDK
- Topic: Custom board. Can't flash.
- Replies: 8
- Views: 10218
Re: Custom board. Can't flash.
Than it changed for and
Code: Select all
ets Jan 8 2013,rst cause:2, boot mode:(1,5)
Code: Select all
ets Jan 8 2013,rst cause:2, boot mode:(1,4)