34 lines
1.5 KiB
Markdown
Executable File
34 lines
1.5 KiB
Markdown
Executable File
# Project Log - OpenWRT Agent
|
|
|
|
## 2025-12-12
|
|
- Initiated project tracking.
|
|
- Reviewed project directory `OpenWRT`.
|
|
- Created `agent-notes` directory.
|
|
- 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) to `qualcommax/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/`.
|
|
|
|
## Tasks
|
|
- [x] Research GL-iNet Flint2 (GL-MT6000) CPU <!-- id: 2 -->
|
|
- [x] Research GL-iNet Flint1 (GL-AX1800) CPU <!-- id: 3 -->
|
|
- [x] Research gl-infra-builder forks and up-to-date options <!-- id: 5 -->
|
|
- [x] Document upgrade paths to v24/v25 <!-- id: 6 -->
|
|
- [/] Attempt barebones firmware creation for AX1800 <!-- id: 7 -->
|
|
- [x] Reorganize project directory and create index <!-- id: 8 -->
|