Rgh 2 Question.

crazed-cracker

VIP Member
Dec 10, 2011
224
23
OR
Can someone explain to me how to create a .ecc for a zephyr 14719 nand? I downloaded the RGH2 package from team-xecuter. Also How do i program the .xsvf? I use J-Runner so I am new
 

crazed-cracker

VIP Member
Dec 10, 2011
224
23
OR
Ya I have everything I just dont understand the notepad. I put my nand in the folder but now what do I do? I can click build.py it doesnt do anything.
 

Oggy

Staff member
Troll Eating Dogs
Mar 1, 2010
3,346
128
Get nandpro30

put xsvf inside that folder

Go to a command prompt

change directory to \nandpro30\

^ Easier to put it all in c:\

Then something like this - Bolded/Red lines are what you type....

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Oggy>[COLOR="Red"][b]cd c:\nandpro30[/b][/COLOR]

c:\Nandpro30>[b][COLOR="red"]nandpro xsvf: TX_RGH2_A.xsvf[/COLOR][/b]


---------- Post added at 02:20 ---------- Previous post was at 02:14 ----------

To build, you must install python and python crypto...

The add python to the environment variables list.... (Cant be arsed explaining in full)

Then,

python build.py filename.bin

In the directory of build.py will generate you ecc

---------- Post added at 02:23 ---------- Previous post was at 02:20 ----------

Write .ecc using nandpro30 again, just copy the tx_rgh2_image.ecc to \nandpro30b\

Then,

Code:
c:\Nandpro30>[COLOR="Red"][B]nandpro usb: +w16 tx_rgh2_image.ecc[/B][/COLOR]
NandPro v3.0a by Tiros
Pay attention to the +w flag!

---------- Post added at 02:28 ---------- Previous post was at 02:23 ----------

Im not gonna explain xebuild, tbh, its all in every programs readme, I think Ive done enough spooning for one night
 
  • Like
Reactions: BL4K3Y