| View previous topic :: View next topic |
| Author |
Message |
*mUrDeRc0dE*
Joined: 16 Jun 2008 Posts: 13 Location: IDSTORAGE
|
Posted: Tue Jun 24, 2008 9:28 pm Post subject: Syscon problems |
|
|
I'm tryng to get the battery serial using the same code that Hellcat use, but when i try to load the function my elf doesn't load. I'm devloping a replacement of the resurrection.elf of the despertar del cementerio and i load it in kernel mode with the 0x1006 flag...
I also included in the makefile the Syscon.S _________________ Source code is for noobs... |
|
| Back to top |
|
 |
KickinAezz
Joined: 03 Jun 2007 Posts: 328
|
Posted: Wed Jun 25, 2008 1:48 am Post subject: |
|
|
Try it first regularly in PSP Link and check the return code _________________ Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming. |
|
| Back to top |
|
 |
Hellcat
Joined: 24 Jan 2007 Posts: 84
|
Posted: Fri Jun 27, 2008 2:45 pm Post subject: |
|
|
What exact part of the code are you using?
Since it branches to three possible ways of reading/writing the battery, depending on the firmware.
Maybe you used an import not present in DDC boot.
Make sure all required system modules (you import functions from) are loaded before your .ELF.
AFAIK the DDC boot is still mainly based off 1.50 firmware, only holding some 3.40 modules for hardware compatibility.... you schould consider this as well (thinking of functions/imports). |
|
| Back to top |
|
 |
|