> -----Original Message-----
> From: Ulrich Hecht [mailto:
uli@...]
> >
> > "The big thing that I discovered after posting that version of the
> > code is that the multiboot file you're encrypting must be a multiple
> > of 8 words long or the encryption doesn't work! You can just pad
> > them with a hex editor (must be done PRE-ENCRYPTION!) or add the
> > logic into your version of the encryption tool."
>
> Are we talking 16-bit or 32-bit words here?
32bit words - this is nothing to do with the SMS stick itself but rather
part of the GBA multiboot protocol. I'm surprised the stick loader doesn't
take care of this automatically but there you go. You might also care to
note that the image must be a minimum of 448 bytes (not including the
header) but I don't think that's likely to be a problem :)
Dave