- Nov 8, 2011
- 3,836
- 1,394
- Thread starter
- #166
I think it needs to be in on-board mode, to flash to nand. the flasher gets its info from SDPackTool.ini, so what needs to done to SDPackTool.ini is at bottom, all 1 changed to 2 but boot.img.
change this
to this
this should allow flashing just boot.img this is all we want to flash.
I am uploading upacking and packing tools for as well as the 7033.pak
http://www.mediafire.com/download/m3y1d6n0c2sd140/uupack_pack_tools.zip
change this
Code:
// Choose what you want to program:
// 1: Program
// 2: Don't program
BurnBootImg = 1
BurnBootRes = 1
BurnBootRecover = 1
BurnSystem = 1
BurnCache = 1
BurnData = 1
to this
Code:
// Choose what you want to program:
// 1: Program
// 2: Don't program
BurnBootImg = 1
BurnBootRes = 2
BurnBootRecover = 2
BurnSystem = 2
BurnCache = 2
BurnData = 2
this should allow flashing just boot.img this is all we want to flash.
I am uploading upacking and packing tools for as well as the 7033.pak
http://www.mediafire.com/download/m3y1d6n0c2sd140/uupack_pack_tools.zip
Last edited: