Index of /irradium/images/orange_pi_5_plus

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2024-04-27 23:15 1.3K 
[   ]boot-20231116.tar.xz2023-11-16 22:28 494K 
[   ]boot-20231210.tar.xz2023-12-10 04:13 494K 
[   ]boot-20240106.tar.xz2024-01-06 21:01 494K 
[   ]boot-20240113.tar.xz2024-01-13 15:01 494K 
[   ]boot-20240127.tar.xz2024-01-27 22:46 494K 
[   ]boot-20240204.tar.xz2024-02-05 02:07 494K 
[   ]boot-20240316.tar.xz2024-03-16 23:19 494K 
[   ]boot-20240317.tar.xz2024-03-17 21:36 494K 
[   ]boot-20240323.tar.xz2024-03-24 01:39 425K 
[   ]boot-20240324.tar.xz2024-03-25 04:08 425K 
[   ]boot-20240408.tar.xz2024-04-08 05:10 432K 
[   ]boot-20240420.tar.xz2024-04-20 22:44 432K 
[   ]boot-20240426.tar.xz2024-04-27 01:41 432K 
[   ]boot-20240427.tar.xz2024-04-27 12:16 433K 
[   ]boot-20240508.tar.xz2024-05-08 19:56 435K 
[   ]irradium-3.7-aarch64-core-orange_pi_5_plus-5.10.110-build-20240323.img.zst2024-03-24 01:55 698M 
[   ]irradium-3.7-aarch64-core-orange_pi_5_plus-5.10.110-build-20240323.img.zst.sha2562024-03-24 01:58 141  
[   ]irradium-3.7-aarch64-core-orange_pi_5_plus-6.1.43-build-20240427.img.zst2024-04-27 12:32 708M 
[   ]irradium-3.7-aarch64-core-orange_pi_5_plus-6.1.43-build-20240427.img.zst.sha2562024-04-27 12:35 139  
[   ]irradium-3.7-aarch64-core-orange_pi_5_plus-6.8.9-build-20240508.img.zst2024-05-08 20:14 729M 
[   ]irradium-3.7-aarch64-core-orange_pi_5_plus-6.8.9-build-20240508.img.zst.sha2562024-05-08 20:18 138  
[   ]irradium-3.7-aarch64-xfce-orange_pi_5_plus-5.10.110-build-20240323.img.zst2024-03-24 02:49 1.6G 
[   ]irradium-3.7-aarch64-xfce-orange_pi_5_plus-5.10.110-build-20240323.img.zst.sha2562024-03-24 03:00 141  
[   ]irradium-3.7-aarch64-xfce-orange_pi_5_plus-6.1.43-build-20240427.img.zst2024-04-27 13:25 1.7G 
[   ]irradium-3.7-aarch64-xfce-orange_pi_5_plus-6.1.43-build-20240427.img.zst.sha2562024-04-27 13:37 139  
[   ]irradium-3.7-aarch64-xfce-orange_pi_5_plus-6.8.9-build-20240508.img.zst2024-05-08 21:11 1.7G 
[   ]irradium-3.7-aarch64-xfce-orange_pi_5_plus-6.8.9-build-20240508.img.zst.sha2562024-05-08 21:23 138  
[DIR]kernel/2024-05-08 20:03 -  


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


Recover Orange Pi 5 / 5B / 5 Plus / 5 Pro / 5 Max
------------------
Press and hold the MASKROM button, then plug in USB power and release the MASKROM button

  # sudo rkdeveloptool ld
  # sudo rkdeveloptool db rk3588_spl_loader_v1.08.111.bin
  # sudo rkdeveloptool ul rk3588_spl_loader_v1.08.111.bin
  # sudo rkdeveloptool td
  # sudo rkdeveloptool rd


Write u-boot to SPI Orange Pi 5 / 5B / 5 Plus / 5 Pro / 5 Max
------------------
Press and hold the MASKROM button, then plug in USB power and release the MASKROM button

  # sudo rkdeveloptool db rk3588_spl_loader_v1.08.111.bin
  # sudo rkdeveloptool wl 64 idbloader.img
  # rkdeveloptool rd


Orange Pi 5 Max Support
------------------
After first boot, edit /boot/uEnv.txt and change:
  fdtfile=rockchip/rk3588s-orangepi-5-plus.dtb
to
  fdtfile=rockchip/rk3588s-orangepi-5-max.dtb