Difference between revisions of "Marvell EBU:MacchiatoBin"

From eLinux.org
Jump to: navigation, search
m
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
 
! J6/CON15-CON16 !! J7/CON17-CON18 !! J5 !! CON13-CON14  
 
! J6/CON15-CON16 !! J7/CON17-CON18 !! J5 !! CON13-CON14  
 
|-
 
|-
| SGMII || SFP+ || SFP+ || SFP+
+
| SFP+ || SFP+ || SGMII || SFP+
 
|}
 
|}
  
== Booting from netwrok ==
+
== Booting from network ==
  
 
For the first mcbin board that were sent, the bootloader was '''U-Boot 2015.01-armada-17.02.0-g0f680c8.''' In this case the page [http://wiki.macchiatobin.net/tiki-index.php?page=Use+network+in+U-Boot Use network in U-Boot] is relevant.<br />
 
For the first mcbin board that were sent, the bootloader was '''U-Boot 2015.01-armada-17.02.0-g0f680c8.''' In this case the page [http://wiki.macchiatobin.net/tiki-index.php?page=Use+network+in+U-Boot Use network in U-Boot] is relevant.<br />

Latest revision as of 05:52, 19 July 2017

Network interfaces

J6/CON15-CON16 J7/CON17-CON18 J5 CON13-CON14
U-Boot (Marvell) egiga0 egiga1 egiga2 egiga3
U-Boot (2017.03-armada-17.06.3) mvpp2-0 mvpp2-3 mvpp2-4 mvpp2-5
Linux (upstream) eth0 eth1 eth2 eth3

U-Boot (Marvell) static ports configuration:

J6/CON15-CON16 J7/CON17-CON18 J5 CON13-CON14
SFP+ SFP+ SGMII SFP+

Booting from network

For the first mcbin board that were sent, the bootloader was U-Boot 2015.01-armada-17.02.0-g0f680c8. In this case the page Use network in U-Boot is relevant.


When using U-Boot 2017.03-armada-17.06.3-00339-ga33ecb8, in order to use the first port (the J5 connector close to the USB),then instead of using egiga2, mvpp4-2 must be use for ethact:


Marvell>> setenv ethact mvpp2-4

The other parts remain relevant.