PDA

View Full Version : Help on Diamond Bootloader command


anonymousX
17th May 2009, 12:35 PM
task

Usage:

task [Type [Value [Value1]]]

Type,Value and Value1 are both DWORD(hex).
Value and Value1 are ignore in some case.
Type(hex) 08: Load RUU .nbh
Type(hex) 28: Format NAND. (28 55aa will also reformat the "partition" )
Type(hex) 29: Format BinFS
Type(hex) 2a: Format ALL
Type(hex) 38: Dump share memory log ??
Type(hex) 38: Dump debug log data ??
Type(hex) 39: Dump debug log data ??
Type(hex) 55: Dump GPIO Configuration


I take this information from http://wiki.xda-developers.com/index.php?pagename=Diamond_Bootloader

Please compare for me the different between task 28 and 2a. If I run task 2a will it also format the bootloader??