| View previous topic :: View next topic |
| Author |
Message |
Debugger
Joined: 09 Apr 2004 Posts: 3
|
Posted: Thu Aug 10, 2006 10:34 am Post subject: PS2 internal eeprom access |
|
|
Hello folks,
I am interested in a way to access the internal PS2 eeprom. Is there a lib for it? I think it will be very usefull to write on an unused address to save settings of any application. |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Thu Aug 10, 2006 11:06 am Post subject: |
|
|
It's not safe writing to the nvram. There is no space for saving your settings. You need to save settings to a memory card. That is the purpose of the memory cards... _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
Magique
Joined: 06 Sep 2006 Posts: 3
|
Posted: Wed Sep 06, 2006 1:51 am Post subject: |
|
|
Hello,
Did anyone wrote on the EEPROM to put an update BIOS on the PS2 ? because as it doesn't recognize neither the memory card, nor the HD, we are forced to put a CD each time, and the len become damaged some years later...
Is there a way, without puting a modchip or using a CD (Magic Swap or PS1 game), to boot directly on memory card or hard drive ? |
|
| Back to top |
|
 |
weltall
Joined: 20 Feb 2004 Posts: 310
|
Posted: Wed Sep 06, 2006 2:00 am Post subject: |
|
|
| no. |
|
| Back to top |
|
 |
Magique
Joined: 06 Sep 2006 Posts: 3
|
Posted: Wed Sep 06, 2006 4:24 am Post subject: so... |
|
|
It is a little short ^^.
Even if there is no space for putting my settings on the nvram, why can't someone put exactly the same quantity of information on the memory but with a "link" to ask to search on the memory card (with optimization of the code), like on the PS1 vulnerability ?I |
|
| Back to top |
|
 |
weltall
Joined: 20 Feb 2004 Posts: 310
|
Posted: Wed Sep 06, 2006 6:03 am Post subject: |
|
|
| nvram isn't the bios how you could put executable code on it? |
|
| Back to top |
|
 |
Magique
Joined: 06 Sep 2006 Posts: 3
|
Posted: Wed Sep 06, 2006 7:04 am Post subject: |
|
|
| I think that only Drakonite could answer this question, he spoke about that above... |
|
| Back to top |
|
 |
jbit Site Admin

Joined: 28 May 2005 Posts: 293 Location: København, Danmark
|
Posted: Wed Sep 06, 2006 7:28 am Post subject: |
|
|
The PS2 BIOS uses NVRAM only for settings, it will not try to execute anything from there. And if it could, it would need to be magic gate encrypted (like everything else the BIOS boots).
(The "EEPROM" in the PS2 does not contain the BIOS, the BIOS is in a mask ROM which can not be rewritten) |
|
| Back to top |
|
 |
|