Chat freely about anything...

User avatar
By alonewolfx2
#5289 Can we use files api? Ex: file.open file.write dofile? I want to try webserver, telnet and my old lua scripts :)
User avatar
By nnylyj
#5293 I used 'make install', and burned nodelua_8266.fw to 0x00000. it stucked again.. :(

ets Jan 8 2013,rst cause:1, boot mode:(3,7)

load 0x40100004, len 27968, room 16
tail 0
chksum 0x54
load 0x3ffe8000, len 2684, room 8
tail 4
chksum 0x7a
load 0x3ffe8a80, len 13204, room 4
tail 0
chksum 0x8c
csum 0x8c
user code done


and nothing more..
User avatar
By alonewolfx2
#5295 Whatever is your baudrate
nnylyj wrote:I used 'make install', and burned nodelua_8266.fw to 0x00000. it stucked again.. :(

ets Jan 8 2013,rst cause:1, boot mode:(3,7)

load 0x40100004, len 27968, room 16
tail 0
chksum 0x54
load 0x3ffe8000, len 2684, room 8
tail 4
chksum 0x7a
load 0x3ffe8a80, len 13204, room 4
tail 0
chksum 0x8c
csum 0x8c
user code done


and nothing more..
User avatar
By sej7278
#5296
Harold L. wrote:Thanks for telling me the community makefile, I'll look at it :)


here's the link: https://github.com/esp8266/source-code-examples and https://github.com/pfalcon/esp-open-sdk

p.s. what sdk is you firmware based on - , 092, 093 or 094?

and how are you building this - using the espressif vm or something?

does this look like its building what it should, or is anything missing?

Code: Select allmake clean all
CC cloud/data.c
CC user/user_sensor.c
CC user/user_light.c
CC user/user_esp_platform.c
CC user/user_devicefind.c
CC user/user_plug.c
CC user/user_main.c
CC user/user_json.c
CC user/user_webserver.c
CC user/user_esp_platform_timer.c
CC driver/spi_master.c
CC driver/uart.c
CC driver/gpio16.c
CC driver/pwm.c
CC driver/key.c
CC driver/i2c_master.c
CC lua/ltable.c
CC lua/lnode_wifi.c
CC lua/liolib.c
CC lua/lparser.c
CC lua/lmem.c
CC lua/lauxlib.c
CC lua/lnode_cloud.c
CC lua/ldebug.c
CC lua/lnode_net.c
CC lua/loadlib.c
CC lua/linit.c
CC lua/lmathlib.c
CC lua/lstate.c
CC lua/lopcodes.c
CC lua/ltablib.c
CC lua/lstrlib.c
CC lua/lnode_timer.c
CC lua/loslib.c
CC lua/lbaselib.c
CC lua/lnode_sensor.c
CC lua/llex.c
CC lua/lstring.c
CC lua/ldblib.c
CC lua/lnode_net_socket.c
CC lua/lua.c
CC lua/ltm.c
CC lua/portesp_math.c
CC lua/lnode_node.c
CC lua/lnode_gpio.c
CC lua/lobject.c
CC lua/lvm.c
CC lua/lcode.c
CC lua/lundump.c
CC lua/portesp.c
CC lua/ldo.c
CC lua/lapi.c
CC lua/lgc.c
CC lua/lzio.c
CC lua/lnode_emitter.c
CC lua/lfunc.c
CC lua/ldump.c
CC microrl/microrl.c
CC json/jsonparse.c
CC json/jsontree.c
CC upgrade/upgrade_lib.c
CC upgrade/upgrade.c
AR build/app_app.a
LD build/app.out
FW firmware/0x00000.bin
Info: esptool v0.0.3 - (c) 2014 Ch. Klippel <ck@atelier-klippel.de>
**Warning: using ELF file "build/app.out"
Info: loading string table from ELF file
Info: building ELF section list
Info: ELF section list created: 20 entries
**Warning: created structure for binimage "firmware/0x00000.bin" with entry address 0x40100004
**Warning: added segment #0 to binimage for address 0x40100000 with size 0x00006CC0
**Warning: added segment #1 to binimage for address 0x3FFE8000 with size 0x00000B04
**Warning: added segment #2 to binimage for address 0x3FFE8B10 with size 0x000031F4
**Warning: saved binimage file, total size is 43488 bytes, checksum byte is 0x68

FW firmware/0x40000.bin
Info: esptool v0.0.3 - (c) 2014 Ch. Klippel <ck@atelier-klippel.de>
**Warning: using ELF file "build/app.out"
Info: loading string table from ELF file
Info: building ELF section list
Info: ELF section list created: 20 entries
**Warning: saved section ".irom0.text" to file "firmware/0x40000.bin"