PINE64
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: Slackware for Rock64 RK3328 - 1of7 - 07-31-2018

The following links appear to be broken in this forum and on the wiki site.
site: fail.pp.ua
downloads: http://dl.fail.pp.ua/slackware/images/rock64/
development: https://bitbucket.org/sndwvs/slackwarearm
Is there a special incantation necessary to access these sites?


RE: Slackware for Rock64 RK3328 - pineadmin - 08-03-2018

(07-31-2018, 04:10 PM)1of7 Wrote: The following links appear to be broken in this forum and on the wiki site.
        site: fail.pp.ua
        downloads: http://dl.fail.pp.ua/slackware/images/rock64/
        development: https://bitbucket.org/sndwvs/slackwarearm
Is there a special incantation necessary to access these sites?

Already inform Slackware in-charge person, waiting for their reply.

Thank you


RE: Slackware for Rock64 RK3328 - mara - 09-01-2018

update kernel 4.4.153
create a basic installation image:
slack-current-aarch64-miniroot_18Aug18-4.4.153-rock64-build-20180901.img.tar.xz
slack-current-aarch64-miniroot_18Aug18-4.4.153-rock64-build-20180901.img.tar.xz.md5


RE: Slackware for Rock64 RK3328 - pineadmin - 09-25-2018

Update Slackware Aarch64 Miniroot (ROCK64) 20180901 on Wiki and PINE64 Installer.


RE: Slackware for Rock64 RK3328 - mara - 10-29-2018

update kernel 4.4.162
create a basic installation image:
slack-current-aarch64-miniroot_29Sep18-4.4.162-rock64-build-20181028.img.tar.xz
slack-current-aarch64-miniroot_29Sep18-4.4.162-rock64-build-20181028.img.tar.xz.md5

eMMC -> /dev/mmcblk0p1


RE: slarm64 Rock64 RK3328 (aarch64) - mara - 11-02-2018

update kernel 4.4.162

README.TXT

basic installation image:
slack-current-aarch64-miniroot_29Sep18-4.4.162-rock64-build-20181101.img.tar.xz
slack-current-aarch64-miniroot_29Sep18-4.4.162-rock64-build-20181101.img.tar.xz.md5

xfce image:
slack-current-aarch64-xfce_29Sep18-4.4.162-rock64-build-20181101.img.tar.xz
slack-current-aarch64-xfce_29Sep18-4.4.162-rock64-build-20181101.img.tar.xz.md5

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:
Code:
mpv --profile=rkmpp videofile.{mkv,mp4}



RE: slarm64 Rock64 RK3328 (aarch64) - pineadmin - 11-13-2018

Updated Slackware Aarch64 Miniroot (ROCK64) 20181101 on Wiki and PINE64 Installer.
Updated Slackware Aarch64 XFCE (ROCK64) 20181101 on Wiki and PINE64 Installer.



RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - KarlF - 11-18-2018

Thanks for the images. I need to compile a driver for a usb-ethernet adapter, but can't seem to find the make utility. Is it installed? Now I am using the xfce installation. Previously I tried the miniroot, but it seems it does not have any development tools. At least I could not find gcc. THanks


RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 11-18-2018

(11-18-2018, 12:09 AM)KarlF Wrote: Thanks for the images. I need to compile a driver for a usb-ethernet adapter, but can't seem to find the make utility. Is it installed? Now I am using the xfce installation. Previously I tried the miniroot, but it seems it does not have any development tools. At least I could not find gcc. THanks

download slackpkg-2.83.0-noarch-4.txz

Code:
wget http://dl.fail.pp.ua/slackware/slarm64-current/slarm64/ap/slackpkg-2.83.0-noarch-4.txz
installpkg slackpkg-2.83.0-noarch-4.txz

use slackpkg package manager
Code:
slackpkg update
slackpkg install d
where d means all packages from the development section
you will probably also need the l section of the library

https://docs.slackware.com/slackware:package_management


RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 02-02-2019

update:
    - glibc 2.29
    - kernel 4.4.172
    - video hardware decoding via mpv
      configured by default to output video via x11 (divx/xvid)
      using profile --profile=rkmpp play video MPEG-1, MPEG-2, MPEG-4, H.263, H.264, H.265, VC-1, VP9, VP8, MVC

slack-current-aarch64-miniroot_01Feb19-4.4.172-rock64-build-20190202.img.xz
slack-current-aarch64-miniroot_01Feb19-4.4.172-rock64-build-20190202.img.xz.md5

slack-current-aarch64-xfce_01Feb19-4.4.172-rock64-build-20190202.img.xz
slack-current-aarch64-xfce_01Feb19-4.4.172-rock64-build-20190202.img.xz.md5