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

ERROR:Running on single core. #10948

Closed
1 task done
taianzhyzh opened this issue Feb 8, 2025 · 1 comment
Closed
1 task done

ERROR:Running on single core. #10948

taianzhyzh opened this issue Feb 8, 2025 · 1 comment
Labels
Status: Awaiting triage Issue is waiting for triage

Comments

@taianzhyzh
Copy link

Board

ESP-WROOM-32D(single core)

Device Description

ESP-WROOM-32D(single core)

Hardware Configuration

ESP-WROOM-32D(single core)

Version

latest master (checkout manually)

IDE Name

arduino

Operating System

windows 10

Flash frequency

40MHZ

PSRAM enabled

yes

Upload speed

115200

Description

E (116) cpu_start: Running on single core variant of a chip, but app is built with multi-core support.
E (116) cpu_start: Check that CONFIG_FREERTOS_UNICORE is enabled in menuconfig

Sketch

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  // put your main code here, to run repeatedly:

}

Debug Message

E (116) cpu_start: Running on single core variant of a chip, but app is built with multi-core support.
E (116) cpu_start: Check that CONFIG_FREERTOS_UNICORE is enabled in menuconfig

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@taianzhyzh taianzhyzh added the Status: Awaiting triage Issue is waiting for triage label Feb 8, 2025
@me-no-dev
Copy link
Member

we do not support single core ESP32 chips (solo). You can use Arduino as IDF component for that. Only the dual-core variant is supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting triage Issue is waiting for triage
Projects
None yet
Development

No branches or pull requests

2 participants