pyavitz / rpi-img-builder

Image Builder for the Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cygwin support

AverseABFun opened this issue · comments

Could you add support for cygwin so us over on windows can enjoy this super cool thing you made?

If you install WSL2 you can use a Linux instance (Debian or Ubuntu type works best) inside it and it can create the images. You just need to treat the system as a cross compiler system since it is an x86 system and not arm based.

The problem is that you need to be emulating the actual os environment (kernel/libraries/binaries) from Linux and Cygwin does not do that. Cygwin is a layer that sits on Win32 to be an Linux API emulation layer. If you use IRC I can help you get WSL fixed however.

Dual boot on a x86_64 or use an SBC that is running a supported aarch64 distro. I don't have the Windows OS available to me and even if I did, I wouldn't go about making the builder compatible. Someone is more than welcome to do so, if they so wish.

You can use the web based client at https://web.libera.chat. Make sure you read the web pages about registering a nickname or you will not be able to join the support channel as it requires being logged into your account.

As I don't plan on ever supporting Cygwin, this will be going into the rubbish. If someone feels like doing the work they are more than welcome too.