User:Talpa

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Backing up data stored on the factory Neo)
(My notes)
Line 1: Line 1:
 
=== My notes ===
 
=== My notes ===
 
==== Backing up data stored on the factory Neo ====
 
==== Backing up data stored on the factory Neo ====
 +
Things that needs to be backed up.
 +
 +
# GPS software
 +
# Factory-programmed NAND bad block information?
 +
 +
 
[[Getting_Started_with_your_Neo1973#Initial_backup | Initial Backup]]
 
[[Getting_Started_with_your_Neo1973#Initial_backup | Initial Backup]]
 
Describes the backup of the 4 partitions, but does this include the ''factory bad block table''?
 
Describes the backup of the 4 partitions, but does this include the ''factory bad block table''?
  
 
[[NAND_bad_blocks]] contains some information on the bad block information stored in the flash
 
[[NAND_bad_blocks]] contains some information on the bad block information stored in the flash
 +
 +
==== Bad block notes ====
 +
According to [[NAND_bad_blocks#NAND_basics | NAND_basics]]
 +
each flash page (512 bytes) has 16 bytes of out-of-band (OOB) data. The OOB contains different information but among other things it can mark a page? as bad.
 +
 +
According to [[NAND_bad_blocks#Bad_Block_Table_.28BBT.29 | Bad Block Table (BBT)]]
 +
there is also a Bad Block Table that contains additional information.<br>
 +
Is this the same as the ''factory-programmed NAND bad block information'' discussed in [[Neo1973_Hardware#Bad_block | Neo1973_Hardware]]?
 +
 +
===== Recreating the ''Factory-programmed NAND bad block information'' =====
 +
Can the method described in [[NAND_bad_blocks#BBT_creation | BBT Creation]] does it (sort of) recreate the Factory-programmed NAND bad block information<br>
 +
'''NOTE: this method probably requires a JTAG cable'''

Revision as of 12:07, 28 July 2007

Contents

My notes

Backing up data stored on the factory Neo

Things that needs to be backed up.

  1. GPS software
  2. Factory-programmed NAND bad block information?


Initial Backup Describes the backup of the 4 partitions, but does this include the factory bad block table?

NAND_bad_blocks contains some information on the bad block information stored in the flash

Bad block notes

According to NAND_basics each flash page (512 bytes) has 16 bytes of out-of-band (OOB) data. The OOB contains different information but among other things it can mark a page? as bad.

According to Bad Block Table (BBT) there is also a Bad Block Table that contains additional information.
Is this the same as the factory-programmed NAND bad block information discussed in Neo1973_Hardware?

Recreating the Factory-programmed NAND bad block information

Can the method described in BBT Creation does it (sort of) recreate the Factory-programmed NAND bad block information
NOTE: this method probably requires a JTAG cable

Personal tools

My notes

Backing up data stored on the factory Neo

Initial Backup Describes the backup of the 4 partitions, but does this include the factory bad block table?

NAND_bad_blocks contains some information on the bad block information stored in the flash