Ai
3 Star 0 Fork 1

SpacemiT Buildroot SDK/factorytest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gpu.sh 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
James Deng 提交于 2024-06-29 09:30 +08:00 . Update for v1.0.5
#!/bin/bash
while true
do
glmark2-es2-wayland --off-screen --run-forever > /tmp/glmark2.log
if [ $? -eq 0 ]; then
echo "gpu test completed successfully."
else
echo "gpu test encountered an error or exited prematurely."
echo none > /sys/class/leds/sys-led/trigger
break
fi
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/spacemit-buildroot/factorytest.git
git@gitee.com:spacemit-buildroot/factorytest.git
spacemit-buildroot
factorytest
factorytest
k1-bl-v2.2.y

搜索帮助