Added sc6531efm_nokia105 target

This commit is contained in:
Luxferre
2021-12-23 16:32:24 +02:00
parent 98f21d560b
commit a07d91aa0f
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ For two-FDL targets (more common scenario), the naming scheme is like this: `[ta
For single-FDL targets, the FDL file name must be `[targetname]_[load_addr]_single.bin`.
For example, if you have found signed FDL loaders for Nokia 105 2019 somewhere and want to add this phone as a target, you know that they are loaded into `0x40004000` and `0x14000000` respectively, so you can rename them, for instance, to `sc6531efm_nokia_0x40004000_fdl1.bin` and `sc6531efm_nokia_0x14000000_fdl2.bin`, place them into `fdls/` and then just use `-t sc6531efm_nokia` in your commands.
For example, if you have found signed FDL loaders for Nokia 105 2019 somewhere and want to add this phone as a target, you know that they are loaded into `0x40004000` and `0x14000000` respectively, so you can rename them, for instance, to `sc6531efm_nokia105_0x40004000_fdl1.bin` and `sc6531efm_nokia105_0x14000000_fdl2.bin`, place them into `fdls/` and then just use `-t sc6531efm_nokia105` in your commands. This signed target, by the way, has already been added as an example.
## Credits
Binary file not shown.
Binary file not shown.