Index of /irradium/images/orange_pi_rv

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2026-04-11 11:09 1.7K 
[   ]boot-20250401.tar.xz2025-04-01 23:21 442K 
[   ]boot-20250507.tar.xz2025-05-07 06:10 465K 
[   ]boot-20250612.tar.xz2025-06-12 23:20 465K 
[   ]boot-20250706.tar.xz2025-07-06 20:19 467K 
[   ]boot-20250719.tar.xz2025-07-19 11:06 483K 
[   ]boot-20250726.tar.xz2025-07-27 00:38 483K 
[   ]boot-20250804.tar.xz2025-08-05 02:43 483K 
[   ]boot-20250806.tar.xz2025-08-07 02:54 483K 
[   ]boot-20250831.tar.xz2025-08-31 03:37 485K 
[   ]boot-20250926.tar.xz2025-09-27 01:44 485K 
[   ]boot-20251012.tar.xz2025-10-12 11:02 490K 
[   ]boot-20260110.tar.xz2026-01-10 20:31 503K 
[   ]boot-20260307.tar.xz2026-03-07 06:21 503K 
[   ]boot-20260410.tar.xz2026-04-11 02:22 574K 
[   ]boot-20260414.tar.xz2026-04-14 18:58 574K 
[   ]irradium-3.8-riscv64-core-orange_pi_rv-6.6.108-build-20250926.img.zst2025-09-27 01:46 1.0G 
[   ]irradium-3.8-riscv64-core-orange_pi_rv-6.6.108-build-20250926.img.zst.sha2562025-09-27 01:47 136  
[   ]irradium-3.8-riscv64-core-orange_pi_rv-6.12.80-build-20260410.img.zst2026-04-11 02:25 1.1G 
[   ]irradium-3.8-riscv64-core-orange_pi_rv-6.12.80-build-20260410.img.zst.sha2562026-04-11 02:25 136  
[   ]irradium-3.8-riscv64-core-orange_pi_rv-7.0.0-build-20260414.img.zst2026-04-14 19:01 1.1G 
[   ]irradium-3.8-riscv64-core-orange_pi_rv-7.0.0-build-20260414.img.zst.sha2562026-04-14 19:02 134  
[   ]irradium-3.8-riscv64-xfce-orange_pi_rv-6.6.108-build-20250926.img.zst2025-09-27 01:51 2.1G 
[   ]irradium-3.8-riscv64-xfce-orange_pi_rv-6.6.108-build-20250926.img.zst.sha2562025-09-27 01:52 136  
[   ]irradium-3.8-riscv64-xfce-orange_pi_rv-6.12.80-build-20260410.img.zst2026-04-11 02:30 2.3G 
[   ]irradium-3.8-riscv64-xfce-orange_pi_rv-6.12.80-build-20260410.img.zst.sha2562026-04-11 02:32 136  
[DIR]kernel/2026-04-13 11:13 -  


Installation
------------------
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
password: set at first login


Debug
-------------------
    Pin 6   is GRD
    Pin 8   is RTX (GPIO5/UART0_TX)
    Pin 10  is TXD (GPIO6/UART0_RX)

example: sudo screen /dev/ttyUSB0 115200,cs8


Flash SPI
-------------------
    https://doc-en.rvspace.org/VisionFive2/Quick_Start_Guide/VisionFive2_SDK_QSG/spl_new.html

    cat /proc/mtd
    flashcp -v u-boot-spl.bin.normal.out /dev/mtd0
    flashcp -v visionfive2_fw_payload.img  /dev/mtd2
    irradium: u-boot-spl.bin.normal.out -> u-boot.bin and visionfive2_fw_payload.img -> u-boot.itb


Recovery
-------------------
    https://doc-en.rvspace.org/VisionFive2/Quick_Start_Guide/VisionFive2_SDK_QSG/recovering_bootloader%20-%20vf2.html

    installed package: lrzsz
    updating the SPI bootloader:
    # lsz -X jh7110-recovery-<version>.bin < /dev/ttyUSB0 > /dev/ttyUSB0

      0: update 2ndboot/SPL in flash
      1: update 2ndboot/SPL in emmc
      2: update fw_verif/uboot in flash
      3: update fw_verif/uboot in emmc
      4: update otp, caution!!!!
      5: exit

    select: 0
    # lsz -X u-boot.bin < /dev/ttyUSB0 > /dev/ttyUSB0
    select : 2
    # lsz -X u-boot.itb < /dev/ttyUSB0 > /dev/ttyUSB0
    select exit: 5