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
Syscon problems
-
- Posts: 13
- Joined: Mon Jun 16, 2008 12:51 am
- Location: IDSTORAGE
Syscon problems
Source code is for noobs...
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
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).
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).