k tried writing this one and i still get a black screen
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\kyle>nandpro
NandPro v2.0b by Tiros
Useage:
NandPro dev: -r# Filename (HexStartBlock HexBlockCount) ->Read
NandPro dev: -w# Filename (HexStartBlock HexBlockCount) ->Write
NandPro dev: -e# (HexStartBlock HexBlockCount) ->Erase
dev: is hardware interface usb: or lpt:
dev: can also be a filename:, to be used as a 'Virtual Nand Device'
# is nand size (16, 64, 256, 512) in MegaBytes
(Optional) block ranges, defaults to entire device
-r# Reads saving file RAW (with ECC)
-R# Reads saving file without ECC
-w# Writes RAW (with ECC) file
+W# Write while ADDING ECC from file without ECC
+w# Write while FIXING ECC from RAW (with ECC) file
C:\Users\kyle>nandpro xenon.bin: -r16 44.bin 1
NandPro v2.0b by Tiros
Using Virtual Nand Device File: xenon.bin
Starting Block:0x000001
Ending Block:0x0003FF
Reading
03FF
C:\Users\kyle>nandpro xenon.bin: -w16 44.bin 1 3FF
NandPro v2.0b by Tiros
Using Virtual Nand Device File: xenon.bin
Starting Block:0x000001
Ending Block:0x0003FF
Writing
File: 44.bin FileLen:107be00 Blocks:3ff
03FF
C:\Users\kyle>nandpro usb: -w16 xenon.bin 0 50
NandPro v2.0b by Tiros
Looking for usb interface device
FlashConfig:01198010
Starting Block:0x000000
Ending Block:0x00004F
Writing
File: xenon.bin FileLen:1080000 Blocks:50
Error: 202 Programming block 44
004F
C:\Users\kyle>