Hello everyone! We have been busy at Traverse working on variants of Ten64 for OEM customers, but in the meantime we continue to develop on the software/firmware side.
Latest OpenWrt and muvirt
OpenWrt 21.02.1+
muvirt
OpenWrt master (preview for upstream submission)
An issue was found in the sysupgrade script upgrading between ext4 images with different partition setups, causing the configuration to be lost in the upgrade. All these images contain a fix for this issue.
New: Setup scripts for Qualcomm 5G (MHI) modems
Newer Qualcomm chipset (e.g SDX55) modems have a PCI Express mode, which is important as USB3 is starting to be a bottleneck for this application (both throughput and overheads of USB itself)
The PCI Express mode is based on Qualcommâs modem host interface (MHI) which provides an abstraction between âinternalâ (e.g Snapdragon smartphone SoCs) and âexternalâ use cases (PCIe) and is also used by ath11k WiFi 6 cards.
These modems require slightly different setup than USB (e.g some modems wonât boot unless a MHI driver takes control quickly, some are âflashlessâ), so we have posted some scripts to help. Future Ten64 variants will include tweaks to help these modems work better.
At the moment, we donât recommend using modems in PCIe/MHI mode unless you absolutely need the performance. The driver stack is quite new and I am aware of quite a few issues on arm64 that need to be debugged. There isnât any support for these modems in OpenWrt yet, though we want to backport them to our 21.02 branch once the drivers stabilize.
Kernel changes of note
Kernel 5.16 finally includes the SFP mode setting support for DPAA2, so once distributions adopt it, it will no longer be necessary to run SFPs in legacy mode.
Also included in 5.16 is (optional) interrupt coalescing which can improve performance at very high packet rates.
I am aware of an issue in recent kernel versions that causes reboots to hang. The issue has been narrowed down to a potential race issue when âunpluggingâ DPAA2 objects from the drivers and futher debugging will be done in the new year. In the mean time, if you experience reboot hang issues, you should switch to legacy network management mode
VyOS port refresh
VyOS is an open source router and firewall OS which is a descendant of the Vyatta product line. Itâs feature set puts it closer to major commercial products as opposed to OSâes like OpenWrt.
Just prior to Ten64 going into production, I managed to port VyOS to ARM64/EFI. There appears to be renewed interest in this port recently, so I have refreshed the build scripts. If you are using this please speak up, it would be good to know how widely itâs being used.
Upstreaming status
- A basic device tree for Ten64 was submitted and included in kernel 5.15, alongside other bits known to be missing for the LS1088A.
The main intention of this was to provide an upstream for u-boot and other projects that want it to be there.
This intentionally excluded some of the sensor devices whose drivers havenât been submitted yet. After 5.15 was released an issue was discovered both in this version and our firmware releases with a redundant gpio-keys declaration. This fix is now in the 5.15 stable tree. - A lot of work has been done, and continues to be done on getting U-Boot up to the most recent version. Feedback was provided for an initial patch and an updated submission is coming soon. A preview branch for U-Boot 2022.01 can be found in u-boot/ten64_2021_12
- A preview of OpenWrt for upstream submission is available at owrt_master_2021-12-10. This will likely be submitted once we come back from our summer break.
Thanks for all your support! We continue to invest in the Ten64 platform and we hope to be able to bring some of the innovations from our OEM variants back into the retail versions.