Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install IDF on Raspberry Pi W (IDFGH-11873) #12959

Closed
sidreco214 opened this issue Jan 11, 2024 · 1 comment
Closed

Unable to install IDF on Raspberry Pi W (IDFGH-11873) #12959

sidreco214 opened this issue Jan 11, 2024 · 1 comment
Assignees
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Type: Feature Request Feature request for IDF

Comments

@sidreco214
Copy link

Is your feature request related to a problem?

sudo apt update
sudo apt install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
mkdir esp
cd esp
git clone --recursive https://github.com/espressif/esp-idf.git
cd esp-idf
./install.sh
Detecting the Python interpreter
Checking "python3" ...
Python 3.11.2
"python3" has been detected
Checking Python compatibility
Installing ESP-IDF tools
Traceback (most recent call last):
  File "/home/rasp-find/esp/esp-idf/tools/idf_tools.py", line 207, in <module>
    CURRENT_PLATFORM = parse_platform_arg(PYTHON_PLATFORM)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/rasp-find/esp/esp-idf/tools/idf_tools.py", line 202, in parse_platform_arg
    fatal(f'unknown platform: {platform}')
    ^^^^^
NameError: name 'fatal' is not defined

Describe the solution you'd like.

When I install IDF on Raspberry Pi W, I met this problem. I used Raspberry Pi OS Lite

Release date: December 11th 2023
System: 32-bit
Kernel version: 6.1
Debian version: 12 (bookworm)

Describe alternatives you've considered.

.

Additional context.

Please consider adding this platform.

@sidreco214 sidreco214 added the Type: Feature Request Feature request for IDF label Jan 11, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Jan 11, 2024
@github-actions github-actions bot changed the title Unable to install IDF on Raspberry Pi W Unable to install IDF on Raspberry Pi W (IDFGH-11873) Jan 11, 2024
@dobairoland
Copy link
Collaborator

This is probably a duplicate of #12865.

Can you please try what I've suggested in #12865 (comment)?

@espressif-bot espressif-bot added Status: Selected for Development Issue is selected for development and removed Status: Opened Issue is new labels Jan 15, 2024
@espressif-bot espressif-bot added Status: In Progress Work is in progress and removed Status: Selected for Development Issue is selected for development labels Feb 9, 2024
@espressif-bot espressif-bot added Status: Reviewing Issue is being reviewed Status: Done Issue is done internally Resolution: NA Issue resolution is unavailable and removed Status: In Progress Work is in progress Status: Reviewing Issue is being reviewed labels Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Type: Feature Request Feature request for IDF
Projects
None yet
Development

No branches or pull requests

4 participants