This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM-Q1: How to debug boot mode (Boot Parameter Table) in CCS register dump?

Part Number: TDA4VM-Q1
Other Parts Discussed in Thread: TDA4VM

Tool/software:

Hi, Dear Expert

This is just an case studying for boot debug, I may need to share with my customer for experence sharing.

* Background : If we assume ROM code works well, but SBL/SPL in eMMC or SD boot failed, and no cosole output. We need to make sure boot mode pin latch status first.

* Status : JTAG connection is success, and use launch.js is ok.

Steps 1. Ref TRM (ex:TDA4VM)

Dump boot parameter index (0x41CF_FBFC), check this value is "1" or "0"

if value = 0 : dump register 0x41CF_FC00

if value = 1 : dump register 0x41CF_FE00

So my dump result as below. table index should be "0"

Steps 2. check 0x41CF_FC00

I found "magic value" is wrong, byte offset is 12, length = 4, but value not "0x01AD0911"

Do I do anything wrong?

Thank You Very Much

Gibbs