| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.TXT | 2025-05-18 03:01 | 679 | ||
| boot-20231206.tar.xz | 2023-12-06 17:55 | 314K | ||
| boot-20240324.tar.xz | 2024-03-24 20:55 | 316K | ||
| boot-20240622.tar.xz | 2024-06-22 15:08 | 320K | ||
| boot-20240721.tar.xz | 2024-07-21 14:10 | 318K | ||
| boot-20241007.tar.xz | 2024-10-07 23:08 | 318K | ||
| boot-20241120.tar.xz | 2024-11-20 11:54 | 326K | ||
| boot-20250125.tar.xz | 2025-01-25 21:17 | 321K | ||
| boot-20250723.tar.xz | 2025-07-23 21:11 | 324K | ||
| boot-20251206.tar.xz | 2025-12-06 15:18 | 324K | ||
| irradium-3.8-aarch64-core-rock_pi_e-6.18.0-build-20251206.img.zst | 2025-12-06 15:21 | 1.7G | ||
| irradium-3.8-aarch64-core-rock_pi_e-6.18.0-build-20251206.img.zst.sha256 | 2025-12-06 15:21 | 132 | ||
| kernel/ | 2025-12-05 20: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
password: set at first login
Debug
------------------
Pin 6 is GRD
Pin 8 is TXD (UART2_TX_M1)
Pin 10 is RXD (UART2_RX_M1)