PDA

View Full Version : debug bios


law
08-14-2003, 10:30 AM
I really want your help, experts!!!
I'm a game developer, and I wanta make my xbox debugable so that i can do some programming at home, but now i'm missing in the bios maze! (I'm really puzzled by 2BL, RC4Key, EEPROMkey and dezens of BIOS versions)

I've read all threads in this forum.I thought "5558 BFM" Iriez said means the one located at BFM\debug\5558_debug.rar, so i used it.

I installed an appleX modchip in my xbox, flashed Evox D6 EF bios and using EvoX as my default dashboard.I transfered the xdk files to my xbox according to the tut in hydras-world, then I downloaded the signed Phoenix, modified the RC4Key entry(i wrote a little program to find it out by the keys WB & 0x63D), then copied the three files and xboxrom.bin into xe:\Phoenix, then launched xe:\Phoenix\default.xbe from EvoX dashboard, but the loader still hangs at line "Calling 2bl".

What's wrong with my steps? Should i modify the EEPRom entries?(I still don't know what are they, but I think it's depend on xbox's version, not on BIOS)

huuu, thank you for read my verbose words, if you think it's illegal to talk about some of my questions here, please mail to proudlaw@msn.com privately, warmly welcome & great thanks for any useful info!

AlcoholFuelled
08-14-2003, 11:09 AM
Im not sure exactly what you are after in the end but I will point something out.

You have installed 2 seperate mthods for running unsigned code on the Xbox. First you have installed a chip (appleII) in the xbox and flashed it with Evox D6 (id recommend X2 Mult) which would allow you to then istall the EvoX dash on the xbox and run unsigned code.

You then went and installed Phoenix Loader which is not necessary. Phoenoix is an ALTERNATIVE to a modchip and so is therefore not needed.


Cheers
AlcoholFuelled

law
08-14-2003, 11:45 AM
I deleted all Phoenix Loader files in my xbox and upload them from my pc again, then i saw the interface of xdk launcher after i lauched the loader!I can't believe it!yahoo!

realistic
08-23-2003, 10:08 AM
one related question:

can Phoenix loader be used on a modded XBOX only to load BFM bioses ? (BFM 5558 debug for example) ?

thanks in advance.

klik
08-24-2003, 02:06 PM
I use Phoenix loader to load debug bios on my box
which is modded with dashboard exploit.
The bios is Complex debug bios 4627 BFM. I set
it as Alternate Rom in Phoenix Loader, then copy
everything in XBox Launcher across , skipping
any file with the same name. When Phoenix is loading,
press eject buttion and you will enter debug bios. Now you can remotely debug code in Visual Studio.

realistic
08-27-2003, 05:36 AM
thx for the info.