Index of /irradium/images/zhihe_a210

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2026-09-08 21:46 1.8K 
[   ]boot-20260908.tar.xz2026-09-08 22:49 1.1M 
[   ]irradium-3.8-riscv64-core-zhihe_a210-6.6.0-build-20260908.img.zst2026-09-08 21:10 1.4G 
[   ]irradium-3.8-riscv64-core-zhihe_a210-6.6.0-build-20260908.img.zst.sha2562026-09-08 21:11 132  
[   ]irradium-3.8-riscv64-core-zhihe_a210-7.2.3-build-20260908.img.zst2026-09-08 22:58 1.5G 
[   ]irradium-3.8-riscv64-core-zhihe_a210-7.2.3-build-20260908.img.zst.sha2562026-09-08 22:58 132  
[   ]irradium-3.8-riscv64-xfce-zhihe_a210-6.6.0-build-20260908.img.zst2026-09-08 21:17 2.6G 
[   ]irradium-3.8-riscv64-xfce-zhihe_a210-6.6.0-build-20260908.img.zst.sha2562026-09-08 21:18 132  
[DIR]kernel/2026-09-08 22:37 -  


Installation
------------------

Flashing the bootloader
------------------
for the firmware you need the program android-tools (prt-get -if -is depinst android-tools)
bootloader to be boot-xxxxxxxx.tar.xz (https://dl.irradium.org/irradium/images/zhihe_a210/
or https://gitlab.com/sndwvs/images_build_kit/-/tree/arm/blobs/zhihe/boot/)

  Method 1
    WARNING! When using this method, the partition table on eMMC is overwritten

    # sudo fastboot flash ram boot-xxxxxxxx/bootzero-rvbl.bin
    # sudo fastboot reboot
    # sudo fastboot flash ram boot-xxxxxxxx/spl-with-fit-rvbl.bin
    # sudo fastboot reboot
    # sleep 5
    # sudo fastboot flash mmc0boot0 boot-xxxxxxxx/btz-with-uboot-rvbl.bin

WARNING!
    after updating the bootloader, it is imperative to erase the bootloader environment.
    when booting, you need to press the space and go to the u-boot console:

    u-boot#
    u-boot# env erase
    u-boot# setenv bootcmd 'load ${devtype} ${devnum} $kernel_addr /EFI/irradium/grubriscv64.efi;load ${devtype} ${devnum} $dtb_addr /dtb/zhihe/a210-dev.dtb;bootefi ${kernel_addr} ${dtb_addr};'
    u-boot# env save
    u-boot# reset


Flashing the eMMC
------------------
    # sudo fastboot flash ram boot-xxxxxxxx/bootzero-rvbl.bin
    # sudo fastboot reboot
    # sudo fastboot flash ram boot-xxxxxxxx/spl-with-fit-rvbl.bin
    # sudo fastboot reboot
    # sleep 5
    # sudo fastboot flash mmc0 irradium-*-core-*-build-*.img
    # sudo fastboot reboot


Instalation eMMC/NAND/USB-HDD
------------------
to transfer a system with the SD to eMMC, you need to boot from the start and run the script:
  # transfer-to-disk


Default Login
------------------
login: root
password: set at first login


Debug
------------------
    Pin 4   is GRD
    Pin 9   is TXD (U0-TX)
    Pin 10  is RXD (U0-RX)

example: sudo screen /dev/ttyUSB0 115200