2019-12-05 04:13 PM
Hi,
I was curious if the community has had success and/or lack of it when running STM32 Cube IDE and reading the serial from Linux as a VMWare client, from a Windows host? Any issues bridging the USB connection through the Windows host, to the board?
My principal motivation for wanting to run from Linux is so I can do a recursive diff between projects; to see what different STM32Cube MX Code Generation runs produce.
thanks!
2019-12-08 12:16 PM
Hi,
haven't used your setup, but I'm sometimes using STMCubeIDE in a virtual box Win10 guest and Ubunut host, works.
But, thats definitely overkill for having a recursive diff. Suggestions:
hth
KnarfB
2019-12-10 10:40 AM
Cygwin is not a bad idea. I just installed that, and diff -r works. That will be cool to see the impact of CubeMX on the directory trees. (it probably would have saved me about 3 days debugging why I had an IRQ not fire)
Really I just prefer Linux over Windows, and my rig at home is a Windows box. But diff is my only hard requirement right now, and Cygwin appears to do the job. cheers!