-->
Page 1 of 1

Frankenstein console problem

PostPosted: Tue Jan 13, 2015 1:53 pm
by Edocecrous
Hi,

used my crappy esp8266_flasher.exe, and downloaded the frankenstein firmware. renamed it to end with .bin, and uploaded it from 0x00000.
If i connect at 74880, i receive this:
ets Jan 8 2013,rst cause:1, boot mode:(3,7)

load 0x40100000, len 22264, room 16
tail 8
chksum 0x57
load 0x3ffe8000, len 3980, room 0
tail 12
chksum 0xeb
ho 0 tail 12 room 4
load 0x3ffe8f90, len 9556, room 12
tail 8
chksum 0x8b
csum 0x8b

Is this supposed to be a problem, or is this ok???

If i connect at 115200 and reset, i get this:
R▒**N&▒$T-▒[W,▒YC▒▒owered by Antares 0.2-rc1, Insane Mushroom
(c) Andrew 'Necromant' Andrianov 2014 <andrew@ncrmnt.org>
This is free software (where possible), published under the terms of GPLv2

Memory Layout:
data : 0x3ffe8000 ~ 0x3ffe8f8c, len: 3980
rodata: 0x3ffe8f90 ~ 0x3ffeb4e4, len: 9556
bss : 0x3ffeb4e8 ~ 0x3fff31c0, len: 31960
heap : 0x3fff31c0 ~ 0x3fffc000, len: 36416
env: Environment @ 0x0007f000 size 0x00001000 bytes (0x00000ffc real)
=== Current environment ===
sta-mode dhcp
default-mode STA
sta-ip 192.168.0.123
sta-mask 255.255.255.0
sta-gw 192.168.0.1
ap-ip 192.168.1.1
ap-mask 255.255.255.0
ap-gw 192.168.1.1
hostname frankenstein
bootdelay 5
dhcps-enable 1
telnet-port 23
telnet-autostart 1
telnet-drop 60
tftp-server 192.168.1.215
tftp-dir /
tftp-file antares.rom
=== 309/4092 bytes used ===
dhcpserver: started
telnet: server accepting connections on port 23

=== Press enter to activate this console ===

But it seems frozen, doesn't do anything if i press enter. Once i managed to come to an empty putty window, where i could type and then the prompt cam up and i could type commands and it was working. I think i connected the device from PS to FTDI power. But of course it didn't work, and when i measured around 2.7v from ftdi, and i replicated same voltage through PS, the FTDI would not make connection...

Any ideas?

thx,
Edo

Re: Frankenstein console problem

PostPosted: Tue Jan 13, 2015 4:01 pm
by Adex
Turn off Flow Control in your terminal app. For example in PuTTY by default XON/XOFF is enabled.

Re: Frankenstein console problem

PostPosted: Wed Jan 14, 2015 2:59 pm
by Edocecrous
THANK YOU !!!!!!
:D