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.

k2 serder_sgmii的mpy配置

Other Parts Discussed in Thread: 66AK2H14

66AK2H14 keystone2  

在配置serdes和sgmii按照公式refclk = LINERATE * RATESCALE/MPY

EVM板式156.25=1.25g*2/16

自己的板子refclk 为125Mhz

需要将mpy值从16改成20,请问关于mpy这个寄存器SGMII_SERDES_CGFPLL的地址

以及在uboot中如何修改的?

  • 您好,我使用的是K2e的评估板,运行的是masdk中的hello world例程,我运行后出现

    Registration of the EMAC successful,waiting for link up ..

    Service status:DHCPC  :Enables :  :000

    Service status DHCPC  :Enables:   :000

    此后,console中就再也没有任何提示,程序一直在运行,不会自动停止。相关的寄存器中是error,无法读取。

    请问,我需要修改哪些参数,才能正确运行程序,传输数据?

    此外,如何修改DSP的IP配置模式(DHCP 或是手动)?

    谢谢,期待您的回答

    hitzhaoliangyu@126.com

  • 在evm板上用hello world硬件应该是没得问题呀·······

    对于console中就再也没有任何提示,程序一直在运行,不会自动停止:应该是正常的

    相关的寄存器中是error,无法读取:这是什么情况?没看懂。

    对于hello world例子,我没看过,我用的是clint例子,它是链接D:\ti\pdk_keystone2_3_01_01_04\packages\ti\platform\evmk2h库的

    初始化都在这库里

    对于DSP的IP配置模式,当时我就是看clint的调度代码,貌似没有修改,只改了一下ip地址

  • [C66xx_0] QMSS successfully initialized CPPI successfully initialized PA successfully initialized

    TCP/IP Stack 'Hello World!' Application

    TCP/IP Stack 'Hello World!' Application

    PASS successfully initialized Ethernet subsystem successfully initialized Ethernet eventId : 48 and vectId (Interrupt) : 7 Registration of the EMAC Successful, waiting for link up .. Service Status: DHCPC    : Enabled  :          : 000 Service Status: DHCPC    : Enabled  : Running  : 000 Service Status: DHCPC    : Enabled  : Fault    : 002

     

    您遇到过这种情况吗?