Skip to content

Commit 0f20366

Browse files
committed
docs: Add a note about ROM version in the boot log
1 parent 26e77d1 commit 0f20366

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/en/api-guides/startup.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Startup code called from the reset vector determines the boot mode by checking `
4444

4545
.. note::
4646

47-
During normal boot modes the RTC watchdog is enabled when this happens, so if the process is interrupted or stalled then the watchdog will reset the SOC automatically and repeat the boot process. This may cause the SoC to strap into a new boot mode, if the strapping GPIOs have changed.
47+
- During normal boot modes the RTC watchdog is enabled when this happens, so if the process is interrupted or stalled then the watchdog will reset the SOC automatically and repeat the boot process. This may cause the SoC to strap into a new boot mode, if the strapping GPIOs have changed.
48+
- During the lifecycle of a chip, multiple Engineering Change Orders (ECOs) may occur. If such changes do not affect the ROM behavior (e.g., modifications limited to fixing digital logic, adjusting analog circuits, or optimizing manufacturing processes), the ROM firmware typically remains unchanged. As a result, the ROM version number printed in the boot log may be lower than the actual chip revision number.
4849

4950
.. only:: esp32
5051

docs/zh_CN/api-guides/startup.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444

4545
.. note::
4646

47-
正常启动模式下会使能 RTC 看门狗,因此,如果进程中断或停止,看门狗将自动重置 SOC 并重复启动过程。如果 strapping GPIOs 已更改,则可能导致 SoC 陷入新的启动模式。
47+
- 正常启动模式下会使能 RTC 看门狗,因此,如果进程中断或停止,看门狗将自动重置 SOC 并重复启动过程。如果 strapping GPIOs 已更改,则可能导致 SoC 陷入新的启动模式。
48+
- 芯片在其生命周期内可能会进行多次工程变更 (ECO),如工程变更不影响 ROM 行为,例如,仅用于修复数字逻辑、调整模拟电路或优化生产工艺等, ROM 固件往往不会变动。因此启动日志中 ROM 打印的版本号可能低于实际芯片版本号。
4849

4950
.. only:: esp32
5051

0 commit comments

Comments
 (0)