Index of /irradium/images/lichee_pi_4a

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2025-02-02 18:44 1.6K 
[   ]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 
[   ]boot-20240728.tar.xz2024-07-28 22:04 358K 
[   ]boot-20240928.tar.xz2024-09-28 12:27 358K 
[   ]boot-20241206.tar.xz2024-12-06 16:59 356K 
[   ]boot-20250201.tar.xz2025-02-01 21:02 424K 
[   ]boot-20250203.tar.xz2025-02-03 22:54 412K 
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-5.10.113-build-20240728.img.zst2024-07-28 22:25 803M 
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-5.10.113-build-20240728.img.zst.sha2562024-07-28 22:30 137  
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-6.6.73-build-20250201.img.zst2025-02-01 14:45 776M 
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-6.6.73-build-20250201.img.zst.sha2562025-02-01 14:50 135  
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-6.6.75-build-20250203.img.zst2025-02-03 23:13 784M 
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-6.6.75-build-20250203.img.zst.sha2562025-02-03 23:17 135  
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-6.13.1-build-20250201.img.zst2025-02-01 21:22 772M 
[   ]irradium-3.7-riscv64-core-lichee_pi_4a-6.13.1-build-20250201.img.zst.sha2562025-02-01 21:26 135  
[   ]irradium-3.7-riscv64-xfce-lichee_pi_4a-5.10.113-build-20240728.img.zst2024-07-28 23:29 1.9G 
[   ]irradium-3.7-riscv64-xfce-lichee_pi_4a-5.10.113-build-20240728.img.zst.sha2562024-07-28 23:42 137  
[   ]irradium-3.7-riscv64-xfce-lichee_pi_4a-6.6.73-build-20250201.img.zst2025-02-01 15:44 1.9G 
[   ]irradium-3.7-riscv64-xfce-lichee_pi_4a-6.6.73-build-20250201.img.zst.sha2562025-02-01 15:57 135  
[   ]irradium-3.7-riscv64-xfce-lichee_pi_4a-6.6.75-build-20250203.img.zst2025-02-04 00:16 1.9G 
[   ]irradium-3.7-riscv64-xfce-lichee_pi_4a-6.6.75-build-20250203.img.zst.sha2562025-02-04 00:30 135  
[DIR]kernel/2025-02-05 17:57 -  
[IMG]lichee-pi-4a-gpio-pinout.png2024-03-04 22:19 3.1M 
[   ]u-boot-with-spl-16g.bin2025-02-05 19:48 970K 


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

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

    # 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

  Method 2
    Boot from the image written to the sdcard and execute the commands:

    # echo 0 | sudo tee /sys/block/mmcblk0boot0/force_ro
    # dd if=/boot/u-boot-with-spl.bin of=/dev/mmcblk0boot0


Flashing the SD card
------------------
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


Flashing the eMMC
------------------
To write to eMMC, you must first write the image to the root of the bootable SD card,
boot from the SD card and write using the methods described in "Flashing the SD card" section, eMMC name /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


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

example: sudo screen /dev/ttyUSB0 115200