-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I had some time available so I've made a usb installer for Windows XP on the Apple TV.
Takes about 3 mins to install (with a 2.5' IDE to MSata adapter, could be more with the original HDD). It also partitions the disk dynamically to use the whole disk, and puts the boot partition first instead of last, so no need to resize the Windows partition.
But Device manager as of v0.3 of your image shows yellow exclamation on
Audio Device on High Definition Audio Bus, IR Receiver, PCI Device, SM Bus controller.
It would at least be great to have the IR stop blinking yellow, which seems to be possible with the (unfinished) driver you've written.
Did you know the Linux kernel already has a driver for the IR Reveiver? Maybe it would be easier to reuse this for a Windows driver instead of atvclient? (And just use the led-control part of atvclient) I've used this driver in Linux instead of atvclient because it's much more responsive and supports native long press. (I also modified the code so that the buttons corresponds to kp_ up,down,right,left,enter, and esc for menu, and f1 for the play/pause button on the silver remote.
This also makes it perfect for Retroarch. I can't program this myself so I'm just putting it out there.
It would also be great to have analog audio work properly.
If I have some time I'll try to package everything and release it to the community in the not so distant future.