Hello (again) Dmitry, On Tue, May 4, 2010 at 5:16 PM, Dmitry Vinokurov <[email protected]> wrote: > about 0.8-0.9 seconds, and boot time is much more critical for my system > than image size, so even 0.5 seconds is really important. Bootloader is
Also, consider using execute-in-place (XIP) stuff, this removes the loading stage from Flash to RAM. Also, consider using a DMA controller to copy from Flash to RAM, although not much around publicly for that. Regards, -- Leon _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
