Syscon problems

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
*mUrDeRc0dE*
Posts: 13
Joined: Mon Jun 16, 2008 12:51 am
Location: IDSTORAGE

Syscon problems

Post by *mUrDeRc0dE* »

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...
KickinAezz
Posts: 328
Joined: Sun Jun 03, 2007 10:05 pm

Post by KickinAezz »

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.
Hellcat
Posts: 83
Joined: Wed Jan 24, 2007 2:52 pm

Post by Hellcat »

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).
Post Reply