How long to Power Down Linux on LS1012A?

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

How long to Power Down Linux on LS1012A?

Jump to solution
511 Views
joseph_lindula
Contributor IV

Hello, I'm designing a small board using the LS1012A to store Ethernet data to CFast 2.0 memory card. I plan to run Linux on the LS1012A to make the software development easy. I will need to design a backup power supply to power down the board if the main input power is cut. How long does it take to power down a Linux kernal? This will determine how much of reserve power I will need to design for. I image it will take a little time to stop writing to the file and then initiate a power down on the Linux OS.

Thanks,

Joe

1 Solution
441 Views
bpe
NXP Employee
NXP Employee


The time to shut down Linux is not deterministic and depends on the
number of processes running on the system and the way they react to
TERM or HUP signal. For a typical NXP LSDK configuration  shutdown
happens within a few seconds. If you wish a more precise estimation,
our recommendation is to obtain a reference board and measure it
with the set of processes/daemons required for your application.

Regards,

Platon

View solution in original post

1 Reply
442 Views
bpe
NXP Employee
NXP Employee


The time to shut down Linux is not deterministic and depends on the
number of processes running on the system and the way they react to
TERM or HUP signal. For a typical NXP LSDK configuration  shutdown
happens within a few seconds. If you wish a more precise estimation,
our recommendation is to obtain a reference board and measure it
with the set of processes/daemons required for your application.

Regards,

Platon