Search found 2 matches

by mjoy99
Mon Feb 03, 2025 8:36 pm
Forum: ESP8266
Topic: ESP8266 FreeRTOS SDK updates and installation
Replies: 1
Views: 255

ESP8266 FreeRTOS SDK updates and installation

I feel like the ESP8266 FreeRTOS SDK ( https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/index.html ) is a forgotten/dead project. It talks about adding esp8266 to the regular ESP-IDF, but it doesn't appear that has happened. The trials and tribulations from deprecated packa...
by mjoy99
Mon Feb 03, 2025 8:24 pm
Forum: ESP8266
Topic: ESP-IDF installation on Ubuntu 24.04
Replies: 1
Views: 4840

Re: ESP-IDF installation on Ubuntu 24.04

Not sure if you got this working, but I just went through a bunch of issues similarly getting this running on Ubuntu under WSL2 on windows. The prerequisites for python are deprecated with everything going to python3 now. in the guide there is : Ubuntu and Debian: sudo apt-get install gcc git wget m...