Anthony.
解決済! 解決策の投稿を見る。
Hi Anthony
one can try to set bits 6,13 = b10 speed selection = 1000 Mbps
/* Basic mode control register. */
#define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000)
#define BMCR_SPEED100 0x2000 /* Select 100Mbps
Best regards
igor
Hi Anthony
one can try to set bits 6,13 = b10 speed selection = 1000 Mbps
/* Basic mode control register. */
#define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000)
#define BMCR_SPEED100 0x2000 /* Select 100Mbps
Best regards
igor
Hello,
Thanks for your response.
So I success to do it with theses commands:
mdio write FEC 9 300
mdio write FEC 0 1340
Best reguards.