ESP8266 Developer Zone The Official ESP8266 Forum 2016-05-09T12:19:17+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2139 2016-05-09T12:19:17+08:00 2016-05-09T12:19:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2139&p=6762#p6762 <![CDATA[Re: esp-12e flashing but cannot boot]]>
The bash file:

Code:

#!/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
Programming_OTA_configure.png

Statistics: Posted by yangtao — Mon May 09, 2016 12:19 pm


]]>
2016-05-07T11:41:21+08:00 2016-05-07T11:41:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2139&p=6745#p6745 <![CDATA[esp-12e flashing but cannot boot]]>
flash.png
launch.png

Statistics: Posted by oczkers — Sat May 07, 2016 11:41 am


]]>