EmileSpecialProducts / Turtle-ESP-mouse-jiggler

Mouse jiggler of the ESP USB and BLE
GNU General Public License v3.0
0 stars 0 forks source link

ESP32-C6 16 MB not programming via Web tools, but works via arduino. #3

Closed EmileSpecialProducts closed 4 days ago

EmileSpecialProducts commented 6 days ago

ESP32-C6 16 MB not programming via Web tools, but works via arduino. ESP-ROM:esp32c6-20220919 Build:Sep 19 2022 rst:0x3 (LP_SW_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) Saved PC:0x4001974a SPIWP:0xee mode:DIO, clock div:2 load:0x40875720,len:0x109c load:0x4086c110,len:0xc40 load:0x4086e610,len:0x2da8 entry 0x4086c110 E (287) esp_image: Image length 1319168 doesn't fit in partition length 1310720 E (287) boot: OTA app partition slot 0 is not bootable E (288) esp_image: image at 0x150000 has invalid magic byte (nothing flashed here?) E (295) boot: OTA app partition slot 1 is not bootable E (300) boot: No bootable app partitions in the partition table

EmileSpecialProducts commented 4 days ago

It looks like the Merged.bin file can not be programed at once, so I used the separate file to upload and then it works. Changed the manifest file to support this. Also kept the Arduino ide filenames.