mirror of
https://github.com/espressif/esptool.git
synced 2025-10-16 14:28:54 +08:00
feat(err_defs): Add ROM bootloader flash error definitions
Closes https://github.com/espressif/esptool/issues/952
This commit is contained in:

committed by
Radim Karniš

parent
bc9f2a656d
commit
2d8a3addc9
@@ -142,6 +142,12 @@ class FatalError(RuntimeError):
|
||||
0x109: "CRC or checksum was invalid",
|
||||
0x10A: "Version was invalid",
|
||||
0x10B: "MAC address was invalid",
|
||||
0x6001: "Flash operation failed",
|
||||
0x6002: "Flash operation timed out",
|
||||
0x6003: "Flash not initialised properly",
|
||||
0x6004: "Operation not supported by the host SPI bus",
|
||||
0x6005: "Operation not supported by the flash chip",
|
||||
0x6006: "Can't write, protection enabled",
|
||||
# Flasher stub error codes
|
||||
0xC000: "Bad data length",
|
||||
0xC100: "Bad data checksum",
|
||||
|
Reference in New Issue
Block a user