Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant boot flashed esp8266 #23

Open
michaelberg79 opened this issue Dec 29, 2017 · 4 comments
Open

cant boot flashed esp8266 #23

michaelberg79 opened this issue Dec 29, 2017 · 4 comments

Comments

@michaelberg79
Copy link

I flashed both chips successful without any errors. but if i powering up the device theres happing nothing.
I inserted a serial print at start of setup(). i cant see any messages in serial monitor.

void setup() {
// Wait for the ATMEGA to be ready
Serial.begin(9600);
Serial.println("firmware started");
delay(2000);
...

if i am flashing the tasmota firmware the device booting without any problems. what could be the problem?

greets
Michael

@michaelberg79 michaelberg79 changed the title cant start flashed esp8266 cant boot flashed esp8266 Dec 29, 2017
@michaelberg79
Copy link
Author

michaelberg79 commented Dec 30, 2017

I also flashed espurna successfull, all booting fine, I flashed this firmware ota over espurna. with the same result. This firmware is not booting. I dont know how to do.
Do i need to modify some parameters in the platformio.ini?

@michaelberg79
Copy link
Author

whats the spiffs size i have to choose? the data folder has a size of 75kb. In the platformio.ini is a spifff size of 64 given. maybe this is the reason i cant start the firmware.

@michaelberg79
Copy link
Author

ok i could flash the device with following booting. i inserted the line within platformio.ini
board_flash_mode = dout
i thought board_flash_mode is the same as flash_mode

@Wihanh
Copy link

Wihanh commented Jan 11, 2018

I also had this issue, your solution also fixed it for me thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants