For Jasper512, Jasper256, or Images which don't extract:3.) What you need:1.) nandpro
2.) dummy
smc_config.bin3.) your full XBR Nand Backup (flashdmp.bin) made Flash360 or Xellous
4.) 360 flash tool v0.92 to extract kv.bin and smc.bin
4.) How we make it:1.) first extract with the Flash dump Tool the kv and smc from your flashdmp.bin
2.) open Flash dump Tool, key in your CPU key under Keys
3.) open file and select your flashdmp.bin
4.) click Extract and set SMC und Key Vault active, press OK and save it to C:\jasper
5.) in C:\jasper there should be now 5 files, we need only KV_dec.bin and SMC_dec.bin, rename this two files to KV.bin and SMC.bin, delete the rest.
6.) the size of the KV.bin should be now 16.384 bytes, thats wrong, we need 16.368 bytes, so we need to remove the first line from this file, ii use Ultraedit.
7.) open KV.bin with a Hexeditor, remove the first line 00000000h now save it again, now the size should be 16.368 bytes.
8.) now we build a Image for fun

with freeboot, to get a clean image.
9.) i extracted the freeboot zip again into a different folder not that i get confused, extract it to C:\freeboot copy libeay32.dll also into it, if you have issues.
10.) now copy your modified KV.bin, SMC.bin and from the dummy
smc_config.bin the needed smc_config.bin for your motherboard to C:\freeboot\data
11.) extract 9199.zip into c:\freeboot\data
12.) extract
Donor Files on a different place
13.)In the Donor Folder, open the folder for your Motherboard (Falcon, Jasper, Xenon), and copy the files to c:\freeboot\data
14.) open the Dos Command prompt
15.) cd c:\freeboot
16.) ibuild.exe c freeBOOT -c "Console" -d data\ -p "CPU Key" -b "1BL Key" bin\image.bin bin\fuses.bin
"Console" replace it with falcon, xenon, jasper, jasper256 or jasper512
"1BL Key" replace it with the 1BL Key
"CPU Key" replace it with your CPU Key
19.) you should find now a image.bin in your c:\freeboot\bin folder
20.) extract Nandpro to C:\nandpro, in that folder install port95nt.exe, without it it doesn't work
21.) now copy your Flash360 Nand backup, flashdmp.bin and the image.bin which we made now to c:\nandpro
22.) open the Dos Command prompt
23.) Now we extract with Nandpro your original kv.bin and config.bin from your flashdmp.bin and inject it into the image.bin
For 16MB NAND:1) Extract KV and Config blocks from flashdmp.bin
nandpro flashdmp.bin: -r16 rawkv.bin 1 1
nandpro flashdmp.bin: -r16 rawconfig.bin 3de 2
2) inject into image.bin
nandpro image.bin: -w16 rawkv.bin 1 1
nandpro image.bin: -w16 rawconfig.bin 3de 2
For 256MB NAND:1) Extract KV and Config blocks from flashdmp.bin
nandpro flashdmp.bin: -r256 rawkv.bin 1 1
nandpro flashdmp.bin: -r256 rawconfig.bin ef7 2
2) inject into image.bin
nandpro image.bin: -w256 rawkv.bin 1 1
nandpro image.bin: -w256 rawconfig.bin ef7 2
For 512MB NAND:1) Extract KV and Config blocks from flashdmp.bin
nandpro flashdmp.bin: -r512 rawkv.bin 1 1
nandpro flashdmp.bin: -r512 rawconfig.bin ef7 2
2) inject into image.bin
nandpro image.bin: -w512 rawkv.bin 1 1
nandpro image.bin: -w512 rawconfig.bin ef7 2
24.) now we copy image.bin from c:\nandpro to c:\freeboot\bin
25.) open the Dos Command prompt
26.) cd c:\freeboot
27.) ibuild x -d data\ -b "1BL Key" -p "CPU Key" bin\image.bin
"1BL Key" replace it with the 1BL Key
"CPU Key" replace it with your CPU Key
28.) in c:\freeboot\data there should be now the extracted image, we need the kv.bin, smc.bin and your now real smc_config.bin
29.) this 3 files we copy to c:\freeBOOT-0.032\data now you can go back to Point 11 "How to build a Freeboot Image:"
There is maybe a easier solution

i don't know it, but in that way i can say that it will work 100%.
mfg cHarOn