|
HSWEVN_PREPARATION_FAILED
|
The application receives this event in the OnLinePending state when the device instance creation or booting has failed. The state changes to Failed. There are three ways to retry booting:
· Open and close the handles on the board
· Initiate insertion from hsmon. (See Section 6.3.1.)
· Initiate insertion using the Board.boardname.Command keyword. (See Section 6.3.1.)
If extraction was initiated by hsmon or with the Board.boardname.Command keyword, and the board handles are open in the Failed state, the application receives HSWEVN_BOARD_OFFLINE and the state changes to OffLine.
If insertion was initiated in the Failed state by hsmon or with the Board.boardname.Command keyword, the application receives HSWEVN_ONLINE_PENDING and the preparation process repeats.
A board boot will fail with this event if the Supervisor keyword AutoStartEnabled or the board keyword AutoStart is set to No.
|