In this test I am not using the wifi , I'm just using the SD card and serial communication .
Compiled and programmed the ESP8266 , but when running I got these errors on the serial output . Using ReadWrite example:
Initializing SD card...
ets Jan 8 2013,rst cause:4, boot mode:(3,7)
wdt reset
load 0x40100000, len 28780, room 16
tail 12
chksum 0xf0
ho 0 tail 12 room 4
load 0x3ffe8000, len 1332, room 12
tail 8
chksum 0xf9
load 0x3ffe8540, len 1888, room 0
tail 0
chksum 0x2e
csum 0x2e
rlInitializing SD card...
ets Jan 8 2013,rst cause:4, boot mode:(3,7)
wdt reset
load 0x40100000, len 28780, room 16
tail 12
chksum 0xf0
ho 0 tail 12 room 4
load 0x3ffe8000, len 1332, room 12
tail 8
chksum 0xf9
load 0x3ffe8540, len 1888, room 0
tail 0
chksum 0x2e
csum 0x2e
rlInitializing SD card...
One thing caught my attention . Only the first time I compile I get the errors below .
At other times the build occurs usually without warning .
/home/porcao/Documents/Arduino-esp8266-sdk-1.0/arduino-1.6.5/libraries/SdFat/utility/StdioStream.cpp: In member function 'size_t StdioStream::print(const __FlashStringHelper*)':
/home/porcao/Documents/Arduino-esp8266-sdk-1.0/arduino-1.6.5/libraries/SdFat/utility/StdioStream.cpp:294:39: warning: 'section' attribute does not apply to types [-Wattributes]
const char *p = (const char PROGMEM *)str;
^
/home/porcao/Documents/Arduino-esp8266-sdk-1.0/arduino-1.6.5/libraries/SdFat/utility/StdioStream.cpp:302:34: warning: 'section' attribute does not apply to types [-Wattributes]
return p - (const char PROGMEM *)str;
^
Sketch uses 229,448 bytes (5%) of program storage space. Maximum is 4,194,304 bytes.