# 故障排除

Source: [https://docs.qualcomm.com/doc/80-70014-15BY/topic/troubleshooting.html](https://docs.qualcomm.com/doc/80-70014-15BY/topic/troubleshooting.html)

## 健全性检查错误

有时，可能会看到 `devtool` 显示“完好性检查”错误。确保您对主机有 `sudo` 访问权限。如果错误仍然存在，则执行以下操作：
1. umask a+rxCopy to clipboard
2. 在 $ESDK\_ROOT/layers/poky/meta/conf/sanity.conf 文件中禁用 bitbake 完好性检查。

        BB_MIN_VERSION = “1.53.1” 
         
        SANITY_ABIFILE = “${TMPDIR}/abi_version” 
         
        SANITY_VERSION ？= “1” 
        LOCALCONF_VERSION ？= “2” 
        LAYER_CONF_VERSION ？= “7” 
        SITE_CONF_VERSION ？= “1” 
         
        #INHERIT += “sanity”Copy to clipboard

Last Published: Jan 26, 2026

[Previous Topic
创建自己的 Qualcomm IM SDK 插件](https://docs.qualcomm.com/bundle/publicresource/80-70014-15BY/topics/esdk-create-own-plugin.md)