<div dir="ltr"><div><div><div>Hi,<br><br></div>I have disabled many core-utils as it was not being used and awk was part of it.<br></div>Target device is IPQ8064. Whatever I could disable through menuconfig & kernel_menuconfig has been done. Now as mentioned in previous mail only at that two locations I see some process consuming lot of time.<br></div>Is it possible to reduce the time consumed by the process?<br><div><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 11, 2018 at 6:57 PM, Koen Vandeputte <span dir="ltr"><<a href="mailto:koen.vandeputte@ncentric.com" target="_blank">koen.vandeputte@ncentric.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">1)<br>
Your file shows awk is missing.<br>
I would recommend adding it, as it's a common tool used by many scripts this can cause nasty side effects.<br>
<br>
2)<br>
Which target device is this?<br>
Some targets with small flash build the kernel for size iso speed by default.<br>
<br>
If you target is such one, you can run "make kernel_menuconfig" and optimize the kernel build for speed. (->General Setup)<br>
This should improve boot-up speed a bit (at least on my boards)<br>
<br>
<br>
Koen<span class=""><br>
<br>
On 2018-04-11 15:15, Arjav Parikh wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hi,<br>
<br>
I want to reduce boot time in my product. I disabled all unnecessary modules/libraries and scripts which get load at boot time.<br>
After this my boot time is approx 9 sec. I still want to further reduce it.<br>
<br>