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

bootloader.bin was unexpected at this time #10965

Closed
1 task done
ASCiiPido opened this issue Feb 12, 2025 · 1 comment
Closed
1 task done

bootloader.bin was unexpected at this time #10965

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

Comments

@ASCiiPido
Copy link

Board

TinyPico

Device Description

\Downloads\N2_Cabinet_IOT_rev2\bootloader.bin was unexpected at this time.
exit status 1

Compilation error: exit status 1

Hardware Configuration

nothing is connected at all

Version

latest master (checkout manually)

IDE Name

Arduino IDE

Operating System

Windows 11

Flash frequency

40MHz

PSRAM enabled

no

Upload speed

115200

Description

can't compile

Sketch

// the setup function runs once when you press reset or power the board
void setup() {
  // initialize digital pin LED_BUILTIN as an output.
  pinMode(LED_BUILTIN, OUTPUT);
}


any code will do...


void loop() {
  digitalWrite(LED_BUILTIN, HIGH);  // turn the LED on (HIGH is the voltage level)
  delay(1000);                      // wait for a second
  digitalWrite(LED_BUILTIN, LOW);   // turn the LED off by making the voltage LOW
  delay(1000);                      // wait for a second
}

Debug Message

no need

Other Steps to Reproduce

any code will do

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

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

Probably something went wrong while installing the core. Please uninstall and install again

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