You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I am no able to get gnrc_networking working on an esp32. When I flash gnrc_networking on a esp32-wroom-32, the serial port is constantly disconnecting. This happens independent of the Wifi configuration.
/home/hauke/dev/riot/RIOT/dist/tools/pyterm/pyterm -p "/dev/ttyUSB0" -b "115200"
Twisted not available, please install it if you want to use pyterm's JSON capabilities
2022-05-10 12:02:39,293 # Connect to serial port /dev/ttyUSB0
Welcome to pyterm!
Type '/exit' to exit.
2022-05-10 12:02:40,326 # Initializing. RAM available for dynamic allocation:
2022-05-10 12:02:40,326 # At 3FFAE6E0 len 00001920 (6 KiB): DRAM
2022-05-10 12:02:40,327 # At 3FFBC580 len 00023A80 (142 KiB): DRAM
2022-05-10 12:02:40,327 # At 3FFE0440 len 0001FBC0 (126 KiB): D/IRAM
2022-05-10 12:02:40,328 # At 40078000 len 00008000 (32 KiB): IRAM
2022-05-10 12:02:40,328 # At 4008E630 len 000119D0 (70 KiB): IRAM
2022-05-10 12:02:40,686 # 32 kHz XTAL not found, switching to internal 150 kHz oscillator
2022-05-10 12:02:40,737 #
2022-05-10 12:02:42,492 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:43,493 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:44,495 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:45,496 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:46,497 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:47,498 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:48,499 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:49,501 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:50,502 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:51,503 # Try to reconnect to /dev/ttyUSB0 again... # <- here i pressed the reset button
2022-05-10 12:02:51,538 # Reconnected to serial port /dev/ttyUSB0
2022-05-10 12:02:52,527 # 32 kHz XTAL not found, switching to internal 150 kHz oscillator
2022-05-10 12:02:52,578 #
2022-05-10 12:02:54,332 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:55,333 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:56,334 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:57,335 # Serial port disconnected, waiting to get reconnected...
2022-05-10 12:02:58,336 # Serial port disconnected, waiting to get reconnected...
Pyterm is constantly reconnecting to the serial port roughly once a second, looks a little bit like the esp32 is stuck in a reboot loop of some kind?! Could this be something watchdog related?
Flashing hello-world on the same board works just as expected:
Just gave this issue some more testing on my notebook (different host machine then the other two I tried before): with both using Docker and a native toolchain installed via the provided installation scripts (/dist/tools/esptools) everything is working just fine. I don't quite now what is going wrong on my other hosts, but it seems that this is somehow related to local misconfiguration. @miri64 was so nice to also confirm everything working as expected using the identical hardware board.
As this seems to a local problem on my side, I consider this issue solved.
Description
Currently, I am no able to get
gnrc_networking
working on anesp32
. When I flashgnrc_networking
on aesp32-wroom-32
, the serial port is constantly disconnecting. This happens independent of the Wifi configuration.Pyterm is constantly reconnecting to the serial port roughly once a second, looks a little bit like the
esp32
is stuck in a reboot loop of some kind?! Could this be something watchdog related?Flashing
hello-world
on the same board works just as expected:The behavior can be reproduced both on current master (59ec6f1) as well as with using #17601.
I am using the current toolchain setup as included in RIOT (
xtensa-esp32-elf-gcc (crosstool-NG esp-2021r2-patch3) 8.4.0
).Steps to reproduce the issue
Flash vanilla
gnrc_networking
onesp32-wroom-32
board. You should see the serial disconnecting periodically roughly once a second.Expected results
gnrc_networking
should be stable :-)Actual results
see above
Versions
see above
The text was updated successfully, but these errors were encountered: