usurp Wrote:I am getting
line 61: syntax error: unexpected end of file
If i want to do it line by line what are the commands i have to type?
ProductName: Apple TV OS
ProductVersion: 10.4.7
BuildVersion: 8N5722
I am running 2.3 but trying to downgrade to 2.2
The first step would be to do a factory restore on your ATV, then use the atvusbcreator to gain access to your ATV via ssh.
I am no unix expert but was able to do this downgrade line by line this past weekend. Again, using the following lines assumes that you have used the atvusbcreator patchstick to gain ssh access to ATV. Using another patchstick like the one by atvflash, may or may not work. In addition, you need to be sure that you have not turned off the auto-update function as it will disable your ability to download the needed files.
Each line below would be entered into a Terminal session after establishing an ssh session with your ATV. I don't have a Windows machine so can only speak to accessing from a Mac. After copying and pasting each line one by one, you hit enter. You may be prompted for a password which would be 'frontrow'. The wget commands will download files and will show a progress bar. The first file is the largest and the subsequent files will download quite rapidly. The last line will cause some error messages, but will still do the necessary work.
Hope this helps.
Code:
mkdir /Users/frontrow/Updates/
wget -c http://mesu.apple.com/data/OS/061-5262.20081002.tvap9/2Z694-5499.dmg
wget -c http://mesu.apple.com/data/EFI/009-7567.20080212.Vc45T/LOCKED_ATV11_00DA_00B.scap
wget -c http://mesu.apple.com/data/EFI/061-3046.20080212.U7tgG/AppleCapsule.efi
wget -c http://mesu.apple.com/data/IR/694-5484.20080708.hnji4/irrxfw-0x0244.irrxfw
wget -c http://mesu.apple.com/data/IR/061-3045.20080708.Aq12D/IRReceiverUpdaterTool2
wget -c http://mesu.apple.com/data/SI/061-3618.20080212.Pk8Bn/hdmiutil
wget -c http://mesu.apple.com/data/SI/061-3617.20080212.Qvh6u/FW29050_20080205_dse_hex.sihex
mv {2Z694-5499.dmg,LOCKED_ATV11_00DA_00B.scap,AppleCapsule.efi,irrxfw-0x0244.irrxfw,IRReceiverUpdaterTool2,hdmiutil,FW29050_20080205_dse_hex.sihex} /Users/frontrow/Updates/
wget -c http://ericiii.net/sa/appletv/osupdate
chmod 755 osupdate
sudo chown root:wheel osupdate
sudo ./osupdate
Once all done, then as the first post says:
Don't forget to stop auto-update after you update the OS and patchstick ATV:
http://forum.xbmc.org/showpost.php?p=244794&postcount=8