bbogush/nand_programmer

Is K9F1G08U0D supported?

Closed this issue · 6 comments

hpznot commented

I added the K9F1G08U0D chip, but there was an warning:"Warning: QXcbConnection: XCB error: 3 (BadWindow), sequence: 14950, resource id: 13199545, major code: 40 (TranslateCoords), minor code: 0". And The following prompt appears when I connect.
"Info: Detecting chip ...
Info: ID 0xcf 0xcf 0xcf 0xcf 0xcf
Info: ID 0x80 0x80 0x80 0x80 0x02
Info: Chip not found in database
Error: Chip size is not set
Error: Chip size is not set
Info: Chip page size is unknown
Info: Reading bad blocks ...
Info: Bad blocks have been successfully read"
The above operations are detected,erased,read,written and read bad blocks in sequence.
K9F1G08U0D-Samsung.pdf

It seems supported:
https://github.com/bbogush/nand_programmer/blob/master/qt/nando_parallel_chip_db.csv

However your ids seem strange. Maybe a bad connection?

hpznot commented

It seems supported: https://github.com/bbogush/nand_programmer/blob/master/qt/nando_parallel_chip_db.csv

However your ids seem strange. Maybe a bad connection?

The chip is soldered. I have also tried changing the chip, but it still doesn't work.

hpznot commented

I found that I still have the same problem using K91G08U0E. Why is this?

hpznot commented

Can 1117 output 3.28V be used?

It seems supported: https://github.com/bbogush/nand_programmer/blob/master/qt/nando_parallel_chip_db.csv

However your ids seem strange. Maybe a bad connection?

Can 1117 output 3.28V be used?

The list has the K9F2G08U0A& M parts, but not the D or E, they have different IDs, check the datasheet.

K91G08U0D ID:
Hex: EC F1 00 95 40
Decimal:236 241 0 149 64

K91G08U0E ID:
Hex: EC D5 84 72 50
Decimal:236 213 132 114 80

Try adding new entries to the table:

K9G8G08U0D	2048	262144	1073741824	64	0	20	15	15	10	10	15	15	15	5	5	5	30	30	20	3	2	0	48	-	144	255	128	16	96	208	112	-	-	-	-	236	241	0	149	64
K9G8G08U0E	2048	262144	1073741824	64	0	20	15	15	10	10	15	15	15	5	5	5	30	30	20	3	2	0	48	-	144	255	128	16	96	208	112	-	-	-	-	236	213	132	114	80

When board & NAND connection is ok read of correct ID should work. Closing as HW issue.