Skip to content
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

SparkFun STM32 Boards Not Found #86

Closed
ilush-a opened this issue Jun 17, 2021 · 7 comments
Closed

SparkFun STM32 Boards Not Found #86

ilush-a opened this issue Jun 17, 2021 · 7 comments

Comments

@ilush-a
Copy link

ilush-a commented Jun 17, 2021

The board manager for SparkFunSTM32 is not showing up as described here: https://learn.sparkfun.com/tutorials/stm32-thing-plus-hookup-guide

The other SparkFun boards show up but the STM32 does not. I am not sure why it randomly disappeared and it seems like a common issue. I used this board last week with no issues.

These errors show up:
Index error: could not find referenced tool name=xtensa-esp32-elf-gcc version=1.22.0-80-g6c4433a-5.2.0 packager=esp32
Index error: could not find referenced tool name=esptool_py version=2.6.1 packager=esp32
Index error: could not find referenced tool name=mkspiffs version=0.2.3 packager=esp32
Index error: could not find referenced tool name=xtensa-esp32-elf-gcc version=1.22.0-80-g6c4433a-5.2.0 packager=esp32
Index error: could not find referenced tool name=esptool_py version=2.6.1 packager=esp32
Index error: could not find referenced tool name=mkspiffs version=0.2.3 packager=esp32

Similar issues but for the ESP boards discussed here: https://forums.adafruit.com/viewtopic.php?f=25&t=177076

@lucas-flora
Copy link

this! thank god its not only me. what happened here?? We are using this board to prototype a production device and I need to get it up and running. Anyone have luck with the stm32 branch of this repo?

@awende
Copy link
Contributor

awende commented Jun 25, 2021

I'm not able to replicate the index errors for the ESP32, but I have been able to get the STM32 boards to not show up. My guess is they both have the same root cause though.

What URL do you have for our board manager in the Additional Board Manager URLs list? Is it this one:

https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json

Recently GitHub has moved away from having default branches as "master" and changed the default to "main", which we recently switched over to. The new URL is:

https://raw.githubusercontent.com/sparkfun/Arduino_Boards/main/IDE_Board_Manager/package_sparkfun_index.json

The old URL still works, but it looks like it's a cached version of the JSON which has V1.0.0 of the ESP32, but not newest V1.0.1, and the STM32 boards do not appear to be there either.

@lucas-flora
Copy link

@awende wow ok thanks! I think that may have worked, verifying now. I will say this should immediately be updated here to avoid further confusion!

@awende
Copy link
Contributor

awende commented Jun 25, 2021

Yeah, we're working on updating the tutorials. Our newer hookup guides point to that tutorial which will make updating it easier. It might take a little bit of time to see how many of our older tutorials provide the JSON link directly.

@nseidle
Copy link
Member

nseidle commented Jun 25, 2021

Thanks @lucas-flora, I had missed that one. Fixed now. If you see any others, please let us know.

@lucas-flora
Copy link

@awende @nseidle awesome thank you both for the quick responses and the excellent little board :]

@ilush-a
Copy link
Author

ilush-a commented Jun 25, 2021

Thanks everyone! The new URL is working great

@ilush-a ilush-a closed this as completed Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants