slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) (/showthread.php?tid=5868) |
RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - Enig123 - 09-19-2020 Will you keep updating 4.4.y kernel in the future? As you mentioned that for now, 4.4.y kernel is maturer, at least in terms of video playback, compare with 5.8.y kernel right? RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 09-22-2020 it is, but the developers are porting from 4.4.y to 4.19.y. Yes so far 4.4.y is updated and supported. Still, a lot has been done to play videos at 5.x, but so far I haven't really tried it. RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 10-29-2020 judging by the changes in the kernel repository, the rockchip team switched from the 4.4.y branch to 4.19.y, a test build: kernel 4.19.153 slarm64-current-aarch64-base-rootfs-20201023-4.19.153-rock64-build-20201029.img.zst slarm64-current-aarch64-base-rootfs-20201023-4.19.153-rock64-build-20201029.img.zst.md5 slarm64-current-aarch64-xfce-rootfs-20201023-4.19.153-rock64-build-20201029.img.zst slarm64-current-aarch64-xfce-rootfs-20201023-4.19.153-rock64-build-20201029.img.zst.md5 RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 10-30-2020 update:
slarm64-current-aarch64-base-rootfs-20201023-4.4.241-rock64-build-20201031.img.zst.md5 slarm64-current-aarch64-xfce-rootfs-20201023-4.4.241-rock64-build-20201031.img.zst slarm64-current-aarch64-xfce-rootfs-20201023-4.4.241-rock64-build-20201031.img.zst.md5 RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 11-01-2020 kernel 5.9.3 slarm64-current-aarch64-base-rootfs-20201023-5.9.3-rock64-build-20201102.img.zst slarm64-current-aarch64-base-rootfs-20201023-5.9.3-rock64-build-20201102.img.zst.md5 slarm64-current-aarch64-xfce-rootfs-20201023-5.9.3-rock64-build-20201102.img.zst slarm64-current-aarch64-xfce-rootfs-20201023-5.9.3-rock64-build-20201102.img.zst.md5 RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - Enig123 - 11-22-2020 @mara, While I tried for a while and failed to find the unzip package of slarm64, can you help me on how to install it? Or I will have to compile it from sources? RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 11-22-2020 (11-22-2020, 12:30 AM)Enig123 Wrote: @mara, here is the description by appointment README.TXT Code: zstdcat slarm64-current-aarch64-xfce-rootfs-20201023-5.9.3-rock64-build-20201102.img.zst > /dev/mmcblk0 RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - Enig123 - 11-22-2020 @mara, I couldn't find logrotate tool with the image. Will you please give me some hint/reference where I can get start at? RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 11-23-2020 (11-22-2020, 10:20 PM)Enig123 Wrote: @mara,what image are you using base / xfce? if you have slackpkg configured, run: Code: slackpkg install logrotate if not configured, download the package and runĀ logrotate-3.17.0-aarch64-1.txz and run: Code: installpkg logrotate-3.17.0-aarch64-1.txz RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - Enig123 - 11-23-2020 (11-23-2020, 12:12 AM)mara Wrote:Thank you for your quick help. BTW, I am using the base image, and the slackpkg installed from the current branch does not work as expected somehow. It kept asking for the correct pgp key.(11-22-2020, 10:20 PM)Enig123 Wrote: @mara,what image are you using base / xfce? Perhaps I installed the wrong version of slackpkg? Edit: Another question is for how to unzip a .zip file, which usually use package named "unzip" in most Linux distributions. |