• Visit https://www.embeddedcomputers.net/ for Hardware; Software and all other things related to FlashcatUSB

Support for NAND BGA63 MT29F2G08ABAGAH4-IT: G "NW799" ????

Copy and paste text from the software console.

OK thanks!

Code:
FlashcatUSB Script Engine build: 306
Welcome to the FlashcatUSB interfacing software, build: 618
Running on: Microsoft Windows 10 Pro (64 bit)
Serial NOR memory database loaded: 465 devices supported
Serial NAND database loaded: 54 devices supported
Parallel NOR memory database loaded: 353 devices supported
Parallel NAND memory database loaded: 236 devices supported
OTP/UV EPROM memory database loaded: 41 devices supported
Connected to FlashcatUSB Mach¹, firmware version: 2.22
Voltage set to: 3.3V
Detecting connected Flash device...
Initializing Parallel NAND device mode
Parallel mode successfully initialized
Attempting to automatically detect Flash device
NAND clock speed set to: 20MHz
Mode NAND X8 ASYNC returned ident code: 0x2CDA909506
Successfully detected device in NAND mode
Connected to Flash (CHIP ID: 0x2CDA909506)
Flash detected: Micron MT29F2G08ABAEA (268.435.456 bytes)
Programming mode: Parallel I/O
Flash page size: 2.048 bytes (64 bytes extended)
Block size: 135.168 bytes
Device interface: NAND (X8 3.3V)
NAND block manager disabled
NAND memory map complete: 131.072 pages available for access
Flash device successfully detected and ready for operation
 

Attachments

  • c0aa4962c5288ae2d69d14238f3b30d8.png
    c0aa4962c5288ae2d69d14238f3b30d8.png
    110.2 KB · Views: 25
  • ea287924f3ed1a784a2295aaba59c325.png
    ea287924f3ed1a784a2295aaba59c325.png
    301.5 KB · Views: 21

Pantheon any solution? Can you add the definition of the software?​


Your programmer did not give the correct values due to the error in the definition of nand, I have a correct dump made with another programmer, but his flashcatusb Mach1 can't do it, I have a friend who will send me his dump for editing but he only has Mach1. Can you give support? Thanks!

1679a1ad32e563389ad00aa7ead1e0f5.png
 
FlashDB.Add(New P_NAND("Micron MT29F2G08ABAGA", &H2C, &HDA909506UI, 2048, 128, 64, 2048, VCC_IF.X8_3V)) '2Gb
FlashDB.Add(New P_NAND("Micron MT29F2G08ABBGA", &H2C, &HAA901506UI, 2048, 128, 64, 2048, VCC_IF.X8_1V8)) '2Gb

Added to the software. It will be in the public update this week.
 
FlashDB.Add(New P_NAND("Micron MT29F2G08ABAGA", &H2C, &HDA909506UI, 2048, 128, 64, 2048, VCC_IF.X8_3V)) '2Gb
FlashDB.Add(New P_NAND("Micron MT29F2G08ABBGA", &H2C, &HAA901506UI, 2048, 128, 64, 2048, VCC_IF.X8_1V8)) '2Gb

Added to the software. It will be in the public update this week.
excellent, thank you, I'll wait for the last update ;)
 
Back
Top