There still seems to be some confusion over the difference between 1.02 and 1.02s. As I've mentioned in another thread, the 1.02s uses an 8k page size for its rom images while the 1.02 uses 4k (I'm guessing that the S is for Samsung as that appears to be the maker of the 8k paged NAND memory chip used in the 1.02s machines whereas at least one of the 1.02 machines uses 4k paged Hynix chips.) I don't see any other difference between them.
If you try to load a 4k paged image on an 8k paged NAND, or vice versa, it won't work. If the only difference is the page size (and I don't know for sure yet), it should be relatively easy to convert between them on a Linux machine using the mkbootimg tool.
It's a bit of a pain, but it looks like we need to have 2 different images for any mods we release. If someone wants to try a "converted" image, let me know what image they want converted and I'll be happy to do it as a one off and I'll write a note on how to "do-it-yourself".
To sum up: -
if you have 1.02s - use only 8k paged boot or recovery images
if you have 1.02 (or anything else without the S on the end) - use only 4k paged boot or recovery images
Eddie