exec: "/bin/xtensa-lx106-elf-g++": file does not exist
Error compiling for board Generic ESP8266 Module.
Do I have to change something, if I want to use the onBoard ceramic-antenna or the pigtail?
What sort of external antenna do you use? I will make my first tries with a little antenna dismounted of a router.....
But I want to put an ESP in my fuse-cabinet, to monitor the electric-meter. This cabinet is of metal, with a visible front. It would be an optical failure to make a hole into the door and put into such a router-antenna. Has anybody an idea for a different solution. Perhaps only a wire, that i can put on the border of the cabinet?
ESP system data has to be before SPIFFS, or you need two partitions
Format took 329717 ms
on 16 MB flash.
Ivan , setting for 4M(2M SPIFF)
generic.menu.FlashSize.4M2M=4M (2M SPIFFS)
generic.menu.FlashSize.4M2M.build.flash_size=4M
generic.menu.FlashSize.4M2M.build.flash_ld=eagle.flash.4m22.ld
generic.menu.FlashSize.4M2M.build.spiffs_start=0x3FB000
generic.menu.FlashSize.4M2M.build.spiffs_end=0x5FB000
generic.menu.FlashSize.4M2M.build.spiffs_blocksize=8192
generic.menu.FlashSize.4M2M.upload.maximum_size=1044464
ld file
/* Flash Split for 4M chips */
/* sketch 2028KB */
/* spiffs 2028KB */
/* eeprom 20KB */
MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40201010, len = 0xfeff0
}
PROVIDE ( _SPIFFS_start = 0x403FB000 );
PROVIDE ( _SPIFFS_end = 0x405FB000 );
PROVIDE ( _SPIFFS_page = 0x100 );
PROVIDE ( _SPIFFS_block = 0x2000 );
INCLUDE "../ld/eagle.app.v6.common.ld"
generic.menu.FlashSize.4M2M.build.spiffs_start=0x1FB000
generic.menu.FlashSize.4M2M.build.spiffs_end=0x3FB000
PROVIDE ( _SPIFFS_start = 0x403FB000 );
PROVIDE ( _SPIFFS_end = 0x405FB000 );