Skip to Main Content

Avaota OS Firmware Burn

Burn to TF Card

Material preparation

The first materials to be prepared are:

Get Mirror

You need to get a mirror from AvaoOS and its verification file before installation begins.

TF Card Burn Steps

  1. Use SD-Card Formatter to format memory card first.

格式化SD卡

  1. Burns to SD card.

烧录系统

烧录完成

  1. Unblock SD card, insert Avaota and power power

Burns to the board load eMMC

eMMC is burnt through the TF card, and first prepare a TF card for a Burn Write system as shown above.

Then Avaota OS is on the power startup system.

image-20240602004259857

Prepare a disk to copy the system into the U disk.

image-20240602004224899

U Access Board

image-20240602004444169

View partition mount

sudo fdisk -l

image-20240602004533556

You can see /dev/sda, partition /dev/sda2, eMMC /dev/mmcblk1, write /dev/mmcblk1, then create a new folder os as a mount point, mount U disk

mkdir os
sudo mount /dev/sda2 os

image-20240602004653901

Write firmware to eMMC

sudo dd if=ubuntu-jammy-cli-aarch64-avaota-a1.img of=/dev/mmcblk1