Hi, TI:
bootAPP load linux kernel need amost 5 sencod, but uboot only need 806ms,So what led to the huge gap, how to solve,thanks.
Hi,
Could you add debug prints in bootapp on which image in the lateapp2 taking so much time. Just want to make sure it's due to Linux kernel loading.
Best Regards,
Keerthy
above,i just compare the loading time of kernel:
1、bootapp load kernel : 29.489 - 24.593 = 4.896 second
2、u-boot : 24.852 - 24.036 = 0.816 second
while this gap huge ?
Also, consider the whole,
1、the u-boot load all image just take: 27.25.092 - 27.22.484 = 2.608 second
2、the bootapp take over: 29.553 - 15.073 = 14.48 second
in bootapp is a step by step loading, kernel loading doesn't affect lateapp2 loading, every loading is Independence
Hi,
1、the u-boot load all image just take: 27.25.092 - 27.22.484 = 2.608 second
2、the bootapp take over: 29.553 - 15.073 = 14.48 second
What boot flow are you using here?
Regards,
Karthik