Index of /slackware/images/raspberry_pi_4

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2023-02-12 19:18 1.5K 
[   ]boot-20201229.tar.xz2020-12-29 19:20 217K 
[   ]boot-20210124.tar.xz2021-01-24 21:47 217K 
[   ]boot-20210218.tar.xz2021-02-18 13:19 220K 
[   ]boot-20210329.tar.xz2021-03-29 13:05 218K 
[   ]boot-20210517.tar.xz2021-05-17 13:31 222K 
[   ]boot-20210710.tar.xz2021-07-10 22:19 223K 
[   ]boot-20210816.tar.xz2021-08-17 02:23 222K 
[   ]boot-20210902.tar.xz2021-09-02 20:01 222K 
[   ]boot-20211118.tar.xz2021-11-18 15:25 223K 
[   ]boot-20211128.tar.xz2021-11-29 02:56 223K 
[   ]boot-20211217.tar.xz2021-12-17 19:00 223K 
[   ]boot-20211230.tar.xz2021-12-30 19:06 223K 
[   ]boot-20220215.tar.xz2022-02-16 00:08 222K 
[   ]boot-20220322.tar.xz2022-03-22 20:01 223K 
[   ]boot-20220409.tar.xz2022-04-09 10:02 228K 
[   ]boot-20220421.tar.xz2022-04-22 02:24 228K 
[   ]boot-20220514.tar.xz2022-05-15 00:28 229K 
[   ]boot-20220528.tar.xz2022-05-29 00:01 229K 
[   ]boot-20220607.tar.xz2022-06-07 22:59 228K 
[   ]boot-20220718.tar.xz2022-07-18 21:21 228K 
[   ]boot-20220801.tar.xz2022-08-02 01:29 234K 
[   ]boot-20220903.tar.xz2022-09-03 11:54 234K 
[   ]boot-20221021.tar.xz2022-10-21 03:10 235K 
[   ]boot-20221102.tar.xz2022-11-02 15:34 236K 
[   ]boot-20221103.tar.xz2022-11-03 05:01 236K 
[   ]boot-20221117.tar.xz2022-11-18 01:28 236K 
[   ]boot-20221224.tar.xz2022-12-24 15:54 236K 
[   ]boot-20230105.tar.xz2023-01-06 00:53 236K 
[   ]boot-20230225.tar.xz2023-02-25 07:23 236K 
[   ]boot-20230318.tar.xz2023-03-18 22:32 236K 
[   ]boot-20230403.tar.xz2023-04-03 03:32 236K 
[   ]boot-20230429.tar.xz2023-04-29 18:37 245K 
[   ]boot-20230608.tar.xz2023-06-09 00:50 245K 
[   ]boot-20230807.tar.xz2023-08-07 14:58 245K 
[   ]boot-20230910.tar.xz2023-09-10 04:29 245K 
[DIR]kernel/2023-09-10 10:37 -  
[   ]slarm64-current-aarch64-core-raspberry_pi_4-5.15.92-build-20230608.img.zst2023-06-08 09:53 495M 
[   ]slarm64-current-aarch64-core-raspberry_pi_4-5.15.92-build-20230608.img.zst.sha2562023-06-08 09:55 141  
[   ]slarm64-current-aarch64-core-raspberry_pi_4-6.5.2-build-20230910.img.zst2023-09-10 04:45 539M 
[   ]slarm64-current-aarch64-core-raspberry_pi_4-6.5.2-build-20230910.img.zst.sha2562023-09-10 04:48 139  
[   ]slarm64-current-aarch64-enlightenment-raspberry_pi_4-5.15.12-build-20211230.img.zst2021-12-30 22:07 2.2G 
[   ]slarm64-current-aarch64-enlightenment-raspberry_pi_4-5.15.12-build-20211230.img.zst.sha2562021-12-30 22:09 150  
[   ]slarm64-current-aarch64-server-raspberry_pi_4-5.15.92-build-20230608.img.zst2023-06-08 10:14 728M 
[   ]slarm64-current-aarch64-server-raspberry_pi_4-5.15.92-build-20230608.img.zst.sha2562023-06-08 10:19 143  
[   ]slarm64-current-aarch64-server-raspberry_pi_4-6.5.2-build-20230910.img.zst2023-09-10 05:18 774M 
[   ]slarm64-current-aarch64-server-raspberry_pi_4-6.5.2-build-20230910.img.zst.sha2562023-09-10 05:23 141  
[   ]slarm64-current-aarch64-xfce-raspberry_pi_4-5.15.92-build-20230608.img.zst2023-06-08 11:16 1.6G 
[   ]slarm64-current-aarch64-xfce-raspberry_pi_4-5.15.92-build-20230608.img.zst.sha2562023-06-08 19:08 141  
[   ]slarm64-current-aarch64-xfce-raspberry_pi_4-6.5.2-build-20230910.img.zst2023-09-10 07:52 1.6G 
[   ]slarm64-current-aarch64-xfce-raspberry_pi_4-6.5.2-build-20230910.img.zst.sha2562023-09-10 08:04 139  


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
------------------
Flash the image to USB-SSD/HDD:
  # dd if=slarm64-current-*-core-*-build-*.img of=/dev/sda bs=10M
or
  # dd if=slarm64-current-*-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