Index of /irradium/images/orange_pi_rv

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2025-05-18 02:59 686  
[   ]boot-20250401.tar.xz2025-04-01 23:21 442K 
[   ]boot-20250507.tar.xz2025-05-07 06:10 465K 
[   ]irradium-3.8-riscv64-core-orange_pi_rv-6.12.27-build-20250507.img.zst2025-05-07 06:32 907M 
[   ]irradium-3.8-riscv64-core-orange_pi_rv-6.12.27-build-20250507.img.zst.sha2562025-05-07 06:37 136  
[   ]irradium-3.8-riscv64-xfce-orange_pi_rv-6.12.27-build-20250507.img.zst2025-05-07 07:39 2.0G 
[   ]irradium-3.8-riscv64-xfce-orange_pi_rv-6.12.27-build-20250507.img.zst.sha2562025-05-07 07:53 136  
[DIR]kernel/2025-05-13 21:46 -  


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)