Open sigboe opened 8 years ago
Yes, it's supported. I've tried it a few times. Should work exactly like Ubuntu.
There are a couple caveats.
On Fri, Sep 2, 2016, 08:56 Sigurd Bøe notifications@github.com wrote:
Windows 10 update dubbed anniversary edition (horrible name) now supports installing Bash for Windows, which is developed in cooperation with Canonical, and works in effect similar to a chroot in Linux. It can be installed through Control Panel -> Programs and Features -> Turn Windows features on or off and practically installs Ubuntu in this chroot like environment.
It can be used for many things that cygwin can be used for, but I don't know the exact compatiblity. New applications can be installed from debian repositories (presumably they must be built for Windows? idk) jusing commands like apt installl and apt-get install.
Is compiling the firmware supported using Bash for Windows? If not, maybe compatibility issues should be looked into.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kiibohd/controller/issues/150, or mute the thread https://github.com/notifications/unsubscribe-auth/AABbqb5u_kgiIUu1tzcKlWosb3ldnic3ks5qmEcygaJpZM4Jz2Oa .
I think there's support for USB serial ports for very recent builds. Not sure about dfu-util yet though.
Windows 10 update dubbed anniversary edition (horrible name) now supports installing Bash for Windows, which is developed in cooperation with Canonical, and works in effect similar to a chroot in Linux. It can be installed through
Control Panel -> Programs and Features -> Turn Windows features on or off
and practically installs Ubuntu in this chroot like environment.It can be used for many things that cygwin can be used for, but I don't know the exact compatiblity. New applications can be installed from debian repositories (presumably they must be built for Windows? idk) jusing commands like
apt installl
andapt-get install
.Is compiling the firmware supported using Bash for Windows? If not, maybe compatibility issues should be looked into.