AZIC Education
DownloadsFirmwareAvalon Firmware

Avalon / Canaan Stock Firmware

Official Canaan firmware downloads for Avalon miners. Version history, AUC controller firmware, and installation instructions.

Overview

Canaan provides stock firmware for its Avalon miner series. Avalon miners use a unique architecture with separate AUC (Avalon USB Converter) controllers and miner modules, each requiring their own firmware. The control software runs on an external Raspberry Pi or AUC controller box.

Architecture Note: Unlike Antminer and Whatsminer, Avalon miners typically use external controllers (Raspberry Pi or AUC) running CGMiner or Avalon's control software. Firmware updates may involve both the controller and the miner modules.

Latest Versions by Model

Avalon A15 Series (Latest)

ModelFirmware VersionRelease DateNotes
A15662025.01.12025-01-20Latest release
A1566 Pro2025.01.12025-01-20Shared release

Avalon A15 Series Firmware

v2025.01.1

Controller and module firmware for Avalon A1566 series.

IMG.GZ50 MB2025-01-20
A1566A1566 Pro
Download(50 MB)

Avalon A14 Series

ModelFirmware VersionRelease DateNotes
A14662024.11.22024-11-15Stability update
A1466I2024.11.22024-11-15Immersion variant

Avalon A14 Series Firmware

v2024.11.2

Firmware for Avalon A1466 and A1466I (immersion) models.

IMG.GZ48 MB2024-11-15
A1466A1466I
Download(48 MB)

Avalon A13 Series

ModelFirmware VersionRelease DateNotes
A13662024.08.12024-08-10Maintenance release
A13462024.08.12024-08-10Shared release

Avalon A13 Series Firmware

v2024.08.1

Firmware for Avalon A1366 and A1346 models.

IMG.GZ45 MB2024-08-10
A1366A1346
Download(45 MB)

Legacy Models

ModelFirmware VersionStatus
A12462024.03.1End of life
A1166 Pro2023.10.1End of life
A10662023.06.1End of life
A9212022.12.1End of life

Avalon A1246 Firmware

v2024.03.1

Final firmware release for Avalon A1246.

IMG.GZ42 MB2024-03-15
A1246
Download(42 MB)

AUC Controller Firmware

The AUC (Avalon USB Converter) is a bridge between the Avalon miner modules and the controller:

AUC Controller Firmware

v2024.09.1

Firmware for the Avalon USB Converter (AUC3) module.

BIN2 MB2024-09-15
AUC3
Download(2 MB)

Installation

Controller (Raspberry Pi) Setup

  1. Download the Avalon controller image for your model
  2. Flash to microSD card using Balena Etcher or dd
  3. Insert into Raspberry Pi and connect to AUC
  4. Power on — the controller auto-detects connected miners
  5. Access web UI at http://<controller-ip>

Firmware Update via Web UI

  1. Access the controller web interface
  2. Navigate to SystemFirmware Upgrade
  3. Upload the firmware image
  4. Click Update and wait for completion
  5. The controller and connected modules will restart

Module Firmware Update

Module firmware updates are pushed from the controller:

  1. Ensure the controller is running the latest firmware
  2. In the web UI, navigate to ModulesUpdate
  3. The controller pushes firmware to all connected Avalon modules
  4. Monitor progress in the web interface

Do not disconnect modules during firmware update. Interrupting a module update can leave the mining chips in an undefined state, requiring manual recovery.

CGMiner Configuration

Avalon miners use CGMiner as the mining software on the controller:

# Example CGMiner configuration
cgminer -o stratum+tcp://pool.example.com:3333 \
  -u wallet_address.worker_name \
  -p x \
  --avalon-fan 40-100 \
  --avalon-freq 500 \
  --avalon-voltage 800

Official Download Sources