Hello Toradex team,
I want to control the mode and the speed of a VF50, but i’ve seen that there is different informations from different sources.
From BSP Release :
(issue 14134 - Add support for 10Mbit Ethernet on Vybrid)
[HKEY_LOCAL_MACHINE\Comm\2ENET]
user can add → SpeedMode: 1 → 100mbit, 0
10Mmbit DuplexMode: 1 → Full Duplex, 0 → Half duplex
Inside platform.reg
[HKEY_LOCAL_MACHINE\Comm\2ENET]
[…]
uncomment this, if uncommneted autoconnect is off;“SpeedMode”=dword:0 ;1 → 100mbit, 0 → 10mbit
;“DuplexMode”=dword:1 ;1 → full, 0 → falf
[HKEY_LOCAL_MACHINE\Comm\ENET2\Parms]
[…]
; DuplexMode: 0:AutoDetect; 1:HalfDuplex; 2:FullDuplex.“DuplexMode”=dword:0
;“EnetSpeed”=dword:1
;“EnetDuplex”=dword:1
Well, I’m a little lost.
- Which are key that i can use? (2ENET/ ENET2)
- Autoconnect will be off if i change theses values ?
- “DuplexMode” or “EnetDuplex” ?
- IS the MTU still available in [\Comm\ENET2\Parms\TcpIp]
I have to manage the both BSP (1.2 & 1.3). (I know that lower speed is not available on bsp 1.2.)
Thanks a lot
PP