Chat freely about anything...

User avatar
By nnylyj
#5297
alonewolfx2 wrote: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..


115200
User avatar
By Harold L.
#5314
sej7278 wrote: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?
[/code]


Currently I'm working on my Debian Linux host with xtensa-lx106-elf toolchain and SDK 0.9.3

The xtensa-lx106-elf for Ubuntu Linux was getting from espressif's offical bbs: http://bbs.espressif.com/viewtopic.php?f=5&t=2
User avatar
By sej7278
#5316
Harold L. wrote:
sej7278 wrote: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?
[/code]


Currently I'm working on my Debian Linux host with xtensa-lx106-elf toolchain and SDK 0.9.3

The xtensa-lx106-elf for Ubuntu Linux was getting from espressif's offical bbs: http://bbs.espressif.com/viewtopic.php?f=5&t=2


yes i'm running debian, still can't build using your makefile though due to the xt-* binaries needing pointing at the xtensa-lx106-elf-* versions and genflashbin not existing.
Last edited by sej7278 on Sun Dec 21, 2014 10:00 am, edited 1 time in total.
User avatar
By Harold L.
#5319
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..


Hmm...Have you ever seen a line like this: NodeLua 1.0.20141218 (With liblua 5.1.5) Copyright (C) 2014 NodeLua.org free mem=32960
And what is the toolchain you are using?