Current Lua downloadable firmware will be posted here

User avatar
By zeroday
#5418
sej7278 wrote:brilliant! now how do we compile it? any details of which toolchain/environment you're using?


I build pre_build bin using a winxp virtual machine from espressif.
but the lubuntu virtual machine also work.
haven't try any other toolchian.
User avatar
By sej7278
#5424 ok, esp-open-sdk seems to build it ok (if you symlink the xt-* files to their xtensa-lx106-elf-* equivalents, see here) by running:

Code: Select allmake
cd app
./gen_misc.sh
cd ../tools/
./gen_flashbin.py ../bin/eagle.app.v6.flash.bin ../bin/eagle.app.v6.irom0text.bin
cd ../bin/
esptool.py write_flash 0x00000 eagle.app.flash.bin


then reboot the device and.....

Code: Select allscreen /dev/ttyUSB0 9600
NodeMcu 0.9.4 build 20141222  powered by Lua 5.1.4


i don't seem to have esp_init_data_default.bin or blank.bin though and my eagle.app.flash.bin only comes to 354k and bootloops whenever i tried to use a file() command.