Search found 11 matches

by ESP_Shivani
Tue Aug 31, 2021 9:14 am
Forum: ESP-IDF
Topic: esp32-idf parttool.py stops with error UnicodeDecodeError (IDF-2839)
Replies: 7
Views: 5780

Re: esp32-idf parttool.py stops with error UnicodeDecodeError (IDF-2839)

Hi MarcRoma,

Could you provide with the information mentioned above, so that we can help further to resolve the issue.

Thanks.
by ESP_Shivani
Tue Mar 23, 2021 3:01 pm
Forum: ESP-IDF
Topic: esp32-idf parttool.py stops with error UnicodeDecodeError (IDF-2839)
Replies: 7
Views: 5780

Re: esp32-idf parttool.py stops with error UnicodeDecodeError (IDF-2839)

@MarcRoma Hi, Also, just another point, sometimes some editors may add some non-printable characters like when you create an excel sheet with the LibreOffice editor and save it as .csv, it asks for the encoding format, a mismatch is possible to occur here. So, somewhere while creating the partitions...
by ESP_Shivani
Mon Mar 22, 2021 9:54 am
Forum: ESP-IDF
Topic: esp32-idf parttool.py stops with error UnicodeDecodeError (IDF-2839)
Replies: 7
Views: 5780

Re: esp32-idf parttool.py stops with error UnicodeDecodeError (IDF-2839)

Hi MarcRoma , I went through this and took a look. Can you provide me with a few more details: 1. Does your app boot properly ? (say when you run idf.py monitor) 2. Did you use idf.py to flash the app ? 3. What does your partitions.csv file look like ? Ideally, the res.name line should be a bytestri...
by ESP_Shivani
Mon Oct 05, 2020 7:10 am
Forum: ESP-IDF
Topic: Banging my head against the wall
Replies: 4
Views: 5001

Re: Banging my head against the wall

ESP_Shivani wrote:
Thu Oct 01, 2020 7:12 am
Hi,

Great ! You're welcome.

As for the crypto package, you can see the cryptography package added in the requirements.txt.
To easily install all requirements and package dependencies, if you are running >=IDF v4.0, you can do the following:

Code: Select all

./install.sh
. ./export.sh
Thanks
by ESP_Shivani
Thu Oct 01, 2020 7:12 am
Forum: ESP-IDF
Topic: Banging my head against the wall
Replies: 4
Views: 5001

Re: Banging my head against the wall

Hi,

Great ! You're welcome.

As for the crypto package, you can see the cryptography package added in the requirements.txt.
To easily install all requirements and package dependencies, if you are running >IDF v4.0, you can do the following:

Code: Select all

./install.sh
. ./export.sh
Thanks
by ESP_Shivani
Fri Sep 25, 2020 9:56 am
Forum: ESP-IDF
Topic: Banging my head against the wall
Replies: 4
Views: 5001

Re: Banging my head against the wall

Hi,

Is the line `key,type,encoding,value` the first line of your file ?

Thanks
by ESP_Shivani
Tue May 28, 2019 5:52 am
Forum: General Discussion
Topic: (resolved) questions about manufacturing utility
Replies: 18
Views: 18827

Re: questions about manufacturing utility

Hi mzimmers,

You can use the --fileid argument option for this which is currently provided by the manufacturing utility.

Also, this fix will be available in master/v3.2/v3.3 versions.
by ESP_Shivani
Wed May 22, 2019 9:11 am
Forum: General Discussion
Topic: (resolved) questions about manufacturing utility
Replies: 18
Views: 18827

Re: questions about manufacturing utility

Hi mzimmers,

I am sharing the fix so you can apply the patch from here. Please let me know if anything.
by ESP_Shivani
Wed May 22, 2019 5:42 am
Forum: General Discussion
Topic: (resolved) questions about manufacturing utility
Replies: 18
Views: 18827

Re: questions about manufacturing utility

Hi mzimmers,

Yes comma separation in values file was required.
However, the output you are getting is not correct behaviour. It is a bug.
I have added the fix. Will let you know once it is merged into the branch.
Thanks for sending in the detailed file.
by ESP_Shivani
Tue May 21, 2019 5:05 am
Forum: General Discussion
Topic: (resolved) questions about manufacturing utility
Replies: 18
Views: 18827

Re: questions about manufacturing utility

Hi mzimmers, The REPEAT tag is only applicable for the keys for which it is specified in the config file. If you have other keys in the values file (which are not present in the config file), a value (a blank value or specific value) is expected for it for each line. (This is the current functioning...