Difference between revisions of "Xbox 360 Downgrader Hardware"

From ivc wiki
Jump to navigationJump to search
Line 39: Line 39:


== Programming PIC ==
== Programming PIC ==
Before installing the 16F876A PIC processor, a bootloader should be installed to make it easier to upload code and update code over the serial-port instead of a programmer.
Before installing the 16F876A PIC processor, a [http://www.microchipc.com/PIC16bootload/ bootloader] should be installed to make it easier to upload code and update code over the serial-port later, instead of a external programmer.


I used a Piccolo / Pesto ISCP programmer to program the initial bootloader to the PIC. Any programmer with support for 16F876A should work. Make sure to first erase and then write the new code.
I used a Piccolo / Pesto ISCP programmer to program the initial bootloader to the PIC. Any programmer with support for 16F876A should work. Make sure to first erase and then write the new code.
The recommended bootloader package is [http://www.microchipc.com/PIC16bootload/PIC16F87xA_bootloader_v9-50.zip Shane Tolmie PIC bootloader v9.50] and specifically the 'bootldr-16F876A-20MHz-56000bps.HEX' for this project (''\PIC bootloader\bootloader hex files for 16F87xA compatible bootloader\legacy''). The downloader application to upload code is also included in the package, look in 'Downloader Windows in Delphi' folder.
[[Image:Piccolo big.jpg|350px]]


== Downgrader Hardware ==
== Downgrader Hardware ==

Revision as of 12:08, 13 October 2007

The downgrader hardware can be built in a day or two from easy-to-find parts. Infectus is rumored to released a daughter board that will interface with the Infectus chip for those not into building the hardware themself.

Parts

  • 1x 4831384 Prototyping board 100x160 mm
  • 1x 7319874 PIC16F876A-I/SP DIL28
  • 2x 7301500 LM339N quad comparator DIL14
  • 1x 7332323 MAX3232CPE RS232 transeiver DIL16
  • 1x 7350317 74HC08N 4x 2-in AND gate DIL14
  • 1x 7470248 20.00MHz resonator 3-pin
  • 1x 4408407 D-Sub 9-pin Space-Save
  • 2x 4408449 Locknut D-Sub
  • 1x 2553071 Extension cable 9-pin D-Sub
  • 1x 3565751 Keyboard switch 4.5 mm
  • 3x 4813564 IC-socket 14-pin DIL
  • 1x 4813580 IC-socket 16-pin DIL
  • 1x 4813721 IC-socket 28-pin DIL
  • 6x 6565659 Ceramic capacitor 0,1uF/50V
  • 21x 6010490 Resistor 1,0k ohm 1/4W
  • 1x 6010573 Resistor 4,7k ohm 1/4W
  • 1x 6010615 Resistor 10k ohm 1/4W
  • 1x 4310827 IDC Connector female plug 16-pin
  • 1x 4311627 IDC Connector male socket 16-pin
  • 1x 5566054 Ribbon cable grey 16-core 1 meter
  • 1x 4205209 DC-plug 1.3 mm
  • 1x 4205407 DC-jack 1.3 mm
  • 1x 7503857 EL383GD LED 5 mm green
  • 1x 7503899 EL383YD LED 5 mm yellow
  • 1x 4370334 Pin header 2.54 mm 2x20-pins
  • 4x 4371102 Jumper blue open

Schematics

There are two good schematics, one from the creator of the downgrader, robinsod, and one from an enthusiast, rufusb.

Timing attack schematic.PNG

Programming PIC

Before installing the 16F876A PIC processor, a bootloader should be installed to make it easier to upload code and update code over the serial-port later, instead of a external programmer.

I used a Piccolo / Pesto ISCP programmer to program the initial bootloader to the PIC. Any programmer with support for 16F876A should work. Make sure to first erase and then write the new code.

The recommended bootloader package is Shane Tolmie PIC bootloader v9.50 and specifically the 'bootldr-16F876A-20MHz-56000bps.HEX' for this project (\PIC bootloader\bootloader hex files for 16F87xA compatible bootloader\legacy). The downloader application to upload code is also included in the package, look in 'Downloader Windows in Delphi' folder.

Piccolo big.jpg

Downgrader Hardware

Top side:

Downgrader hardware top.jpg

Bottom side:

Downgrader hardware bottom.jpg

Installation

Bottom side (click for full resolution):

Image:Xbox360 downgrader diagram bottom.jpg

Top side (click for full resolution):

Image:Xbox360 downgrader diagram top.jpg

Troubleshooting

  • Problem: Downgrader is non-responsive when connected to terminal application.
  • Fix: Make sure the serial-port is enabled in the BIOS and that you get a response if you loop the Tx and Rx pins together (pin 2 and 3). If you're not using a null-modem cable, try to switch pin 2 and 3 on the downgrader so the RS232 pin 14 is connected to pin 2 and pin 13 is connected to pin 3 on the D-SUB female connector.
  • Problem: When trying to upload the HEX-code via bootloader, it aborts and shows an error message.
  • Fix: Try to add a capacitor between the power and ground near the RS232 and all the other IC-chips to stop ripples on power-on and during operation. If electrolyte capacitors is used, make sure to use the correct orientation, negative to ground.