I have a product in the field that uses the package “com.visualgdb.xtensa-esp32-elf version 5.2.0/7.10/r7”
However, that package no longer available even if the “old packages” checkbox is marked.5.2.0/7.10/r9 uses esp-idf 3.0, which has a different partition scheme than r7 and can’t work with existing product in the field.
How can I get a copy of this or other old packages?
We usually remove the packages that have been superseded by bugfix updates. As long as the compiler and ESP-IDF version are the same, we remove the older versions to save space.
If you are looking for a specific older version of the ESP-IDF framework, please consider manually pulling it from git, replacing the version that is shipped with the toolchain.