Just received a PCB2.2 model XPORT, w/ a TSOP48 NAND X8 adapter. Using it w/ a uni-48-clip from elsewhere. Software build 655. Takes some fiddling to get the xport to finally pick up the flash chip I'm connecting to, but when it does finally connect, the chip ID is read incorrectly. The stamp on the chip clearly reads Winbond W29N01HV, which should have ID 0xEFF1009500, but the ID is coming back as 0xEFF1809580, which the software is associating with a W29N01GV. However, the documentation for that model states the ID should be 0xEFF1809500. Given that both IDs are supposed to end in '00', it seems that 0x00 is being read as 0x80 by the xport. Also the ONFI cannot be read for some reason.
Additionally every main section, as well as every spare section, of every page appears to contain 0x80 0x80 followed by repeating 0xFF bytes. The first byte of the first and second page spare sections being something other than 0xFF indicates a bad block according to the chip documentation, but considering every single pages main and spare sections both start with this pattern makes me suspect this is something else, and i don't know if it's related to the previous issue.
I'm curious if this is something anyone else has experienced, or if anyone has any input/ideas. Here's the console log:
Additionally every main section, as well as every spare section, of every page appears to contain 0x80 0x80 followed by repeating 0xFF bytes. The first byte of the first and second page spare sections being something other than 0xFF indicates a bad block according to the chip documentation, but considering every single pages main and spare sections both start with this pattern makes me suspect this is something else, and i don't know if it's related to the previous issue.
I'm curious if this is something anyone else has experienced, or if anyone has any input/ideas. Here's the console log:
Code:
Connected to FlashcatUSB XPORT, firmware version: 5.32
Hardware version: PCB2.2
Detecting connected Flash device...
Initializing Parallel NAND device mode
Attempting to automatically detect Flash device
Mode NAND X8 ASYNC returned ident code: 0xEFF1809580
Successfully detected device in NAND mode
Connected to Flash (CHIP ID: 0xEFF1809580)
NAND device failed to load ONFI table
Flash detected: Winbond W29N01GV (134,217,728 bytes)
Programming mode: Parallel I/O
Page Information: 64 total pages; 2,048 bytes per page; 64 bytes extended size
Block Information: 1,024 total blocks; 135,168 bytes per block
Device interface: NAND (X8 3.3V)
NAND block manager disabled
Flash device successfully detected and ready for operation
Disconnected from FlashcatUSB XPORT device