diff --git a/README.md b/README.md index cead0a7..a649a70 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/fdls/sc6531efm_nokia105_0x14000000_fdl2.bin b/fdls/sc6531efm_nokia105_0x14000000_fdl2.bin new file mode 100644 index 0000000..bf3e320 Binary files /dev/null and b/fdls/sc6531efm_nokia105_0x14000000_fdl2.bin differ diff --git a/fdls/sc6531efm_nokia105_0x40004000_fdl1.bin b/fdls/sc6531efm_nokia105_0x40004000_fdl1.bin new file mode 100644 index 0000000..5f864c2 Binary files /dev/null and b/fdls/sc6531efm_nokia105_0x40004000_fdl1.bin differ