Hi folks,
Trying to extend a ROCK PI S with two additional Ethernet interfaces using SPI.
using wiznets w5500lite Module:
here my uEnv.txt:
verbosity=7
fdtfile=rockchip/rk3308-rock-pi-s.dtb
console=ttyS0,1500000n8
overlays=rk3308-spi-spidev
param_spidev_spi_bus=1
param_spidev_spi_cs=0
param_spidev_max_freq=10000000
rootuuid=d99ac41e-e8cc-4c73-a420-e71f15e42042
initrdsize=0x81648d
kernelversion=4.4.143-69-rockchip-g8ccef796d27d
initrdimg=initrd.img-4.4.143-69-rockchip-g8ccef796d27d
kernelimg=vmlinuz-4.4.143-69-rockchip-g8ccef796d27d
=> spidev1.0 is visible unter /dev
=> spidev-check with MISO-MOSI-loop works fine
=> MISO on GPIO3_B2, MOSI on GPIO3_B4, SCK on GPIO3_B3, CS on GPIO3_B5 connected
Still there is no additional eth appearing under ifconfig.
Do I need some kind of special overlay-file like one of the *.dtbos in overlay-folder?
Any one of you guys experienced in extending the Rock PI S with two more ethernets?
Thanks for your help and greets,
M