Index of /slackware/images/orange_pi_5

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2023-07-03 13:12 740  
[   ]boot-20230204.tar.xz2023-02-04 17:26 552K 
[   ]boot-20230213.tar.xz2023-02-13 19:53 552K 
[   ]boot-20230225.tar.xz2023-02-25 03:34 553K 
[   ]boot-20230520.tar.xz2023-05-20 19:58 552K 
[   ]boot-20230618.tar.xz2023-06-18 17:24 556K 
[   ]boot-20230630.tar.xz2023-06-30 21:11 556K 
[   ]boot-20230722.tar.xz2023-07-22 13:06 556K 
[   ]boot-20230814.tar.xz2023-08-14 16:45 556K 
[   ]boot-20231018.tar.xz2023-10-18 10:09 556K 
[DIR]kernel/2023-10-18 11:00 -  
[   ]slarm64-current-aarch64-core-orange_pi_5-5.10.110-build-20230630.img.zst2023-06-30 21:24 477M 
[   ]slarm64-current-aarch64-core-orange_pi_5-5.10.110-build-20230630.img.zst.sha2562023-06-30 21:26 139  
[   ]slarm64-current-aarch64-core-orange_pi_5-6.6.0-rc6-build-20231018.img.zst2023-10-21 15:49 544M 
[   ]slarm64-current-aarch64-core-orange_pi_5-6.6.0-rc6-build-20231018.img.zst.sha2562023-10-21 15:55 140  
[   ]slarm64-current-aarch64-server-orange_pi_5-5.10.110-build-20230630.img.zst2023-06-30 21:45 716M 
[   ]slarm64-current-aarch64-server-orange_pi_5-5.10.110-build-20230630.img.zst.sha2562023-06-30 21:50 141  
[   ]slarm64-current-aarch64-server-orange_pi_5-6.6.0-rc6-build-20231018.img.zst2023-10-21 16:16 783M 
[   ]slarm64-current-aarch64-server-orange_pi_5-6.6.0-rc6-build-20231018.img.zst.sha2562023-10-21 16:35 142  
[   ]slarm64-current-aarch64-xfce-orange_pi_5-5.10.110-build-20230630.img.zst2023-06-30 22:55 1.6G 
[   ]slarm64-current-aarch64-xfce-orange_pi_5-5.10.110-build-20230630.img.zst.sha2562023-06-30 23:07 139  
[   ]slarm64-current-aarch64-xfce-orange_pi_5-6.6.0-rc6-build-20231018.img.zst2023-10-21 17:32 1.6G 
[   ]slarm64-current-aarch64-xfce-orange_pi_5-6.6.0-rc6-build-20231018.img.zst.sha2562023-10-21 17:49 140  


Installation
------------------
Unpack the IMAGE file and copy the image an SD card: (assuming SD card at /dev/mmcblk0):

  # zstd -d slarm64-current-*-core-*-build-*.img.zst
  # dd if=slarm64-current-*-core-*-build-*.img of=/dev/mmcblk0 bs=1M

or unpack directly to the card

  # zstdcat slarm64-current-*-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


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