Page 1 of 1

Problem installing IDF on linux

Posted: Sun Jul 21, 2019 1:46 pm
by aaronpadilla
I am not able to install EPS-IDF tools, here the dump:

aaron@aaron-crachoir:~/esp$ cd esp-idf/
aaron@aaron-crachoir:~/esp/esp-idf$ ./install.sh
Installing ESP-IDF tools
Installing tools: xtensa-esp32-elf, esp32ulp-elf, openocd-esp32
Skipping xtensa-esp32-elf@esp32-2019r1-8.2.0 (already installed)
Traceback (most recent call last):
File "/home/aaron/esp/esp-idf/tools/idf_tools.py", line 1250, in <module>
main(sys.argv[1:])
File "/home/aaron/esp/esp-idf/tools/idf_tools.py", line 1246, in main
action_func(args)
File "/home/aaron/esp/esp-idf/tools/idf_tools.py", line 1038, in action_install
assert tool_version is not None
AssertionError
aaron@aaron-crachoir:~/esp/esp-idf$



could you advice?
Thanks in advance.

Re: Problem installing IDF on linux

Posted: Sun Jul 21, 2019 6:08 pm
by ESP_igrr
Are you running a 32-bit (x86) version of Linux?

It seems we don't have 32-bit builds of some of the tools which are marked "required" for the installation. We will correct that.

Re: Problem installing IDF on linux

Posted: Mon Jul 22, 2019 7:31 pm
by Ritesh
ESP_igrr wrote:
Sun Jul 21, 2019 6:08 pm
Are you running a 32-bit (x86) version of Linux?

It seems we don't have 32-bit builds of some of the tools which are marked "required" for the installation. We will correct that.
Hello,

ESP32 IDF can't be installed on 32 bit Linux System? We are also using 64 bit Linux System and didn't try to us it into 32 but system.

Re: Problem installing IDF on linux

Posted: Wed Jul 24, 2019 12:40 pm
by mishafarms
I am having this issue with a Raspberry pi 4 (still 32 bit I assume).
Any suggestions?

Michael

Re: Problem installing IDF on linux

Posted: Thu Jul 25, 2019 5:13 am
by Ritesh
mishafarms wrote:
Wed Jul 24, 2019 12:40 pm
I am having this issue with a Raspberry pi 4 (still 32 bit I assume).
Any suggestions?

Michael
ESP_igrr,

Would you please help them regarding this issue if you have any idea regarding that issue?

Re: Problem installing IDF on linux

Posted: Sun Jul 28, 2019 4:28 am
by mishafarms
I tried this all from scratch again. I had some minor issues I need to look at again with a fresh install. But everything seems to
be working now. I have a Raspberry pi 4 (4G) with an ESP32 development environment including eclipse.
Very Cool

Michael

Re: Problem installing IDF on linux

Posted: Tue Jul 30, 2019 5:18 am
by Ritesh
mishafarms wrote:
Sun Jul 28, 2019 4:28 am
I tried this all from scratch again. I had some minor issues I need to look at again with a fresh install. But everything seems to
be working now. I have a Raspberry pi 4 (4G) with an ESP32 development environment including eclipse.
Very Cool

Michael
Great. Thanks for update regarding that.

Let me know if need any help into future for that.