-
Notifications
You must be signed in to change notification settings - Fork 704
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
dureos compilation errors and questions (AUD-5658) #1261
Comments
Hi ~ @AaronPMM, No additional permissions required for this file. esp-box-3 has no sdcard slot. so you can make the tone/dingding.wav as a |
The duer_profile file I downloaded is a zip package. According to the description in the document (dueros/README_CN.md), duer_profile should be a folder instead of a file. 关于如何添加 DuerOS 数据点,请参考 issue #145。 此外,本例程还需 DuerOS 的 profile,用户可自行前往 百度 DuerOS 开放平台 页面进行申请,并且将申请到的 profile 替换 |
The DuerOS example was updated two months ago in the master branch, and this document has also been changed. We will clarify this description in a future version. Thank you for your suggestion. You can replace the content in dueros_profile and rebuild the project. |
Current environment: Do you mean that duer_profile is a folder instead of a file? I deleted the duer_profile file, created a duer_profile folder, unzipped the profile and copied the content files to the duer_profile folder. The compilation prompted an error again. It was an open error. So duer_profile is a file, and the document does not describe the application profile in detail. So what should duer_profile be? How to apply for it? Also, there should be sdcard initialization in the example, but esp32-s3-box-3 hardware does not have sdcard . Even if the compilation is successful, the program will not run normally due to sdcard initialization. Do you have any suggestions? error: ESP-IDF Partition TableName, Type, SubType, Offset, Size, Flagsnvs,data,nvs,0x9000,24K, [3/1415] cd /home/aaron/esp/esp-adf/components/dueros_service && /home/aaron/.espressif/py...eros_service/nvs.csv /home/aaron/esp/esp-adf/examples/dueros/build/duer_profile.bin 0x6000 Creating NVS binary with version: V2 - Multipage Blob Support Enabled |
|
I guess it may be that I rename any file in the compression package to duer_profile. I am trying it, but now after the program is downloaded to the hardware, it has not been working properly. The error is as follows: So I should cancel the initialization of sdcard, then how should I modify this music to replace the original function? |
same as issues/1264, plaese close this Issue |
Environment:
Audio development kit: ESP32-S3-BOX-3
IDF version:5,3 (windows)
ADF version:v2.6-167-ge27cd526
Error description:
As shown in the figure below:
It seems that duer_profile does not have permission.The document states that the requested profile file should be placed in ADF_PATH/components/dueros_service/duer_profile. In the original SDK, duer_profile is a file instead of a folder, so I deleted it and created a duer_profile folder and placed the profile in it.
I don't know if this is the reason, if so, what kind of permissions are required?
In addition, the document states that tone/dingding.wav in the example needs to be copied to microSD, but there is no place to insert the SDK on ESP32-S3-BOX-3. How can I solve this problem?
The text was updated successfully, but these errors were encountered: