remotemcu / remcu_examples

The examples of the REMCU lib (https://remotemcu.github.io/)
https://interrupt.memfault.com/blog/mcu-peripheral-forwarding
483 stars 17 forks source link

Struggling with custom OS. #11

Open dannychris37 opened 3 years ago

dannychris37 commented 3 years ago

Hi,

Thanks for making the library available. My issue is I get lost after I start the pi with the REMCU custom OS. The interface is cli and I'm struggling to get a connection on wlan0. Is there no way REMCU can be used on normal Raspbian, or that the custom OS can have GUI or working Wi-Fi?

Kind regards,

Dan

Rolariali commented 3 years ago

Hi Dan

Thank for your question. REMCU custom OS is the common Raspbian image with prebuilt OpenOCD utils. You can configure a normal Raspbian with the tips

Best regards, Roll