Index of /irradium/images/rock_pi_s

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2024-03-24 20:03 1.0K 
[   ]boot-20231207.tar.xz2023-12-07 00:29 314K 
[   ]boot-20240324.tar.xz2024-03-24 21:30 314K 
[   ]irradium-3.7-aarch64-core-rock_pi_s-6.6.4-build-20231207.img.zst2023-12-07 00:44 695M 
[   ]irradium-3.7-aarch64-core-rock_pi_s-6.6.4-build-20231207.img.zst.sha2562023-12-07 00:48 131  
[   ]irradium-3.7-aarch64-core-rock_pi_s-6.8.1-build-20240324.img.zst2024-03-24 21:46 716M 
[   ]irradium-3.7-aarch64-core-rock_pi_s-6.8.1-build-20240324.img.zst.sha2562024-03-24 21:49 131  
[DIR]kernel/2024-04-30 22:35 -  


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


Note
------------------
debug Rock Pi S v11 and higher speed(baudrate) 115200
    26-pin Header 1
uart0
        ROCK Pi S       <--->       USB to TTL cable
        RX(pin 10)      <--->       TXD
        TX(pin 8)       <--->       RXD
        GND(pin 6)      <--->       GND

example: screen /dev/ttyUSB0 1500000,cs8

new uart2
        RX(pin 21)	<--->       TXD
        TX(pin 19)	<--->       RXD
        GND(pin 20)	<--->       GND

example: screen /dev/ttyUSB0 115200,cs8