Closed satelliteseeker closed 1 year ago
Hi, this operation is not support(flash it with other firmware), we got no time to support for third party firmware, sorry.
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,20K,
otadata,data,ota,0xe000,8K,
app0,app,ota_0,0x10000,2176K,
app1,app,ota_1,0x230000,2176K,
spiffs,data,spiffs,0x450000,3776K,
@jo-m Huge thanks for the flash dump! Revived my clock with the following command:
./esptool.exe --chip esp32 --port <COM8, or see device manager> --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x0000 "<path to smalltvpro-flash.bin>"
I also added an RPi heatsink and it runs cooler and more stable now. It allows me to finish an OTA firmware update easily, which previously required cooling down the board.
I made a mistake and bricked the board when trying to fix an issue where firmware upload through browser would fail and cause the device to just reboot.
Following this guide I was able to flash a test image, but not a firmware file from this repo as it refuses to boot.
Can you please share the command and bootloader, partition binary files to reflash it using USB to UART programmer? It should be something like (just an example):
Notes for my unbricking attempt:
Prerequisite: USB UART programmer, 4x jumper wires (male to female), screwdriver Software: ESPTool (command line) or ESP Flash Download Tools (GUI)