Implemented SC6531C flashing support
This commit is contained in:
@@ -54,13 +54,11 @@ E.g. for CAT B26 (bootkey is `#`) the dumping command is: `python uniflash.py -l
|
||||
|
||||
### SC6531C
|
||||
|
||||
SC6531C is a single-FDL variant. Here, if your model doesn't require signed FDLs, you need to specify `sc6530_generic` target and typically 8MB length, for instance, for Alcatel OT-2051D the boot key is Call key and the command to dump is: `python uniflash.py -t sc6530_generic -l 0x800000 dump ot2051d.bin`
|
||||
|
||||
**Note**: for SC6531C, only readback is supported as of now.
|
||||
SC6531C is a single-FDL variant. Both readback and flashing are now supported here. Here, if your model doesn't require signed FDLs, you need to specify `sc6530_generic` target and typically 8MB length, for instance, for Alcatel OT-2051D the boot key is Call key and the command to dump is: `python uniflash.py -t sc6530_generic -l 0x800000 dump ot2051d.bin`
|
||||
|
||||
### SC6531D and lower
|
||||
|
||||
For now, SC6531DA and other variants of SC6531 chipset older than SC6531CA are not supported.
|
||||
For now, SC6531DA and other variants of SC6531 chipset older than SC6531C are not supported or at least tested. You may verify the support by using the same `sc6530_generic` target as for SC6531C.
|
||||
|
||||
### Add your own targets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user