[APPLE TV] ATV USB Creator software running on Microsoft Windows computer?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
luckyonion Offline
Junior Member
Posts: 2
Joined: Oct 2008
Reputation: 0
Question  [APPLE TV] ATV USB Creator software running on Microsoft Windows computer? Post: #1
He really like the idea of XBMC. Confused as to what I need to dowload. I have Windows Vista PC and Apple TV. Do I have to download one for the PC and then a USB (mac os) one for apple tv? Not sure where to start. Thanks!
find quote
d4rk Offline
Team-XBMC Developer
Posts: 500
Joined: May 2007
Reputation: 1
Location: Albuquerque
Post: #2
Creating an install image from Windows (or Linux) is currently not supported. Davilla has estimated that support for Linux and Windows will take another week or two. So, for the time being, you will need access to an Intel Mac to create the install image.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Please read and follow the forum rules.
For troubleshooting and bug reporting, please make sure you read this first.


[Image: badge.gif]
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #3
luckyonion Wrote:He really like the idea of XBMC. Confused as to what I need to dowload. I have Windows Vista PC and Apple TV. Do I have to download one for the PC and then a USB (mac os) one for apple tv? Not sure where to start. Thanks!

The current atvusb-creator is for Intel OSX platform. Versions for Linux and Windows should get released with a week or so.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
luckyonion Offline
Junior Member
Posts: 2
Joined: Oct 2008
Reputation: 0
Post: #4
thanks. Will keep a look out for it!
find quote
dafranca Offline
Member
Posts: 73
Joined: Sep 2008
Reputation: 0
Post: #5
I have created an ssh patch on Windows.

You need vmware workstation and an OS X 10.4.8 image
find quote
nurgle Offline
Junior Member
Posts: 39
Joined: Jun 2007
Reputation: 0
Post: #6
dafranca Wrote:I have created an ssh patch on Windows.

You need vmware workstation and an OS X 10.4.8 image

Is it possible to use ATV USB Creator under an OSX install within VMWARE? I have a VMWARE image of OSX Leapard but it doesn't see the USB memory stick when plugged in.

I'm desperate to get my ATV running with XBMC but I have no Mac, only windows and linux Sad

Any update as to when the windows/linux ATV USB Creator will be ready?

Thanks!
find quote
nurgle Offline
Junior Member
Posts: 39
Joined: Jun 2007
Reputation: 0
Post: #7
Actually forget that, i've managed to create a patchstick using an osx 10.4.10 vmware image.

Time to install XBMC on my AppleTV! Big Grin
find quote
wyattearp Offline
Junior Member
Posts: 3
Joined: Oct 2008
Reputation: 0
Post: #8
no! please don't forget that :-)

just wanted to say that I got this working in ubuntu with a couple of minor tweaks on the latest svn checkout

1. make the directory /media/PATCHSTICK
2. blow away the partition table on your usb stick
3. create a new one with mkfs.hftplus -v patchstick /dev/USBDEVICE
4. install p7zip-full
5. build dmg2img as described here: http://ubuntuforums.org/showthread.php?t=549938
6. copy dmg2img and vfdecrypt to /usr/bin/
7. do an svn checkout of the source tree (http://atvusb-creator.googlecode.com/svn...sb-creator)
8. ln -sf `which 7za` atvusb-creator/tools/linux/7za
9. run with it!

good luck and keep up the great work!
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #9
wyattearp Wrote:just wanted to say that I got this working in ubuntu with a couple of minor tweaks on the latest svn checkout

1. make the directory /media/PATCHSTICK
2. blow away the partition table on your usb stick
3. create a new one with mkfs.hftplus -v patchstick /dev/USBDEVICE
4. install p7zip-full
5. build dmg2img as described here: http://ubuntuforums.org/showthread.php?t=549938
6. copy dmg2img and vfdecrypt to /usr/bin/
7. do an svn checkout of the source tree (http://atvusb-creator.googlecode.com/svn...sb-creator)
8. ln -sf `which 7za` atvusb-creator/tools/linux/7za
9. run with it!

Ha,ha, people are starting to catch on, svn is where the action is Wink


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
wyattearp Offline
Junior Member
Posts: 3
Joined: Oct 2008
Reputation: 0
Post: #10
whoops, forgot 2 steps

9.1 dd if=atv_512MB.img of=/dev/sdb
9.2 mount the patch stick
9.3 cp -R /media/PATCHSTICK/* /media/PATCHSTICK-1/.

looks like the mkfs isn't needed either. sorry for the confusion, but it should be enough to get the hacks started ;-)
find quote
Post Reply