Index of /irradium/images/raspberry_pi_4

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]kernel/2024-12-21 18:54 -  
[   ]irradium-3.7-aarch64-core-raspberry_pi_4-6.11.0-build-20240927.img.zst.sha2562024-09-28 02:45 137  
[   ]irradium-3.7-aarch64-core-raspberry_pi_4-6.12.0-build-20241120.img.zst.sha2562024-11-20 04:04 137  
[   ]irradium-3.7-aarch64-core-raspberry_pi_4-6.12.6-build-20241221.img.zst.sha2562024-12-21 23:36 137  
[   ]irradium-3.7-aarch64-xfce-raspberry_pi_4-6.11.0-build-20240927.img.zst.sha2562024-09-28 03:51 137  
[   ]irradium-3.7-aarch64-xfce-raspberry_pi_4-6.12.0-build-20241120.img.zst.sha2562024-11-20 05:10 137  
[   ]irradium-3.7-aarch64-xfce-raspberry_pi_4-6.12.6-build-20241221.img.zst.sha2562024-12-22 00:43 137  
[TXT]README.TXT2023-11-17 16:25 1.4K 
[   ]boot-20240128.tar.xz2024-01-28 23:23 244K 
[   ]boot-20231117.tar.xz2023-11-17 16:15 244K 
[   ]boot-20240210.tar.xz2024-02-10 16:26 244K 
[   ]boot-20240201.tar.xz2024-02-01 23:26 244K 
[   ]boot-20240315.tar.xz2024-03-16 00:29 244K 
[   ]boot-20240309.tar.xz2024-03-09 15:33 245K 
[   ]boot-20240608.tar.xz2024-06-08 09:05 246K 
[   ]boot-20240705.tar.xz2024-07-06 01:58 246K 
[   ]boot-20240710.tar.xz2024-07-11 01:23 247K 
[   ]boot-20240927.tar.xz2024-09-28 02:23 247K 
[   ]boot-20240715.tar.xz2024-07-15 19:23 247K 
[   ]boot-20240708.tar.xz2024-07-08 22:19 247K 
[   ]boot-20240719.tar.xz2024-07-19 23:13 247K 
[   ]boot-20241120.tar.xz2024-11-20 03:41 249K 
[   ]boot-20241221.tar.xz2024-12-21 23:12 249K 
[   ]irradium-3.7-aarch64-core-raspberry_pi_4-6.11.0-build-20240927.img.zst2024-09-28 02:40 745M 
[   ]irradium-3.7-aarch64-core-raspberry_pi_4-6.12.6-build-20241221.img.zst2024-12-21 23:31 777M 
[   ]irradium-3.7-aarch64-core-raspberry_pi_4-6.12.0-build-20241120.img.zst2024-11-20 04:00 781M 
[   ]irradium-3.7-aarch64-xfce-raspberry_pi_4-6.11.0-build-20240927.img.zst2024-09-28 03:38 1.7G 
[   ]irradium-3.7-aarch64-xfce-raspberry_pi_4-6.12.0-build-20241120.img.zst2024-11-20 04:56 1.7G 
[   ]irradium-3.7-aarch64-xfce-raspberry_pi_4-6.12.6-build-20241221.img.zst2024-12-22 00:30 1.8G 


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
------------------
Flash the image to USB-SSD/HDD:
  # dd if=irradium-*-core-*-build-*.img of=/dev/sda bs=10M
or
  # dd if=irradium-*-xfce-*-build-*.img of=/dev/sda bs=10M
then edit 2 files in USB-SSD/HDD:
  # mount /dev/sda2 /media
  # mount /dev/sda1 /media/boot
  # sed -i 's:mmcblk0p:sda:' /media/boot/uEnv.txt
  # sed -i 's:mmcblk0p:sda:' /media/etc/fstab
  # sed -i 's:,data.*\-ro::g' /media/etc/fstab

or

to transfer a system with the SD to eMMC, you need to boot from the start and run the script:
  # transfer-to-disk


Raspberry Pi 400 Support
------------------
After first boot, edit /boot/uEnv.txt and change:
  fdtfile=bcm2711-rpi-4-b.dtb
to
  fdtfile=bcm2711-rpi-400.dtb


Raspberry Pi CM4 Support
------------------
After first boot, edit /boot/uEnv.txt and change:
  fdtfile=bcm2711-rpi-4-b.dtb
to
  fdtfile=bcm2711-rpi-cm4.dtb


Default Login
------------------
login: root


debug speed(baudrate) 115200
        Raspberry Pi 4   <--->       USB to TTL cable
        GND (pin 13)     <--->       GND
        RX  (pin 14)     <--->       TXD
        TX  (pin 15)     <--->       RXD