Could the default compiler flags in Moblin explain the difference? (they build everything with -march=core2 -mtune=generic -mfpmath=sse -Os) -Os notably could result in smaller binaries which are loaded faster. -- Loïc Minier