DumpBios - Help with it.
Posted: Fri Nov 05, 2004 4:14 pm
Now, the only code I want to run is dumpbios. All I want is a copy of my bios for future emulation purposes. PS2 homebrew stuff interest me but I havent got the time to really get into any of this. I'm not a programmer, although I can get around code.
Now im using a precompiled version of dumpbios because for the life of me, I couldnt compile it. After following steps from many places I managed to hose my cygwin. And ps2dev did not help. I was told the makefile was at fault. And read something about it here. In any case, I gave up. Till today when I was told to get the source+elf here.
http://wire.napalm-x.com/downloads/misc/dumpbios.zip
So I burned a ps2link 1.2.4 cd. Booted the ps2. and tried running it, But this is all i get.
PS2 Dumps this
I've tried compiling and running ps2client.exe through cygwin to get it working, but it doesnt. Can anyone help? Do I even need dumpbios?
Cant i use xlink or ps2client to dump the memory? Does it not hold what I need?
Now im using a precompiled version of dumpbios because for the life of me, I couldnt compile it. After following steps from many places I managed to hose my cygwin. And ps2dev did not help. I was told the makefile was at fault. And read something about it here. In any case, I gave up. Till today when I was told to get the source+elf here.
http://wire.napalm-x.com/downloads/misc/dumpbios.zip
So I burned a ps2link 1.2.4 cd. Booted the ps2. and tried running it, But this is all i get.
PS2 Dumps this
Inlink 1.3.7 and every other Ps2 ps2link client spouts thisBios dump util
- pukko
Read mem
open file for writing
open failed -1
Done!"
Thats what I get. I figure since im not running *nix* it's not working because of this line in the source.Setting Curent Directory to C:\inlink\.
Executing Elf host:C:\inlink\pukko.elf...
loadelf: fname host:C:\inlink\pukko.elf secname all
Input ELF format filename = host:C:\inlink\pukko.elf
0 00400000 00005d34 .
Loaded, host:C:\inlink\pukko.elf
start address 0x400570
gp address 00000000
open name host:/tmp/bios.bin flag 602 data 41378
[FILE] : Cannot Open tmp/bios.bin #0
open fd = -1
Code: Select all
fd = fio_open("host:/tmp/bios.bin", O_WRONLY | O_TRUNC | O_CREAT);
Cant i use xlink or ps2client to dump the memory? Does it not hold what I need?