SPRUJ17H March 2022 – October 2024 AM2631 , AM2631-Q1 , AM2632 , AM2632-Q1 , AM2634 , AM2634-Q1
The ROM code uses logger module for debug information. They are shown in the below table:
Group | Address | Size (bytes) | Content |
Infor/Warning/Error Logs | 0x0008_2800 | 4096 | Log Entry size: 8 words (128 bits) Word 1: Log_type - 0xABCD001 - lnfo 0xABCD002 - Warning 0xABCD003 - Error 0xABCD004 - Critical 2nd word: FileName - source file name 3rd word: Line number - line at which log reported in the source file 4th word: Value1 - Debug word1 5th word: Value2 - Debug word2 6th word: Timer count (lower) - lower 32-bit timer count 7th word: Timer count (upper) - upper 32-bit timer count |
Any failures detected by R5 or HSM while booting, will lead to SoC warm reset issued by WDT (watchdog timer) after 180 sec. From the ROM perspective, cold reset and warm reset are the same as far as boot flow is considered.
The ROM code version information is a structure shown in Table 5-18
Field | Address | Size (bytes) | Value |
---|---|---|---|
Version Number | 0x4605_0940 | 4 | "0x0001_0000" (1.0.0) |
Device Name | 0x4605_0944 | 12 | "am263x" |