esp_slip_router icon indicating copy to clipboard operation
esp_slip_router copied to clipboard

Slip Router starts then seems to reboot

Open lorneb opened this issue 6 years ago • 2 comments

Hi I'm using the latest bin files from the firmware folder dated 16 days ago (as of today) on a esp8266 12F module, that has been running other firmware compiled from Arduino"for ages without issue. I have also tried loading the esp_init_data_default_v08_vdd33.bin @ 0x3FC000 but made no difference. I'm using a raspberry pi2 with raspbian and configured it with the ones from your instructions relating to AP mode.

I get this on debug out put SLIP Interface V1.0 starting

Config found and loaded

<>

if I watch the serial output @74880 I get then, over and over (delay of a few seconds between) "@ªrjrA(¡‹SËu‹Pv›X¥(ý«Pyjuh)…"8át‡íÍNÈ~PÊTš1Æ¡e\ºËY@íYM/=ání*E"HèIîA,R%¡ù¨E,R·1)ÔvAm1Æ¡{~A,=áníU"HhInA,tZ år‡,R·1)ÄvAí1Æ¡ûþA.=áníe¢ÈèInA,ò%áÝîA,ò%árf cal sector: 1019 freq trace enable 0 rf[112] : 00 rf[113] : 00 rf[114] : 01

SDK ver: 2.2.0-dev(9422289) compiled @ Nov 3 2017 19:40:08 phy ver: 1136_0, pp ver: 10.2

SOFTUART initialize gpio SOFTUART bit_time is 52 SOFTUART TX INIT DONE SOFTUART RX INIT DONE SOFTUART INIT DONE

<>

Just after a few pointers to try thanks in advance

lorneb avatar Aug 03 '18 09:08 lorneb

Please do one HW (or power cycle) reset after flashing.

martin-ger avatar Aug 03 '18 09:08 martin-ger

Thanks @martin-ger I gave that a try, still the same though, seems to restart every 5 seconds.

this is the output from my Rpi. root@raspberrypi:/var/log# slattach -d -v -L -p slip -s 115200 /dev/ttyUSB0 slattach: tty_open: looking for lock slattach: tty_open: trying to open /dev/ttyUSB0 slattach: tty_open: /dev/ttyUSB0 (fd=3) slattach: tty_set_speed: 115200 slattach: tty_set_databits: 8 slattach: tty_set_stopbits: 1 slattach: tty_set_parity: N slip started on /dev/ttyUSB0 interface sl0

I then did in a separate window: ifconfig sl0 192.168.240.2 pointopoint 192.168.240.1 up mtu 1500 route add -net 192.168.4.0/24 gw 192.168.240.1

but cannot ping 192.168.240.1

lorneb avatar Aug 03 '18 11:08 lorneb