Hi,
So my boot source is eMMC which is hard wired strapped.
Now back to RCW settings datasheet says
PBI_SRC 1110 is the IFC mode
Then IFC_MODE says cfg_rcw_src[0:8] 0_0100_0000 is SD/MMC (eSDHC) are multiplexed on
{IFC_AD[8:15], IFC_CLE} --------------------------------------> this is super confused
and this is also noted as 1 .Not valid as an RCW[IFC_MODE] encoding.
From my code warrior when I set PBI_SRC as 1110
the IFC_MODE does not have 0_0100_0000 this option at all.
(1)Can someone explains?
(2) Since I am using eMMC do I need to care about QSPI clock frequency ?
(3) I also have this error: RCW and PBI data must be loaded from the same source.
The confusion is IFC_MODE says cfg_rcw_src[0:8] 0_0100_0000 is SD/MMC (eSDHC) are multiplexed on
{IFC_AD[8:15], IFC_CLE} then what is IFC)MODE (these 9 bits for ) but I think you already answered they are not multiplexed on these registers
so if I need to set boot source as eMMC in the RCW what should I do ? Just strapped up the signals of cfg_rcw_src ?
Also can you look at (3) as well?
Hi ufedor,
I am facing JTAG detection issue so I found this thread LS1021a TAP Error
In the end that guy says
This is my eMMC strapping
(1) In order to make the hard-coded RCW works do I have to hard strapping these pins cfg_rcw_src[0:8] (like pulling down or up by resistors) then after I done I strap back to eMMC
(2) If not how this works by changing cfg_rcw_src[0:8] into 0x9A
is hard-coded RCW is the only option for me to bring a board up with empty eMMC and has no RCW in flash?
As this guy says
forcing a valid RCW through JTAG (is this can be done without cfg_rcw_src pins strapping) by just using CW?