1.5 KiB
Executable File
1.5 KiB
Executable File
Project Log - OpenWRT Agent
2025-12-12
- Initiated project tracking.
- Reviewed project directory
OpenWRT. - Created
agent-notesdirectory. - Started research on GL-iNet Flint2 and Flint1 hardware.
- Flint 2 (GL-MT6000) status:
- Confirmed CPU: Quad-core ARM Cortex-A53.
- Architecture:
aarch64. - SDK identified:
openwrt-sdk-mediatek-filogic.
- Flint 1 (GL-AX1800) status:
- Likely CPU: Quad-core ARM Cortex-A53 (Qualcomm IPQ6000).
- Requires verification of specific SDK if different from generic aarch64.
2026-01-14
- Flint 1 (GL-AX1800) Research Update:
- Confirmed CPU: Qualcomm IPQ6000 (ARMv7).
- Best Build Tool:
FUjr/gl-infra-builder(supports hardware patches). - OpenWrt Path: Target changed from
ipq40xx/generic(v23.05) toqualcommax/ipq60xx(Master/v24/v25). - Barebones Image: Defined profile for SSH-only, no-UI firmware.
- Project Reorganization:
- Reorganized workspace into
firmware/,sdk/,docs/,scripts/,packages/,repo/. - Created
PROJECT_INDEX.md. - Consolidated research notes into
docs/.
- Reorganized workspace into
Tasks
- Research GL-iNet Flint2 (GL-MT6000) CPU
- Research GL-iNet Flint1 (GL-AX1800) CPU
- Research gl-infra-builder forks and up-to-date options
- Document upgrade paths to v24/v25
- [/] Attempt barebones firmware creation for AX1800
- Reorganize project directory and create index