Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

soc power up time too slow..

Any one tried to optimize the u boot , pre-loader and the kernel to make the boot up time shorter?? notice the bot up time quite slow... any suggestion?

6 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    not sure if you know what device that you are using, primitive way is to disable all the unused device and feature in the preloader, also from the device tree, maybe able to speed up. and also use qspi boot instead of sd card

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    there is a function to read the time stamp, you may consider to use this and deploy in several important boot area, identify the most time consuming area and try to strip the initialization from there to earn faster boot time.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    but you need to strip the boot up area carefully as might break some of your required feature or drivers.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    i don't see the guide from Altera, but you can also improve this by using minimum file system