Does it work properly with hardware flow offloading too? VyOS should support that if the driver support is there in the kernel. Iād be curious to know if you tried it?
If I just want to try your builds, can I just download the iso and use the generate_img.sh script to create the sdcard?
Also, your VyOS update instructions mention tar.gz files that are not available under releases despite what the instructions claim.
Finally, is flashing u-boot to SPI flash necessary to boot from the sdcard or only from the built-in NAND and eMMC storage?
Interesting that vyos also uses debian packages. And you build kernel from my source
If you found any patches useful for others i maybe can integrate it in my repo. Have only seen it in the script.but patches applied on my source look not interesting,maybe defconfig changes.
VyOS is based on Debian (as was Vyatta which it was originally forked from years ago), so thatās not surprising.
Itās indeed nice to see the kernel being pulled from your repo and built from source, so that we get to benefit from the great work you are doing to get these working well on more standard Linux distros than OpenWrt, as well as the mainlining work.
Thank you very much for your kernel/u-boot source! I list them on the readme.
My repository is essentially just a place for building images, and it doesnāt actually contain many modifications to the kernel or the VyOS build scripts. Iām still fairly new to Linux kernel development, but if I find useful patches in the future, Iāll try submitting PRs to your repository.
Ah yes, youāre right. I didnāt read properly, as it clearly says amd64 in the file name for the first github release. My bad.
Nice. Iāll try the sdcard image once I have some time to play around with it. I want to try OpenWrt on the BPI-R4 first for a few days to see how it behaves on a āstableā release. I only switched over from my Qotom Intel Atom C3758 based VyOS router a few hours ago.
I guess it should be fairly obvious if the hardware offloading is working with some speed tests once I test it. As long as PPE support has been implemented in the kernel, it should presumably just work, yes.
I assume that I need to use the serial console to access it and configure basic networking as well as enable SSH on it?
Being able to toggle between booting VyOS (on sdcard) and OpenWrt (on eMMC or NAND) using a hardware switch is pretty sweet.
@Canoziia Are you running these builds on your board as your actual router or would you still consider them a work in progress with known bugs? Just curious.
Thinking of trying them out in that capacity sometime soon.
Hopefully the SFP+ slots work properly now. It seemed like the person who had issues mentioned it worked better now, but the Guthub issue is still open.
which issue do you mean? i have no issues with sfp-modules yetā¦some are not supported due to electrical problem (pull modddef0 after they got power, but r4 needs moddef0 to supply power to the module) as far as i know. my 1G H!Fibre do not work on R4 for example, the 2.5G copper SFP do work (but here the 2500baseX quirk seems broken somehow but now erics phy driver is upstream)
I was talking about the github issue linked below:
It looks like the issue was resolved by moving to a build with your 6.18 kernel, but I the issue hasnāt been closed. I figure thatās because it was forgotten (I forget to do that myself from time to time ) or because the developer is keeping it open for a while in case further related issues are discovered.
@Canoziia If VyOS requires the MAC addresses of the network interfaces to be persistent, wouldnāt I also have to set MAC addresses for the two SFP+ slots? Your patch here doesnāt seem to do that:
I assume you simply arenāt using the SFP+ slots?
@frank-w How are you handling this when you run regular Linux on these? Also, as someone who isnāt an expert at reading device tree files, where would I put the MAC addresses if I need to patch the dtsi and dts files? Itās not immediately clear to me since the definitions of the switched RJ45 ports and the SFP+ slots look quite different.
Sfp slots on R4 are gmac1+gmac2 nodesā¦just add this property there. Such setting has to be done at board level (Bpi-r4 dtsi for wan sfp and for lan the dts)