Can't wait to see the proper driver and XBMC version which will leave everyone with the possibility to have a kick-ass media center for the living room:
Which card to buy: BCM970012 or BCM970015 ?
Answer: BCM970015.
Why: http://www.logicsupply.com/blog/2010/08/09/next-gen-broadcom-hardware-decoder-one-chip-many-advantages/
- Installing hardware
http://rufn.it/aTV/
http://patchstick.wikispaces.com/Broadcom+Installation - Installing driver
http://todayguesswhat.blogspot.com/2010/01/thanks-davilla-and-xbmc-team-apple-tv.html - Installing XBMC
(manual process)
replace "latest.dmg" with the version you want. You can get a list of version on this website: http://mirrors.xbmc.org/
cd Downloads
wget http://mirrors.xbmc.org/nightlies/osx/latest.dmg
or, curl http://mirrors.xbmc.org/nightlies/osx/latest.dmg
sudo hdutil mount latest.dmg
cp -r /Volumes/XBMC/XBMC.app /Users/frontrow/Applications/
sudo reboot
------------------------------------------------------------------------------
(automatic process)
Installing XBMC and CrystalHD drivers by "Launcher":
- DON'T RUN THE "DEFAULTS" COMMANDS WITH SUDO.
- defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPlistURLs -array-add http://mirrors.xbmc.org/nightlies/osx/update_urls.plist
- defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPlistURLs -array-add http://crystalhd.sartori.at/files/crystalhd.plist
- defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPlistURLs -array-add http://www.sshcs.com/xbmc/Info.asp
- REBOOT. THERE SHOULD BE TWO NEW ENTRIES UNDER "LAUNCHER" MENU NAMELY - NIGHTLIES, CRYSTAL-HD.
Checking Crystal-HD:
- grep -i crystal /Users/frontrow/Library/Logs/xbmc.log
- dmesg | grep -i crystal
- xbmc.log: /Users/frontorw/Library/Logs/xbmc.log
- Console log: /Library/Logs/Console/501/console.log
- Crashreporter log: /Users/frontrow/Library/Logs/CrashReporter/CrashReporter.log
CrystalHD-UBUNTU:This is a live ubuntu with crystalHD driver and xbmc, bootable from USB stick.
- Source: http://forum.xbmc.org/showthread.php?t=74992
- Download:
There is a very nicely written wiki located here:
Related Threads on XBMC Forum:
- http://forum.xbmc.org/showthread.php?t=81209
Quotes:
atv(osx) has a quirk that limits display to 720p, it's been discussed about a million times and here's a trac ticket for it.
atv(linux) has no such limit, xorg controls display resolutions that are available.
--
davilla
Team-XBMC Developer
2010-09-20, 10:21