Package Details: esp8266-rtos-sdk 3.4-4

Git Clone URL: https://aur.archlinux.org/esp8266-rtos-sdk.git (read-only, click to copy)
Package Base: esp8266-rtos-sdk
Description: ESP8266 RTOS SDK
Upstream URL: https://github.com/espressif/ESP8266_RTOS_SDK
Licenses: Espressif MIT
Submitter: bionade24
Maintainer: srtlg
Last Packager: srtlg
Votes: 2
Popularity: 0.000007
First Submitted: 2020-05-14 09:56 (UTC)
Last Updated: 2024-05-15 12:47 (UTC)

Latest Comments

bionade24 commented on 2024-05-15 07:03 (UTC)

@srtlg: Could you please also correct the maintainer comment in the PKGBUILD?

fiffy commented on 2024-05-15 06:49 (UTC) (edited on 2024-05-15 06:49 (UTC) by fiffy)

Recently this package has been producing this error during installation.

*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
*** 
*** Install ncurses (ncurses-devel) and try again.
*** 
make: *** [Makefile:219: dochecklxdialog] Error 1
make: Leaving directory '/home/emma/.cache/yay/esp8266-rtos-sdk/src/ESP8266_RTOS_SDK/tools/kconfig'

I've created an updated PKGBUILD that applies a patch to fix the issue: https://gist.github.com/fiffy326/3a09451d7b581e086392f1021b52c673

Until this package is updated, you can makepkg -si with my PKGBUILD and it should install with no issues.

srtlg commented on 2022-09-09 18:54 (UTC)

strangely now https://github.com/espressif/ESP8266_RTOS_SDK/archive/v$pkgver.tar.gz is missing some files (in my case mbedtls/mbedtls/include/mbedtls/sha256.h), the following is complete https://github.com/espressif/ESP8266_RTOS_SDK/releases/download/v${pkgver}/ESP8266_RTOS_SDK-v${pkgver}.zip

bionade24 commented on 2022-02-19 15:48 (UTC)

@trita They did, fixed it. Thx.

truita commented on 2022-02-16 16:50 (UTC)

@bionade24 Checksum for the github archive doesn't match. Maybe they changed it?

carlosal1015 commented on 2022-01-08 17:12 (UTC)

Great cryptography is alive again, no worries.

bionade24 commented on 2022-01-08 16:52 (UTC)

@carlosal1015 Now works again. Sadly, Espressif still recommends python2 :(

You could try to use python3 and see how far you get, though.

carlosal1015 commented on 2022-01-08 15:52 (UTC)

cryptography is broken, is possible to change to python3 version?

-> Could not find all required packages:
        python2-cffi (Wanted by: esp8266-rtos-sdk -> python2-cryptography)
        python2-ipaddress (Wanted by: esp8266-rtos-sdk -> python2-cryptography)
        python2-asn1crypto (Wanted by: esp8266-rtos-sdk -> python2-cryptography)