AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

Take a decision on devmode for ESP32-H2

Open bettio opened this issue 1 year ago • 3 comments

According to tests devmode on H2 is not properly working. There is no wifi, so it crashes when devmode starts.

bettio avatar Oct 12 '24 22:10 bettio

and presumably same for p4, I suggest a board check here https://github.com/atomvm/AtomVM/blob/c7e0943e64cf5f7662170fd2a971a6c3bd6ced37/libs/esp32devmode/src/esp32devmode.erl#L85 for those two boards, along with a nice log message.

petermm avatar Oct 12 '24 23:10 petermm

Good point about the P4. I hope to work on Ethernet support soon, so P4 could still use devmode eventually.

UncleGrumpy avatar Oct 12 '24 23:10 UncleGrumpy

Since disterl is on the horizon, and @pguyot had mentioned previously that disterl was not necessarily restricted to the network (i.e. could take place over UART) it might be interesting for devices that lack network peripherals to start as a disterl over UART node as an alternative devmode.

UncleGrumpy avatar Jan 19 '25 18:01 UncleGrumpy