Table of Contents | ||
---|---|---|
|
Kernel release: 5.15.0-1029-mtk
HW Compatibility: RevA0
What’s new
Miscellaneous fixes and improvements
Enabled PCI interface for B79 baseboard with support for following wireless modules:
Qualcomm NFA765, requires:
peripheral-pci-fix.dtbo
peripheral-wifi-nfa765.dtbo
install firmware https://git.codelinaro.org/clo/ath-firmware/ath11k-firmware
Sona MT320 (MT7921), works out of the box
...
Code Block | ||
---|---|---|
| ||
DEB="https://secostorage.blob.core.windows.net/seco-ne-public/ARM-COM/Ubuntu/Releases/Ubuntu-jammy-24.1-5.15.0-1029-mtk/genio700/packages/install_packages.sh"
curl -sSL "$DEB" | bash -s "$(dirname "$DEB")" --initial-config
curl -sSL "$DEB" | bash -s "$(dirname "$DEB")" |
For Genio 510
Code Block | ||
---|---|---|
| ||
DEB="https://secostorage.blob.core.windows.net/seco-ne-public/ARM-COM/Ubuntu/Releases/Ubuntu-jammy-24.1-5.15.0-1029-mtk/genio510/packages/install_packages.sh"
curl -sSL "$DEB" | bash -s "$(dirname "$DEB")" --initial-config
curl -sSL "$DEB" | bash -s "$(dirname "$DEB")" |
List of available device tree overlays
...