Search found 3 matches

by saicharan67
Thu Nov 16, 2023 7:20 am
Forum: General Discussion
Topic: Wifi roaming does not work (802.11k 802.11v 802.11r or client-side roaming) in STA mode.
Replies: 0
Views: 862

Wifi roaming does not work (802.11k 802.11v 802.11r or client-side roaming) in STA mode.

Hello all, My issue is same as mentioned in https://github.com/espressif/esp-idf/issues/11936 . As per the analysis, the AP keeps report itself as best candidate also mentioned same in https://github.com/espressif/esp-idf/issues/3671#issuecomment-1001100115 is there any way we could solve this issue...
by saicharan67
Thu Nov 09, 2023 12:27 pm
Forum: General Discussion
Topic: How to get the offset address of a file created in SPIFFS partition
Replies: 2
Views: 1040

Re: How to get the offset address of a file created in SPIFFS partition

Hi thanks for the information, i have tried using the mbedtls apis for calculating the hash, but the hash generated for the file using mbedtls apis and hash generated from passing the same file to esp secure script with no signature appending and no padding are different. Any insights what might be ...
by saicharan67
Wed Nov 08, 2023 12:24 pm
Forum: General Discussion
Topic: How to get the offset address of a file created in SPIFFS partition
Replies: 2
Views: 1040

How to get the offset address of a file created in SPIFFS partition

Hi all,

I am trying to find the sha256 of a binary file situated at

Code: Select all

/spiffs/temp.bin
using

Code: Select all

bootloader_sha256_flash_contents
but it requires the address of the file offset. Is there any way I can get the address of the file?

Thanks in advance