conexant / avs-device-sdk

An SDK for commercial device makers to integrate Alexa directly into connected products.
https://developer.amazon.com/avs/sdk
Apache License 2.0
9 stars 6 forks source link

conexant avs-device-sdk not running #1

Open kadam1 opened 5 years ago

kadam1 commented 5 years ago

IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.

Briefly summarize your issue:

What is the expected behavior?

What behavior are you observing?

Provide the steps to reproduce the issue, if applicable:

Tell us about your environment:

What version of the AVS Device SDK are you using?

  <x.y.z>

Tell us what hardware you're using:

Tell us about your OS (Type & version):

kadam1 commented 5 years ago

I using RPI with Synaptics 2-MIC dev board for AVS I am following all the steps at the end hit command bash run.sh then terminal show creation of device info failed

any help

SynaThor commented 5 years ago

Hello,

Try adding debug9 after AlexaClientSDKConfig.json in the run.sh file and tell us what gets printed.

Best Regards, Thor

kadam1 commented 5 years ago

Thanks, adding debug9 after AlexaClientSDKConfig.json in the run.sh file still can't run sample application. below is my log sheet.

pi@raspberrypi:~ $ bash run.sh 2019-04-01 08:40:45.401 [ 1] I sdkVersion: 1.11.0 configFile /home/pi/sdk-folder/sdk-build/Integration/AlexaClientSDKConfig.json/debug9 2019-04-01 08:40:45.408 [ 1] C SampleApplication:Failed to read config file:filename=/home/pi/sdk-folder/sdk-build/Integration/AlexaClientSDKConfig.json/debug9 Failed to read config file /home/pi/sdk-folder/sdk-build/Integration/AlexaClientSDKConfig.json/debug9 2019-04-01 08:40:45.408 [ 1] C SampleApplication:Failed to initialize SampleApplication Failed to create to SampleApplication! pi@raspberrypi:~ $

Can you help me what part which i was missing here?

Thanks.

SynaThor commented 5 years ago

Hi Kadam,

debug9 needs to be separated from the config by a space so the last line of run.sh should look something like: ./SampleApp /home/pi/sdk-folder/sdk-build/Integration/AlexaClientSDKConfig.json debug9

Best regards, Thor

kadam1 commented 5 years ago

Thanks. below mentioned log sheet when run sdk it showing error.

pi@raspberrypi:~ $ cd NEWSDK\ synaptics\ 2-mic\ dev\ board/ pi@raspberrypi:~/NEWSDK synaptics 2-mic dev board $ bash run.sh 2019-04-10 09:45:27.452 [ 1] I sdkVersion: 1.11.0 configFile /home/pi/sdk-folder/sdk-build/Integration/AlexaClientSDKConfig.json 2019-04-10 09:45:27.717 [ 1] C SampleApplication:Creation of DeviceInfo failed! 2019-04-10 09:45:27.722 [ 1] C SampleApplication:Failed to initialize SampleApplication Failed to create to SampleApplication! pi@raspberrypi:~/NEWSDK synaptics 2-mic dev board $

kadam1 commented 5 years ago

pi@raspberrypi:~ $ cd NEWSDK\ synaptics\ 2-mic\ dev\ board/ pi@raspberrypi:/NEWSDK synaptics 2-mic dev board $ bash run.sh 2019-04-10 09:45:27.452 [ 1] I sdkVersion: 1.11.0 configFile /home/pi/sdk-folder/sdk-build/Integration/AlexaClientSDKConfig.json 2019-04-10 09:45:27.717 [ 1] C SampleApplication:Creation of DeviceInfo failed! 2019-04-10 09:45:27.722 [ 1] C SampleApplication:Failed to initialize SampleApplication Failed to create to SampleApplication! pi@raspberrypi:/NEWSDK synaptics 2-mic dev board $