ESP8266 edycja oprogramowania.

henryxxl
Posts: 18
Joined: Wed Oct 05, 2016 7:30 pm

Post

Jak wpisuje polecenie do sprawdzenia pythona to mam wersje 2.7. Porzebuję wersji 3?
0xFF
Posts: 308
Joined: Sat Feb 20, 2016 8:54 pm

Post

Raczej pakiet python-dev.
henryxxl
Posts: 18
Joined: Wed Oct 05, 2016 7:30 pm

Post

Pomogło instalacja pythona dev.
Po procesie instalacji dostałem komunikat :

Code: Select all

Xtensa toolchain is built, to use it:

export PATH=/opt/esp-open-sdk/xtensa-lx106-elf/bin:$PATH

Espressif ESP8266 SDK is installed, its libraries and headers are merged with the toolchain
wykonałem test sprawdzenia instalacji:

Code: Select all

Now that we've got the toolchain installed, he next step is to test it. (Note that this is optional but highly recommended. First we download the code examples. Open a terminal and enter the command-

git clone https://github.com/esp8266/source-code-examples.git


Now, in your favorite text editor, open the Makefile for the 'blinky' project ( at ./sourcecode-examples/blinky/Makefile) and-

    Change the XTENSA_TOOLS_ROOT variable to /opt/esp-open-sdk/xtensa-lx106-elf/bin
    Change the SDK_BASE variable to /opt/esp-open-sdk/sdk

Now save the Makefile and go back to the terminal and do-

cd source-code-examples/blinky

make
i mam błąd:

Code: Select all

esp8266@dhcppc8:~/source-code-examples/blinky$ make
FW firmware/
make: esptool.py: Polecenie nie znalezione
Makefile:112: polecenia dla obiektu 'firmware/0x00000.bin' nie powiodły się
make: *** [firmware/0x00000.bin] Błąd 127
Port usb w pliku makefile zgadza sie z rzeczywistoscia. Mam płytke nodemcu.
Od nowa zainstalowałem debian i powtórzyłem wszystko z powodzeniami za pierwszym razem lecz ldaej mam ten sam błąd, brak esptool.py.
henryxxl
Posts: 18
Joined: Wed Oct 05, 2016 7:30 pm

Post

W jaki sposób koledzy zainstalowaliście środowisko aby stworzyć ten projekt?
User avatar
pzygmunt
Posts: 19235
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków

Post

Popraw ścieżkę do esptool.py

Return to “Pomoc”