avafinger / orangepi-h6-ubuntu-base-minimal

Mainline kernel 5.1 5.2 5.3 5.4 H6 (Orange Pi One Plus)
19 stars 5 forks source link

I want to know if 100Mbps and 1Gbps port can used at same time? #8

Closed be-engineer closed 3 years ago

be-engineer commented 3 years ago

Our H6 board use DDR3 sdram, not LPDDR3.So this image can not run on my board. Could you provide the source code of your uboot,I can recompile it for my board.

be-engineer commented 3 years ago

Another question is, are these two network interfaces an internal EPHY and an external PHY? Or is one of the USB-converted network interfaces?

avafinger commented 3 years ago

https://github.com/u-boot/u-boot/archive/v2019.10.tar.gz, i think there was a patch applied for the reboot issue which was still around with the newer u-boot. You should go with the latest u-boot.

No USB-converted network interface. 100 Mbps/1Gbps at the same time

be-engineer commented 3 years ago

https://github.com/u-boot/u-boot/archive/v2019.10.tar.gz, i think there was a patch applied for the reboot issue which was still around with the newer u-boot. You should go with the latest u-boot.

No USB-converted network interface. 100 Mbps/1Gbps at the same time Thank you very much.