· Open windows' command prompt again and navigate to the
gggggg-folder, then type this python command (don't forget to
modify it with your NAND dump name) :
python common/imgbuild/build.py nanddumpname.bin
common/cdxell/CD common/xell/xell-gggggg.bin
8
打开WINDOWS 开始 运行 CMD 进入gggggg-folder目录然后输入 python的命令 (不要忘记改成你自己的NAND文件名称)
python common/imgbuild/build.py nanddumpname.bin
common/cdxell/CD common/xell/xell-gggggg.bin
You should see the following
The
你应该看到以下的信息
The file image_00000000.ecc is located in the output folder now.
现在生成的 imager_0000000.ecc已经在本地的输出文件夹里了。
· Copy this file into your nandpro folder and navigate to the
folder via commandprompt again
· Use the following command to flash the image to your console's
NAND.
拷贝这个文件到你的nandpro目录‘
然后使用以下的命令把文件写入到你的主机里。
nandpro usb : +w16 image_00000000.ecc
/!\ Pay attention that you have to use the +w16 switch and not
the -w16 one /!\
注意这里要使用+W16 不是使用常用的-W参数
|