How long to Power Down Linux on LS1012A?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How long to Power Down Linux on LS1012A?

ソリューションへジャンプ
1,569件の閲覧回数
joe1652
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 解決策
1,499件の閲覧回数
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

元の投稿で解決策を見る

1 返信
1,500件の閲覧回数
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