Index of /slackware/images/rock_pi_4

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2023-02-12 19:19 2.5K 
[   ]boot-20191222.tar.xz2019-12-22 18:42 476K 
[   ]boot-20200305.tar.xz2020-03-05 23:32 292K 
[   ]boot-20200307.tar.xz2020-03-07 22:05 292K 
[   ]boot-20200705.tar.xz2020-07-05 10:17 297K 
[   ]boot-20200718.tar.xz2020-07-18 02:30 324K 
[   ]boot-20201211.tar.xz2020-12-11 19:18 349K 
[   ]boot-20210131.tar.xz2021-01-31 15:00 351K 
[   ]boot-20210417.tar.xz2021-04-17 07:02 354K 
[   ]boot-20210619.tar.xz2021-06-19 20:24 354K 
[   ]boot-20210802.tar.xz2021-08-03 05:08 354K 
[   ]boot-20210919.tar.xz2021-09-19 12:25 354K 
[   ]boot-20211210.tar.xz2021-12-10 10:09 358K 
[   ]boot-20220116.tar.xz2022-01-16 19:03 358K 
[   ]boot-20220223.tar.xz2022-02-23 02:56 355K 
[   ]boot-20220625.tar.xz2022-06-25 14:09 363K 
[   ]boot-20220801.tar.xz2022-08-01 11:33 432K 
[   ]boot-20220821.tar.xz2022-08-21 23:29 433K 
[   ]boot-20220828.tar.xz2022-08-29 03:19 433K 
[   ]boot-20230219.tar.xz2023-02-19 21:30 435K 
[   ]boot-20230811.tar.xz2023-08-11 23:04 478K 
[DIR]kernel/2023-08-24 07:06 -  
[   ]slarm64-current-aarch64-core-rock_pi_4-6.4.9-build-20230811.img.zst2023-08-11 23:18 512M 
[   ]slarm64-current-aarch64-core-rock_pi_4-6.4.9-build-20230811.img.zst.sha2562023-08-11 23:20 134  
[   ]slarm64-current-aarch64-enlightenment-rock_pi_4-5.14.6-build-20210919.img.zst2021-09-19 18:26 1.8G 
[   ]slarm64-current-aarch64-enlightenment-rock_pi_4-5.14.6-build-20210919.img.zst.sha2562021-09-19 18:40 144  
[   ]slarm64-current-aarch64-server-rock_pi_4-6.4.9-build-20230811.img.zst2023-08-11 23:40 748M 
[   ]slarm64-current-aarch64-server-rock_pi_4-6.4.9-build-20230811.img.zst.sha2562023-08-11 23:45 136  
[   ]slarm64-current-aarch64-xfce-rock_pi_4-6.4.9-build-20230811.img.zst2023-08-12 00:46 1.6G 
[   ]slarm64-current-aarch64-xfce-rock_pi_4-6.4.9-build-20230811.img.zst.sha2562023-08-12 00:58 134  


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


Manual installation eMMC/NAND/USB-HDD
------------------
Flash the image to micro SD, power up the board with micro SD and login
Copy the image file to micro SD by using SFTP. The image file must be in .img. note : root user are not allow transfer file to micro SD.
After finish copy the file, power off the board and add eMMC module to the board
Bootup the board, run below command for flashing to eMMC module
  # dd if=slarm64-current-*-core-*-build-*.img of=/dev/mmcblk0 bs=10M
then edit 2 files in eMMC module:
  # mount /dev/mmcblk0p1 /media
  # echo "rootdev=/dev/mmcblk0p1" >> /media/boot/uEnv.txt
  # sed -i 's:mmcblk1p1:mmcblk0p1:' /media/etc/fstab
After done, power off board and remove micro SD. Then bootup with only eMMC module.


Rock Pi 4A Support
------------------
After first boot, edit /boot/uEnv.txt and change:
  fdtfile=rk3399-rock-pi-4b.dts
to
  fdtfile=rk3399-rock-pi-4a.dts


Rock Pi 4A Plus Support
------------------
After first boot, edit /boot/uEnv.txt and change:
  fdtfile=rk3399-rock-pi-4b.dts
to
  fdtfile=rk3399-rock-pi-4a-plus.dts


Rock Pi 4B Plus Support
------------------
After first boot, edit /boot/uEnv.txt and change:
  fdtfile=rk3399-rock-pi-4b.dts
to
  fdtfile=rk3399-rock-pi-4b-plus.dts


Rock Pi 4C Support
------------------
After first boot, edit /boot/uEnv.txt and change:
  fdtfile=rk3399-rock-pi-4b.dts
to
  fdtfile=rk3399-rock-pi-4c.dts


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


Attention!
------------------
on the rock pi 4 kernel version 4.20.x eMMC is defined as /dev/mmcblk0
a SDcard how /dev/mmcblk1


Multimedia
------------------
The video is played by the MPV player, which is configured with the default profile x11 (for playing divx/xvid)
and the profile rkmpp (for playing h264/h265/VP9 720p,1080p)

example: mpv --profile=rkmpp videofile.{mkv,mp4}


Update kernel
------------------
download latest version kernel-firmware, kernel-headers, kernel-modules, kernel
of http://dl.slarm64.org/slackware/images/rock_pi_4/kernel/
go to the directory with the downloaded packages and run:
upgradepkg kernel-*.txz