Editing Wifi Firmware
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Software= | =Software= | ||
eCos is used to provide the Playstation's Wi-Fi support. eCos is an open source real-time operating system (RTOS). It is licensed under a modified version of GPL that allows the use of non GPL licensed code to be linked with eCos. | eCos is used to provide the Playstation's Wi-Fi support. eCos is an open source real-time operating system (RTOS). It is licensed under a modified version of GPL that allows the use of non GPL licensed code to be linked with eCos. | ||
Line 8: | Line 6: | ||
http://ecos.sourceware.org/ | http://ecos.sourceware.org/ | ||
== | == GameOS firmware file == | ||
Filename: eurus_fw.bin<br /> | Filename: eurus_fw.bin<br /> | ||
Location: /dev_flash/sys/internal and inside CoreOS package | Location: /dev_flash/sys/internal and inside CoreOS package | ||
Line 32: | Line 26: | ||
</pre> | </pre> | ||
only | only readable part: | ||
<pre> | <pre> | ||
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | ||
Line 82: | Line 76: | ||
000709E0 04 00 00 00 00 00 F0 D0 00 00 00 00 3C 1A ED 79 ......ðÐ....<.íy | 000709E0 04 00 00 00 00 00 F0 D0 00 00 00 00 3C 1A ED 79 ......ðÐ....<.íy | ||
</pre> | </pre> | ||
===Other References=== | ===Other References=== | ||
*http://www. | *http://www.ps3devwiki.com/index.php?title=Hypervisor_Reverse_Engineering#Gelic_device_.28Network_Interface.29 | ||
*http://www. | *http://www.ps3devwiki.com/index.php?title=Hypervisor_Reverse_Engineering#WLAN_Gelic_Device | ||
*http://wiki.gitbrew.org/index.php/PS3:HvReverseEngineering#Gelic_Device | *http://wiki.gitbrew.org/index.php/PS3:HvReverseEngineering#Gelic_Device | ||
{{ | {{Console}} |