Index of /irradium/images/lichee_pi_4a

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2023-11-18 22:59 1.0K 
[   ]boot-20231118.tar.xz2023-11-18 22:34 357K 
[   ]boot-20240302.tar.xz2024-03-02 08:43 358K 
[   ]boot-20240308.tar.xz2024-03-08 03:07 358K 
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-5.10.113-build-20240308.img.zst2024-03-08 03:27 790M 
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-5.10.113-build-20240308.img.zst.sha2562024-03-08 03:32 137  
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-6.7.8-build-20240302.img.zst2024-03-03 04:20 1.3G 
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-6.7.8-build-20240302.img.zst.sha2562024-03-03 04:29 134  
[   ]irradium-3.7-riscv64-xfce-lichee_pi_4a-5.10.113-build-20240308.img.zst2024-03-08 04:26 1.7G 
[   ]irradium-3.7-riscv64-xfce-lichee_pi_4a-5.10.113-build-20240308.img.zst.sha2562024-03-08 04:39 137  
[DIR]kernel/2024-03-03 12:26 -  
[IMG]lichee-pi-4a-gpio-pinout.png2024-03-04 22:19 3.1M 
[   ]u-boot-with-spl-16g.bin2024-03-08 00:32 947K 


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/lichee_pi_4a/)

  # sudo fastboot flash ram boot-xxxxxxxx/u-boot-with-spl.bin
  # sudo fastboot reboot
  # sleep 10
  # sudo fastboot flash uboot boot-xxxxxxxx/u-boot-with-spl.bin


Flashing the SDcard
------------------
Unpack the IMAGE file and copy the image an SD card: (assuming SD card at /dev/mmcblk0):

  # zstd -d irradium-*-core-*-build-*.img.zst
  # dd if=irradium-*-core-*-build-*.img of=/dev/mmcblk0 bs=1M

or unpack directly to the card

  # zstdcat irradium-*-core-*-build-*.img.zst > /dev/mmcblk0


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