Hello I am also interested in the answer of how to use it
I am trying to monitor some internal signal of the iMX8MM processor thanks to balls H26=>CLKOUT1 and J26=>CLKOUT2
From my understanding of the reference manual we need to change registers CCM_ANALOG_ANAMIX_PLL_MNIT_CTL 0x30360128 which is page 592 of RM 5.1.8.38 PLL Clock Output for Test Enable and Select Register
The problem is that I don't get any signal from those both pins when writing any value ...
My tests :
sudo memtool -32 0x30360128=0x1e1
What ever could be the "e" value replaced by anything there is still no signal at the output of CLKOUT1 H26 ball
The value is writen which I confirm in reading then the value :
sudo memtool -32 0x30360128 1
E
Reading 0x1 count starting at address 0x30360128
0x30360128: 000001E1
Thank you for your support
PS : I have updated imx-test to add imx8mm registers here : GitHub - aurelihein/imx-test: Official imx-test(https://source.codeaurora.org/external/imx/imx-test/...