-
Notifications
You must be signed in to change notification settings - Fork 64
feat: add wathdog #684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add wathdog #684
Conversation
Signed-off-by: Nascs Fang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
理论上所有rockchip的产品都应该支持,另外amlogic应该也有这个overlay
|
||
``` | ||
|
||
:::warning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
只是测试,就别告诉用户输入别的乱七八糟东西了。谁知道以后这个接口会不会改
|
||
::: | ||
|
||
- 关闭系统 panic 重启 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
所以你这是三种不同的测试场景。我刚开始看以为是要三个命令一次性都执行
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
那我们这里需要写几种场景?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
意思是你不要写成列表,用###之类变成子章节。列表中的内容是有逻辑相关性的,你这是三个独立的测试场景
|
||
``` | ||
|
||
- 等待 30 秒左右,看系统是否重启,如果系统能够重启,则表示 watchdog 正常工作 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
所以是每个场景都需要等30s
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外应该还要装一个debian watchdog的包才会自动重置watchdog吧,不然还是没有效果
Description of changes