Search Criteria
Package Details: esp8266-rtos-sdk 3.4-4
Package Actions
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: | 3 |
Popularity: | 0.029558 |
First Submitted: | 2020-05-14 09:56 (UTC) |
Last Updated: | 2024-05-15 12:47 (UTC) |
Dependencies (11)
- ncurses (ncurses-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-cryptography
- python-future
- python-pyelftools (python-pyelftools-gitAUR)
- python-pyparsing
- python-pyserial
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- gperf (gperf-gitAUR) (make)
- xtensa-lx106-elf-gcc-binAUR (optional) – Toolchain for the ESP8266
Latest Comments
kkknn commented on 2024-08-04 06:26 (UTC)
the problem:
should modify
/opt/esp8266-rtos-sdk/tools/kconfig/lxdialog/check-lxdialog.sh
to:
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.
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 casembedtls/mbedtls/include/mbedtls/sha256.h
), the following is completehttps://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?