• Visit https://www.embeddedcomputers.net/ for Hardware; Software and all other things related to FlashcatUSB

6141

it's imposible to detect my flash(6121) i change to 6120 and i detect fine my flash.. its possible the flash are protected ?
 
Hi everyone, do we have a script for the SB6141 yet? or is there anyway we can write the "forceWare-1.4b1-mod2" ?
thanks
 
Hi, D3m0n,

That will be awesome if you can create a script for the SB6141.
We all thank you for taking your time to help us out in this forum.
 
here SB6141.spi script and taget to UBFI1 and UBFI2 write forceWare-1.4b1-mod2
 

Attachments

  • SB6141_SPI.bcs
    9.6 KB · Views: 93
Hi, its there an script with the nvram section ? im writing it manually over 0x7b0000 and the size its auto filled atfer file load, but not working.
 
Thanks for the answer, but tghat script comes with a CFG section, but its not even the mtd8 create atfer device start, im trying to figure it,

Env is:
Code:
bootargs=root=/dev/mtdblock6 
mtdparts=spansion:0x20000(U-Boot)ro
0x10000(env1)
0x10000(env2)
0x3b0000@0x40000(UBFI1)
0x3b0000@0x3f0000(UBFI2)
0xd13c8@0x3f1c44(Kernel)ro
0x2b7000(RootFileSystem)ro
0x50000@0x7b0000(nvram)

cat /proc/mtd is:
Code:
dev:    size   erasesize  name
mtd0: 00020000 00001000 "U-Boot"
mtd1: 00010000 00001000 "env1"
mtd2: 00010000 00001000 "env2"
mtd3: 003b0000 00001000 "UBFI1"
mtd4: 003b0000 00001000 "UBFI2"
mtd5: 000d7db0 00001000 "Kernel"
mtd6: 00257400 00001000 "RootFileSystem"
mtd7: 0000c000 00001000 "FS1"
mtd8: 00050000 00001000 "nvram"

but mtd8 its 64,000 bytes
on the Sb6121 script have: CfgSize = 65536
Thanks.
 
Back
Top