|
Dobrica Pavlinušić's random unstructured stuff
Lamobo R1: Revision 10
Lamobo/BananaPi R1 http://linux-sunxi.org/Lamobo_R1 switch connects all ports on boothttps://github.com/armbian/build/issues/511#issuecomment-258647387 uartConnect your UART adapter here:
UART0-RX: J13-P01
GND TX RX
J12 o o o o o o
{SD slot} o o o o
switchhttps://www.mail-archive.com/netdev@vger.kernel.org/msg150526.html port mirroringhttps://www.mail-archive.com/netdev@vger.kernel.org/msg150526.html
# ingress
tc qdisc add dev eth1 handle ffff: ingress
tc filter add dev eth1 parent ffff: \
matchall skip_sw \
action mirred egress mirror \
dev eth2
# egress
tc qdisc add dev eth1 handle 1: root prio
tc filter add dev eth1 parent 1: \
matchall skip_sw \
action mirred egress mirror \
dev eth2
usb otg |