Skip to content

can not build esp32p4 fireware #510

@kyozhou

Description

@kyozhou

Describe the bug
when i build esp32p4 fireware using this comman: python3 make.py esp32 BOARD=ESP32_GENERIC_P4, it show error "fatal error: esp32/ulp.h: No such file or directory"

Expected behavior
release a fireware.bin for esp32p4

Images

If you are having a problem compiling paste the build output below. (NO SCREENSHOTS)

fireware/lvgl_micropython/lib/micropython/ports/esp32/esp32_ulp.c:32:10: fatal error: esp32/ulp.h: No such file or directory
32 | #include "esp32/ulp.h"
|          ^~~~~~~~~~~~~
compilation terminated.

If your problem is running the binding please past the code you are using below.*
I need to see ALL of the setup code exactly as it is being ran.

python3 make.py esp32 BOARD=ESP32_GENERIC_P4

**Exact make and model number of the MCU that you are compiling for or the firmware is running on. **

  • Make:
  • Model:
    I do not known, but the MCU revision is v1.0

For ESP32 MCU's The PSRAM and FLASH SPI type, quad SPI or octal SPI.

  • PSRAM: quad 32MB
  • FLASH: quad 16MB

I need to know the OS and OS version of the machine that compiled the binary. If using a VM then I need to know the OS and OS version the VM is running. (WSL == VM)

  • OS: MacOS

Build Command

python3 make.py esp32 BOARD=ESP32_GENERIC_P4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions