Hi,
TI, support team.
Q1: Which registers control PCIe speed in DRV829 SoC TRM ?
Q2: how to change PCIe speed via terminal-console(like devmem cmd to re-write the preferred value into specified registers)?
Best Regards,
Murphy
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.
Hi,
TI, support team.
Q1: Which registers control PCIe speed in DRV829 SoC TRM ?
Q2: how to change PCIe speed via terminal-console(like devmem cmd to re-write the preferred value into specified registers)?
Best Regards,
Murphy
Murphy,
You can either use device tree file to set the SERDES speed when it is initialized by the driver, or use "setpci" command to modify the link control register, then retrain. someone wrote a script:
alexforencich.com/.../force-gen2
that you can reference.
Jian