I was trying sdk 1.4, 1.5.3, nodemcu, arduino etc - everytime it's flashed successfully (verified data) but doesn't boot. Do You have any idea what could be the reason?
esp-12e flashing but cannot boot
Re: esp-12e flashing but cannot boot
Postby yangtao » Mon May 09, 2016 12:19 pm
I used attached configuration, and it works.
The bash file:
The bash file:
Code: Select all
#!/bin/bash
make clean
echo "gen_misc.sh version 20150511"
echo ""
echo "Compile for Ai-Thinker Module with 4MByte DIO-Flash"
boot=new
app=1
spi_speed=40
spi_mode=DIO
spi_size_map=6
echo "spi size: 4096KB"
echo "spi ota map: 1024KB + 1024KB"
echo ""
touch user/user_main.c
echo ""
echo "start..."
echo ""
make COMPILE=gcc BOOT=$boot APP=$app SPI_SPEED=$spi_speed SPI_MODE=$spi_mode SPI_SIZE_MAP=$spi_size_map
Who is online
Users browsing this forum: No registered users and 236 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.