Hi,
We like to read/write to SoC device registers, from uboot command line, associated with Gigabit Ethernet Switch Subsystem modules.
going through the user manuals we see that these registers are located at (page 70 of processer user guide) offset of 00_0200_0000 to 00_020F_FFFF.
We like to examine ethernet frame counters, and need to get to statistics counters part of Gigabit Switch Module located in above address range.
we tried u-boot command "md.l 02000B00" but reading all zeros for RXGOODFRAMES, which is not true as we got some pings & TFTP traffic went through.
what is the best way to get to those registers from uboot, for debug pupose ?
Thanks.