Skip to content

Commit

Permalink
feat(esp32-p4): Add ECO1 magic number
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Jun 7, 2024
1 parent 16652be commit d4d2153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esptool/targets/esp32p4.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ESP32P4ROM(ESP32ROM):

BOOTLOADER_FLASH_OFFSET = 0x2000 # First 2 sectors are reserved for FE purposes

CHIP_DETECT_MAGIC_VALUE = [0x0]
CHIP_DETECT_MAGIC_VALUE = [0x0, 0x0ADDBAD0]

UART_DATE_REG_ADDR = 0x500CA000 + 0x8C

Expand Down

0 comments on commit d4d2153

Please sign in to comment.