#Micro RDK - connection issues

1 messages · Page 1 of 1 (latest)

spice coyote
#

I'm trying to flash the viam micro rdk to an ESP32 dev board (under windows WSL Ubuntu). after it asks me the wifi credentials it should let me select the serial comm port but it does not and fails with the FLashConnect error. Can someone help or does this only work on bare metal linux installs? I see in the YT demo the user is using MacOS.

velvet sentinel
#

Hi @spice coyote - Actually, it looks to me from the log snippet that it actually was writing OK but errored later in the process. Can you provide some details on the board you are trying to configure? Amount of flash storage, amount of PSRAM, etc.

#

Also, any details on what firmware you are trying to flash would be helpful. Is this a prebuilt viam-micro-server from our releases? Firmware you built yourself?

#

And finally, could you share the link to documentation that you pasted an image from? I'm having trouble finding it and would like to make sure it is correct.

spice coyote
spice coyote
#

Welp just tried with an ESP32 WROVER32 -8 with same issue. Next, I tried it with no board attached and got to the same ERROR message. I'm guessing my boards are not showing up under WSL. will try using my Jetson Nano.

velvet sentinel
#

Actually I think the issue is that these boards only have 4MB flash. The builds we produce target 8MB flash, so that we can have two OTA partitions for the server.

#

But if, as you said, you tried with an 8MB board and saw the same error, then yes it is possible WSL is getting in the way. Please let me know how it goes with the Nano.

velvet sentinel
#

@spice coyote - Just checking in: were you able to get it flashed from the Jetson?

spice coyote
#

still not working from the jetson either

#

i can see the connections being made after the "dmesg | grep tty"

velvet sentinel
#

@spice coyote - Could you please post text logs that include the invoked command along with the output, rather than clipped screenshots? It is easier for me to see what is really going on. Meanwhile, have you tried a few obvious things (e.g. swapping out the cable, double checking it is data capable, building a small esp-idf program like one of the examples from esp-rs and ensuring that you can flash it)?

spice coyote
#

What does it mean when it says "Waiting for download" during flashing?