{% extends "base.html" %} {% block title %}Hardware - AUTARCH{% endblock %} {% block extra_head %}{% endblock %} {% block content %}
Connection Mode:
ADB
{{ 'Available' if status.adb else 'Not found' }}
Fastboot
{{ 'Available' if status.fastboot else 'Not found' }}
Serial
{{ 'Available' if status.serial else 'Not installed' }}
ESPTool
{{ 'Available' if status.esptool else 'Not installed' }}

Archon Server Bootstrap

Start the ArchonServer privileged process on a USB-connected Android device running the Archon companion app.

ADB Devices

Fastboot Devices

Serial Ports

Chip Detection

Flash Firmware

Serial Monitor

Factory Image Flash

Flash a complete factory image to an Android device. Inspired by PixelFlasher. Requires Direct mode with a device in fastboot.

{% endblock %}