Part Number: AM625
Hi :
We use sf probe and sf read command to read addr , len = 0x4;
The data which read in memory is error.
And we use the logic analyzer to get the signal, the addr which sent is 0xEEEEEEEE.
But if we read the length more than 8 bytes;
The data which read in memory is right.
And the address send is 0x100000.
The same proble we also found in linux, we descript it in this link
You told us to disable STIG mode and it works.
Should we also disable STIG mode in u-boot?
Thanks.