diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-08-11 22:25:25 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-08-11 22:25:25 +0200 |
commit | e084cdaabeb167566dda6a8f118852ddc5f54be5 (patch) | |
tree | f33361fd6a0fd6be0b5af57a3a535d879fd743bc /doc | |
parent | 89e70ea88c417ff488b5e86f36d513feb007c5b2 (diff) | |
download | 0xFFFF-e084cdaabeb167566dda6a8f118852ddc5f54be5.tar.bz2 |
doc/fiasco: Update info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fiasco | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -1,11 +1,19 @@ Copyright (C) 2007-2011 pancake <pancake@youterm.com> Copyright (C) 2011-2012 Pali Rohár <pali.rohar@gmail.com> -SPECS FOR TEH FIASCO FIRMWARE FILE FORMAT ffff! +SPECS FOR THE FIASCO FIRMWARE FILE FORMAT ffff! ----------------------------------------------- - These notes has not been taken properly and may be wrong. It must - be revised to fit the reality. But this is mostly a general idea: + This is final working version of FIASCO format. FIASCO image which + is generated by this spec is acceptable by Nokia flasher-3.5 and + unpack data same as FIASO image generated by Nokia fiasco-gen. This + format is implemented in 0xFFFF and every image which I tested + (generated by 0xFFFF and fiasco-gen) was properly unpacked under + 0xFFFF and flasher-3.5 with same result. Small difference is that + fiasco-gen add some unknown subsection block to image header + (type '4' or '/') which contains some messy characters... But if + these sections missing, flasher-3.5 working fine too. And old FIASCO + images (for N8x0) does not have these subsectin... FILE HEADER @@ -45,5 +53,5 @@ IMAGE 1 byte -- length of subsection block N bytes -- subsection block data } - 1 byte -- unknown (maybe end of subsections?) + 1 byte -- unknown (0x00 is accepted, maybe end of subsections?) N bytes -- image data |