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.