Firmware Development for Mesh Access Points
2020 - 2021
This project focuses on the development and enhancement of firmware for Mesh Access Points (APs). The primary goals include modifying the WLAN device tree, understanding the OpenWRT flow, and porting WebGUI and shell scripts for network configuration in mesh devices. Additional tasks involve porting the iwinfo module to support 802.11ac for luci, adding makefile support for the iwconfig package, and managing PCI, serial, and ethernet aliases. The project also aims to deepen the understanding of Hostapd and Supplicant packages, develop advanced WebGUI features like HomeWifi, WiFi SSID, DDNS, and IPv4/IPv6, as well as fixing bugs in the UMP for mesh devices. Furthermore, it includes fixing a network driver bug in Qualcomm chips related to the WPS button, supporting firmware testing, and understanding the network driver flow in Qualcomm hardware.
Using the command to write kernel and root file system in NAND and boot kernel rootfs.
Modify the device tree for WLAN.
Understand OpenWRT flow and port WebGUI in mesh devices.
Configure and port shell scripts for network settings in devices.
Port the iwinfo module to pass 80211AC hwmode to luci.
Add makefile support for the 802.11ac in the iwconfig package.
Add aliases for PCI, serial0, and ethernet and remove all peripheral differences.
Understand and work with Hostapd and Supplicant packages in mesh devices.
Develop WebGUI and introduce new features like HomeWifi, WiFi SSID, DDNS, Port Forwarding, and more.
Fix bugs in the UMP for mesh devices.
Resolve device driver issues in Linux for Qualcomm chips, specifically the WPS button with ioctl network drive.
Support testing of firmware for Mesh AP.
Understand network driver flow in Qualcomm chips.
Technologies: Embedded Linux: IPQ95xx with Qualcomm, Language: C/C++, WebGUI Config (Luci web, Javascript, ajax, HTML, CSS), Protocol: TCP/IP, Netlink socket, Debugging tool: KGDB. GDB, Coredump, Varglin, Strace / Ltrace., Yocto builds QEMU test, OpenWRT Framework.