Index of /irradium/images/zhihe_a210
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