Forums - /dsp Permission denied on LG V30

2 posts / 0 new
Last post
/dsp Permission denied on LG V30
jungpyo.hong
Join Date: 4 Mar 15
Posts: 3
Posted: Mon, 2017-12-18 21:05

Hi,

Permission denied log when creating NeuralNetworkBuilder.

How do I use DSP?

vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:916: /dsp/fastrpc_shell_3 load failed 69, searching...
vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:691:Error 45: fopen failed for fastrpc_shell_3. (No such file or directory)
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:930: open_shell failed. domain 69
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1048: Error ffffffff: apps_dev_init failed. domain 3, errno No such file or directory
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1128: Error ffffffff: open dev -1 for domain 3 failed
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:916: /dsp/fastrpc_shell_3 load failed 69, searching...
vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:691:Error 45: fopen failed for fastrpc_shell_3. (No such file or directory)
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:930: open_shell failed. domain 69
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1048: Error ffffffff: apps_dev_init failed. domain 3, errno No such file or directory
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1128: Error ffffffff: open dev -1 for domain 3 failed
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:576: Error 3b: remote handle invoke failed. domain 3, handle ffffffff, sc 3000100, pra 0x7fe0232c80
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:916: /dsp/fastrpc_shell_0 load failed 69, searching...
vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:919: fastrpc_shell_0 loaded successfully 
vendor/qcom/proprietary/adsprpc/src/log_config.c:503:Unable to add watcher for folder /dsp : errno is Permission denied
vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:691:Error 45: fopen failed for oemconfig.so. (No such file or directory)
vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:691:Error 45: fopen failed for testsig-0x529c1a0e.so. (No such file or directory)
vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:691:Error 45: fopen failed for testsig.so. (No such file or directory)
[ my source code ]
InputStream inputStream = context.getResources().openRawResource(R.raw.mnist_quantized);
            builder = new SNPE.NeuralNetworkBuilder(application)
                    .setRuntimeOrder(NeuralNetwork.Runtime.DSP, NeuralNetwork.Runtime.GPU, NeuralNetwork.Runtime.CPU)
                    .setModel(inputStream, inputStream.available());
  • Up0
  • Down0
jesliger
Join Date: 6 Aug 13
Posts: 75
Posted: Tue, 2018-01-16 04:36

Does the inceptionv3 example from the user's guide work for you on DSP?  (The one that uses snpe-net-run command line tool?)

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.