NAND: Difference between revisions

From Xenon Wiki
Jump to navigation Jump to search
imported>Tuxuser
(Put up a category linked to the NAND Filesystem)
imported>Tuxuser
(Removed non working links)
Line 27: Line 27:


== Small flash chip close to CPU ==
== Small flash chip close to CPU ==
Some 360's also have a small flash chip near the CPU, as seen in these pictures:
Some 360s have a small flash chip near the CPU, some don't as seen in the following pictures.


=== 1stgame article (dev unit) ===
No chip:
http://xbox360.1stgame.nl/13.html
 
=== Informit.com article ===
http://www.informit.com/content/images/art_fogie_xbox360/elementLinks/fogie_fig09.jpg
 
=== Independent photo ===
http://images.batlogic.com/albums/c60/mmattsson/xbox360/PDR_0033.jpg
 
=== Anandtech article ===
http://images.anandtech.com/reviews/system/microsoft/xbox360/mb.jpg
 
Not all boxes do have this chip. It does not seem to be core/premium related.
 
Here is a picture of a premium box without the chip:


•[http://www.darkmoon.org/images/x360Pro_noeeprom.jpg]
•[http://www.darkmoon.org/images/x360Pro_noeeprom.jpg]
Line 52: Line 38:


As discussed in this article on the xboxhacker.net forums, this appears to be a Atmel 25020 EEPROM.
As discussed in this article on the xboxhacker.net forums, this appears to be a Atmel 25020 EEPROM.
The chip from the xbox360.1stgame.nl article reads:  
The chip model reads:  


  ATMEL524
  ATMEL524

Revision as of 11:37, 12 August 2010

Flash memory

File:Hynix flash rom.jpg ries is a 16Mx8bit with spare 4M bit capacity.

Attached to Southbridge

Reading/Writing

The Flash can be written or read using a number of methods. If you have the old shader hack running the easiest is using lflash. You can also wire LPT directly to the flash using this diagram.

Once wired you can read/write to the chip using software such as NandPro.

Sectors

  • 1: copyright notice, zeros, unencrypted numbers
  • 2: encrypted data

@2MB filesystem, unencrypted, but content encrypted, config not

NAND File System

Informations about the Filesystem on the Xbox360 NAND Flash can be found here

Small flash chip close to CPU

Some 360s have a small flash chip near the CPU, some don't as seen in the following pictures.

No chip:

[1]

Here is a high-res picture of a premium box with the chip:

[2]

As discussed in this article on the xboxhacker.net forums, this appears to be a Atmel 25020 EEPROM. The chip model reads:

ATMEL524
25020AN
SU18

Datasheet can be found here.

This chip is a low power 2048 bit serial EEPROM according to the datasheet.

  • If the small chip near the CPU is removed the Xbox will boot up and function just fine [Darkmoon 360 experiments]
  • According to IBM the CPU has "An interface for a serial EEPROM in case patch logic configuration was needed during bring-up"

Small flash chip on front panel

There is another Atmel chip on the front panel:

File:Atmel2.jpg

Atmel 528 serial EEPROM

This chip reads:

ATMEL528
24C04N
SU18

Datasheet can be found here

This chip is a low power 4096 bit serial EEPROM according to the datasheet.