Elektrine lite

← Feed

@neptune22222@kolektiva.social

Post #2664099

2026-04-24 22:36 UTC

@bipolaron@scholar.social Ooh, I had forgotten to pull pin 8 up, and now it looks like it connects and recognizes the chip correctly, but it fails to upload with the following error: ---- esptool v5.3.dev2 Serial port /dev/ttyUSB1: Connecting... Connected to ESP32-C3 on /dev/ttyUSB1: Chip type: ESP32-C3 (QFN32) (revision v1.1) Features: Wi-Fi, BT 5 (LE), Single Core, 160MHz, Embedded Flash 4MB (XMC) Crystal frequency: 40MHz MAC: 7c:2c:67:0c:44:c0 Uploading stub flasher... A fatal error occurred: Invalid head of packet (0x45): Possible serial noise or corruption. ---- I'll keep poking at it...

Replies (1)

  • @bipolaron@scholar.social I was able to find a log from within the chip during programming that showed that it was resetting whenever I tried to program it. Found this person had a similar constant reboot problem and he removed the capacitor between the crystal and XTAL_P and it worked for them. https://esp32.com/viewtopic.php?t=30627 I tried popping off this capacitor on mine, and it programmed correctly and even got the right hash check after programming. Now, I'm trying to get it to reboot into normal mode...

    Open ##2664100