Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12745 Обсуждение

soc power up time too slow..

Altera_Forum
Почетный участник II
1 788Просмотр.

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?

0 баллов
6 Ответы
Altera_Forum
Почетный участник II
851Просмотр.

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
Почетный участник II
851Просмотр.

any way to measure the boot up time in various stages?

Altera_Forum
Почетный участник II
851Просмотр.

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
Почетный участник II
851Просмотр.

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

Altera_Forum
Почетный участник II
851Просмотр.

could you point me any guide for this purpose?

Altera_Forum
Почетный участник II
851Просмотр.

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

Ответить