Index of /irradium/images/orange_pi_5_ultra

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2024-08-01 10:28 1.6K 
[   ]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 
[   ]boot-20240707.tar.xz2024-07-07 18:42 435K 
[   ]boot-20240717.tar.xz2024-07-17 23:41 435K 
[   ]boot-20240722.tar.xz2024-07-22 09:24 435K 
[   ]boot-20241002.tar.xz2024-10-02 10:03 434K 
[   ]boot-20241026.tar.xz2024-10-26 18:38 436K 
[   ]boot-20241207.tar.xz2024-12-07 18:54 436K 
[   ]boot-20241210.tar.xz2024-12-10 19:44 436K 
[   ]boot-20241231.tar.xz2024-12-31 19:15 436K 
[   ]irradium-3.7-aarch64-core-orange_pi_5_plus-6.1.84-build-20241207.img.zst2024-12-07 19:14 766M 
[   ]irradium-3.7-aarch64-core-orange_pi_5_plus-6.1.84-build-20241207.img.zst.sha2562024-12-07 19:19 139  
[   ]irradium-3.7-aarch64-core-orange_pi_5_plus-6.13.0-rc5-build-20241231.img.zst2024-12-31 19:35 775M 
[   ]irradium-3.7-aarch64-core-orange_pi_5_plus-6.13.0-rc5-build-20241231.img.zst.sha2562024-12-31 19:40 143  
[   ]irradium-3.7-aarch64-xfce-orange_pi_5_plus-6.1.84-build-20241207.img.zst2024-12-07 20:16 1.7G 
[   ]irradium-3.7-aarch64-xfce-orange_pi_5_plus-6.1.84-build-20241207.img.zst.sha2562024-12-07 20:29 139  
[   ]irradium-3.7-aarch64-xfce-orange_pi_5_plus-6.13.0-rc5-build-20241231.img.zst2024-12-31 20:32 1.8G 
[   ]irradium-3.7-aarch64-xfce-orange_pi_5_plus-6.13.0-rc5-build-20241231.img.zst.sha2562024-12-31 20:44 143  
[DIR]kernel/2024-12-31 14:06 -  


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 / 5 Ultra
------------------
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 / 5 Ultra
------------------
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 Pro Support
------------------
After first boot, edit /boot/uEnv.txt and change:
  fdtfile=rockchip/rk3588-orangepi-5-plus.dtb
to
  fdtfile=rockchip/rk3588-orangepi-5-Pro.dtb


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