S32G boot time

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32G boot time

Jump to solution
1,337 Views
piaochunri
Contributor II

For cold start of s32g274ardb3,A core boot time is too long(from boot to show the login log in the console).What can I config or do to shorten the time?

0 Kudos
Reply
1 Solution
1,285 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @piaochunri 

I feel very sorry for the delay.

It is really a huge topic, and a lot of ways may accelerate the boot time.

Currently in BSP, there are mainly TFA, U-boot, kernel and Rootfs, each of them could be futher tuned. Customize the TFA/uboot, optimize the kernel configuration, remove unnecessary drivers/modules, remove useless applications/tools that automatically initialized could shorten the boot time.

Furthermore, utilize profiling tools to identify and address any bottlenecks, to optimize the code could also be benefit to the boot time.

You may try various method to reduce the boot time to check if the requirement could be fulfilled. For any specific issue faced during the work, you may raise tickets, we will be happy to support.

 

Best Regards

Chenyin

 

View solution in original post

0 Kudos
Reply
1 Reply
1,286 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @piaochunri 

I feel very sorry for the delay.

It is really a huge topic, and a lot of ways may accelerate the boot time.

Currently in BSP, there are mainly TFA, U-boot, kernel and Rootfs, each of them could be futher tuned. Customize the TFA/uboot, optimize the kernel configuration, remove unnecessary drivers/modules, remove useless applications/tools that automatically initialized could shorten the boot time.

Furthermore, utilize profiling tools to identify and address any bottlenecks, to optimize the code could also be benefit to the boot time.

You may try various method to reduce the boot time to check if the requirement could be fulfilled. For any specific issue faced during the work, you may raise tickets, we will be happy to support.

 

Best Regards

Chenyin

 

0 Kudos
Reply