BetaRavener / uPyLoader

File transfer and communication tool for MicroPython boards
MIT License
355 stars 76 forks source link

upyloader can not run on win32(x86) system #75

Closed yellowway closed 6 months ago

yellowway commented 4 years ago

as the title ! or which version is suitable for my old Win32 PC? THANKS!

BetaRavener commented 4 years ago

Hi, sorry for late reply. Your best bet currently is to run directly from source. I don't have Win32 system anymore to create the package on. I wasn't aware that Win64 package is unable to run on those systems. I might look in the future on github CI options and if it would be possible to make this automatic, but it will probably be too late for you.

Ps: ofc, after you manage to make it run from source, you can create package for yourself, although at that point it might be useless.

BetaRavener commented 6 months ago

Won't be able to test this. please use more recent OS. At very least, it should always be possible to run 64bit Linux OS in VirtualBox on top of Win32 system, though setting up USB passthrough for serial may be painful.