LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - ARM (https://www.linuxquestions.org/questions/slackware-arm-108/)
-   -   slarm64 (aarch64 unofficial slackware) (https://www.linuxquestions.org/questions/slackware-arm-108/slarm64-aarch64-unofficial-slackware-4175613287/)

sndwvs 09-05-2017 02:46 PM

slarm64 (aarch64 unofficial slackware)
 
original project Stuart Winter
binary packages aarch64 packages
project link

drmozes 09-05-2017 03:59 PM

Quote:

Originally Posted by sndwvs (Post 5755904)
original project Stuarta Wintera
binary packages aarch64 packages
project link

I don't know why my name inherited two "a"'s but I've been called worse ;-)

Good work and I'll keep merging in your build script patches as and when I get to them; but please note that this is not an official port - only Patrick can decide what receives the "Slackware" label.

sndwvs 09-05-2017 09:49 PM

sorry i fixed it

yes, of course Patrick lets decide, I just want to get support for aarch64 architecture

sndwvs 09-06-2017 11:59 AM

mini root only for testing (not all packages from the original miniroot)
http://dl.fail.pp.ua/slackware/minir...17_details.txt
http://dl.fail.pp.ua/slackware/minir...06Sep17.tar.xz

Exaga 09-06-2017 02:59 PM

Quote:

Originally Posted by drmozes (Post 5755926)
I don't know why my name inherited two "a"'s but I've been called worse ;-)

Good work and I'll keep merging in your build script patches as and when I get to them; but please note that this is not an official port - only Patrick can decide what receives the "Slackware" label.

Stuarta Wintera, sounds like a GoT character. Suits you, Ser! Probably a good thing your name isn't Paul. :P

Quote:

Originally Posted by sndwvs (Post 5756021)
I just want to get support for aarch64 architecture

Then we share an interest and a common goal.

Quote:

Originally Posted by sndwvs (Post 5756241)
mini root only for testing (not all packages from the original miniroot)
http://dl.fail.pp.ua/slackware/minir...17_details.txt
http://dl.fail.pp.ua/slackware/minir...06Sep17.tar.xz

Very good work. I shall look forward to testing your aarch64 miniroot as time permits.

sndwvs 09-10-2017 08:47 AM

update mini root, only for testing
http://dl.fail.pp.ua/slackware/minir...17_details.txt
http://dl.fail.pp.ua/slackware/minir...10Sep17.tar.xz

Tested, this mini root normally loads the base system

sndwvs 09-18-2017 02:16 PM

wrote a script for the assembly with the original SlackBuild scripts, where you will need to add specific patches and mp...
original_build_scripts
aarch64_build_kit

sndwvs 10-03-2017 11:30 AM

updated miniroot aarch64, corresponds to miniroot arm
http://dl.fail.pp.ua/slackware/minir...17_details.txt
http://dl.fail.pp.ua/slackware/minir...03Oct17.tar.xz

sndwvs 10-03-2017 12:22 PM

1 Attachment(s)
run Xorg -> XFCE -> GIMP

Attachment 26023

Linux.tar.gz 10-10-2017 04:28 PM

Is this project endorsed by Stuart Winter or is it like Slamd64 in its time ?

Was it cross-compiled from scratch ?

drmozes 10-11-2017 03:15 AM

Quote:

Originally Posted by Linux.tar.gz (Post 5768535)
Is this project endorsed by Stuart Winter or is it like Slamd64 in its time ?

The latter. I like seeing the community developments, but under the 'Slackware' name, I cannot endorse anything other than my own work.
Slackware ARM was previously called 'ARMedslack' for many years because it was not an official port.

Without attempting to be Patrick's mouth piece, just as no other Linux distribution or company would permit it, I know that he does not tend to favorably respond to his own brand name being used without his approval.
The project needs a new name until such a time that Patrick endorses it.

sndwvs 10-11-2017 11:09 AM

Quote:

Originally Posted by Linux.tar.gz (Post 5768535)
Is this project endorsed by Stuart Winter or is it like Slamd64 in its time ?

originally planned to make changes to the current project Stuart Winter, but then decided to take the original scripts and, if necessary, make patches to them

Quote:

Originally Posted by Linux.tar.gz (Post 5768535)
Was it cross-compiled from scratch ?

no it's not cross-compiled direct compilation on the aarch64 motherboard by the donor at the beginning served as the distribution crux

Quote:

Originally Posted by drmozes (Post 5768660)
The latter. I like seeing the community developments, but under the 'Slackware' name, I cannot endorse anything other than my own work.
Slackware ARM was previously called 'ARMedslack' for many years because it was not an official port.

Without attempting to be Patrick's mouth piece, just as no other Linux distribution or company would permit it, I know that he does not tend to favorably respond to his own brand name being used without his approval.
The project needs a new name until such a time that Patrick endorses it.

agree, let it be slarm64

ondoho 10-12-2017 01:39 AM

^ i think you also need to change the links in your first post, and maybe the thread title too.

stormtracknole 10-21-2017 09:43 AM

So, if I understand correctly, the Pi3 supports aarch64? Or is this on a different type of hardware?

sndwvs 10-21-2017 11:10 AM

yes it does support

stormtracknole 10-21-2017 09:34 PM

Quote:

Originally Posted by sndwvs (Post 5772366)
yes it does support

Awesome!!

sndwvs 10-22-2017 01:33 AM

updated miniroot aarch64 22 Oct 17

зackages updated to current

http://dl.fail.pp.ua/slackware/minir...17_details.txt
http://dl.fail.pp.ua/slackware/minir...22Oct17.tar.xz

Exaga 10-22-2017 02:00 AM

Quote:

Originally Posted by stormtracknole (Post 5772334)
So, if I understand correctly, the Pi3 supports aarch64? Or is this on a different type of hardware?

The Raspberry Pi 3 has a Cortex-A53 (ARMv8-A) CPU featuring a 64-bit instruction set. This device is capable of running a 64-bit, "Aarch64", operating system, and allows 32-bit applications to be executed in a 64-bit OS by providing user-space compatibility with ARMv7-A, the "Aarch32" or "A32" (32-bit), architecture.

The Raspberry Pi ARM11 (ARM1176JZF-S) and Raspberry Pi 2 Cortex-A7 (ARMv7-A) CPUs feature a 32-bit instruction set. It's not possible to run a 64-bit "Aarch64" operating system on these devices.

stormtracknole 10-22-2017 08:42 AM

Quote:

Originally Posted by Exaga (Post 5772541)
The Raspberry Pi 3 has a Cortex-A53 (ARMv8-A) CPU featuring a 64-bit instruction set. This device is capable of running a 64-bit, "Aarch64", operating system, and allows 32-bit applications to be executed in a 64-bit OS by providing user-space compatibility with ARMv7-A, the "Aarch32" or "A32" (32-bit), architecture.

The Raspberry Pi ARM11 (ARM1176JZF-S) and Raspberry Pi 2 Cortex-A7 (ARMv7-A) CPUs feature a 32-bit instruction set. It's not possible to run a 64-bit "Aarch64" operating system on these devices.

Thank you for the very detailed explanation and for all the great work the people involved have done to make this available for Slackware.

sndwvs 10-28-2017 11:22 AM

packages that are not going to:

-a/efibootmgr-0.5.4
-a/elilo-3.16
-a/syslinux-4.07
-ap/libx86-1.1
-ap/vbetool-1.2.2
-d/clisp-2.49.20161111
-d/gcc-brig-7.2.0
-d/gcc-gnat-7.2.0
-kde/k3b-2.0.3
-kde/kaccessible-4.14.3
-kde/kdeartwork-4.14.3
-kde/kdevelop-pg-qt-1.0.0
-kde/kdevelop-php-1.7.4
-kde/kdewebdev-4.14.3
-kde/kgamma-4.14.3
-kde/kmag-4.14.3
-kde/kmousetool-4.14.3
-kde/kmouth-4.14.3
-kde/korundum-4.14.3
-kde/krfb-4.14.3
-kde/ksirk-4.14.3
-kde/ktorrent-4.3.1
-kde/ktux-4.14.3
-kde/kuser-4.14.3
-kde/perlkde-4.14.3
-kde/perlqt-4.14.3
-kde/print-manager-4.14.3
-kde/qtruby-4.14.3
-kde/rocs-4.14.3
-kde/smokekde-4.14.3
-kde/smokeqt-4.14.3
-kdei/kde-l10n-zh_TW-4.14.3
-l/svgalib-1.9.25
-x/intel-gpu-tools-1.19
-x/libva-intel-driver-1.7.3
-x/xf86-input-vmmouse-13.1.0
-x/xf86-video-intel-git_20170313_7e9e92c8
-x/xf86-video-siliconmotion-1.7.9
-x/xf86-video-tseng-1.2.5
-x/xf86-video-vmware-13.2.1

sndwvs 11-30-2017 08:07 PM

update links
project
slarm64 build kit
packages
ChangeLog.txt

sndwvs 12-17-2017 10:47 AM

updated miniroot aarch64 14 Dec 17
packages updated
slack-current-aarch64-miniroot_14Dec17.tar.xz
slack-current-aarch64-miniroot_14Dec17_details.txt

sndwvs 05-09-2018 12:25 PM

rebuild packages remove any .la files
updated miniroot aarch64 08 May 18
slack-current-aarch64-miniroot_08May18.tar.xz
slack-current-aarch64-miniroot_08May18_details.txt

Linux.tar.gz 05-13-2018 01:58 PM

Forbidden ?

drmozes 05-13-2018 02:17 PM

Quote:

Originally Posted by Linux.tar.gz (Post 5854186)
Forbidden ?

Not a bad thing in my opinion (although it works for me). How many times you have to ask someone to stop using a project's name that they have been explicitly asked not to use, I don't know.

sndwvs 05-13-2018 02:17 PM

Quote:

Originally Posted by Linux.tar.gz (Post 5854186)
Forbidden ?

sometimes it happens because of the load
now it's working fine

sndwvs 05-13-2018 02:21 PM

Quote:

Originally Posted by sndwvs (Post 5854196)
sometimes it happens because of the load
now it's working fine

that it is necessary to remove the mutual agreement?

lamerix 06-21-2018 01:12 AM

Hello,
First, lemme say: Great work :)
I wannet to ask , do you plan to add rsync to http://dl.fail.pp.ua ?
I'll like to mirror it, and rsyncd will be nice to have running on it.
Oh and another thing, any plans to add PACKAGES.TXT, FILELIST.TXT & CHECKSUMS. ( for the package managers )

sndwvs 06-21-2018 11:22 AM

Quote:

Originally Posted by lamerix (Post 5869994)
Hello,
First, lemme say: Great work :)
I wannet to ask , do you plan to add rsync to http://dl.fail.pp.ua ?
I'll like to mirror it, and rsyncd will be nice to have running on it.
Oh and another thing, any plans to add PACKAGES.TXT, FILELIST.TXT & CHECKSUMS. ( for the package managers )

Thank you.

if there is such a need in the near future I will add rsync and PACKAGES.TXT, FILELIST.TXT & CHECKSUMS

sndwvs 06-22-2018 01:38 PM

added server to synchronize rsync: rsync rsync://dl.fail.pp.ua

lamerix 06-23-2018 01:15 AM

Thank you.
Mirroring at https://mirrors.slackware.bg/slarm64/

sndwvs 06-27-2018 06:04 PM

Quote:

Originally Posted by lamerix (Post 5869994)
Hello,
First, lemme say: Great work :)
I wannet to ask , do you plan to add rsync to http://dl.fail.pp.ua ?
I'll like to mirror it, and rsyncd will be nice to have running on it.
Oh and another thing, any plans to add PACKAGES.TXT, FILELIST.TXT & CHECKSUMS. ( for the package managers )

added generate PACKAGES.TXT, FILELIST.TXT & CHECKSUMS

lamerix 06-28-2018 03:10 AM

Great...
btw rsync seems to be down :/

sndwvs 06-28-2018 03:59 AM

Quote:

Originally Posted by lamerix (Post 5872845)
Great...
btw rsync seems to be down :/

Thanks, I'll follow him. it is also available by ipv6

ecd102 08-01-2018 04:20 AM

What is happening on dl.fail.pp.ua ?
There is no DNS record for dl.fail.pp.ua at this moment,
and mirrors.slackware.bg also does not have any update.

sndwvs 08-01-2018 05:00 PM

Quote:

Originally Posted by ecd102 (Post 5886366)
What is happening on dl.fail.pp.ua ?
There is no DNS record for dl.fail.pp.ua at this moment,
and mirrors.slackware.bg also does not have any update.

certain difficulties arose, I hope that I will soon restore

sndwvs 08-11-2018 10:50 AM

restored access via http and rsync.
started updating packages

sndwvs 08-17-2018 03:08 PM

Quote:

Originally Posted by ecd102 (Post 5886366)
What is happening on dl.fail.pp.ua ?
There is no DNS record for dl.fail.pp.ua at this moment

loss of all information, i have to restore everything from scratch

rsync rsync://dl.fail.pp.ua

the site with a mirror has very much helped http://mirrors.slackware.bg/

lamerix 08-23-2018 12:41 PM

Quote:

Originally Posted by sndwvs (Post 5892769)
loss of all information, i have to restore everything from scratch

rsync rsync://dl.fail.pp.ua

the site with a mirror has very much helped http://mirrors.slackware.bg/

I'm glad it helped :)

lamerix 08-24-2018 07:11 AM

btw I found the OPi images ..seems u don't have 'em now.
http://mirrors.slackware.bg/lamerix/opi_images/

sndwvs 08-24-2018 07:54 AM

Quote:

Originally Posted by lamerix (Post 5895235)
btw I found the OPi images ..seems u don't have 'em now.
http://mirrors.slackware.bg/lamerix/opi_images/

Thank you.
at the moment I do not have any pc x86 (desktop system on firefly-rk3399), so I need to adapt the scripts of the image assembly to the native system (arm|aarkh64).
for rockchip rk3288 and rk3399 not everything can be assembled (atf and packing u-boot) precompile images will be taken.
in advance on time to update packages with slackware64-carrent

sndwvs 09-15-2018 07:04 AM

re-written the script file generation distribution PACKAGES.TXT FILE_LIST FILELIST.TXT CHECKSUMS.md5

lamerix,
I'm look in the mirror http://mirrors.slackware.bg/slarm64/slarm64-current/ there are no updates

lamerix 09-15-2018 04:10 PM

Quote:

Originally Posted by sndwvs (Post 5903621)
re-written the script file generation distribution PACKAGES.TXT FILE_LIST FILELIST.TXT CHECKSUMS.md5

lamerix,
I'm look in the mirror http://mirrors.slackware.bg/slarm64/slarm64-current/ there are no updates

Oh sorry...
Fixing rsync script to reflect URL change.
Syncing in progress...

lamerix 09-15-2018 04:49 PM

Sycned and will re-sync every 6 hours :cool:

On the script
Improve package matching in find command to match all slackware package extensions
Quote:

--- slarm64_generate_files.sh 2018-09-15 16:34:05.000000000 +0300
+++ slarm64_generate_files.sh.new 2018-09-16 00:34:04.381060175 +0300
@@ -73,7 +73,7 @@

get_data UPDATE_DATE

- PKGS=$( find -L . $PRUNES -type f -name '*.txz' -print | sort -t'/' -k3)
+ PKGS=$( find -L . $PRUNES -type f -name '*.t?z' -print | sort -t'/' -k3)

for PKG in $PKGS; do
LOCATION="./${_DIR}"$(echo $PKG | rev | cut -f2- -d '/' | rev | sed "s/^.*\(\/.*\)$/\1/")

sndwvs 09-15-2018 10:11 PM

Quote:

Originally Posted by lamerix (Post 5903852)
Sycned and will re-sync every 6 hours :cool:

On the script
Improve package matching in find command to match all slackware package extensions

Thanks!

then need to add package processing.

interndan 09-17-2018 01:43 PM

I'm obviously missing something. I have tried installing to my orangepi (Orange Pi PC V1.3), but it isn't working as expected. I first downloaded one of the orangepi images and burnt it to my sd card. It booted up just fine, but apparently just a miniroot fs. I have been trying with no success to get the rest installed to make a complete installation of slarm64. I tried making an install disk on usb connected sd by downloading all the files from the mirror site. Setup fails to run after booting into the minifs. It just drops back to the command prompt. I have tried using slackpkg by pointing it first to my downloaded files, then to the mirror site (using https, http, and ftp) I keep getting different errors.

What do I need to get Slarm64 installed on my Orangepi?

drmozes 09-17-2018 01:45 PM

Quote:

Originally Posted by interndan (Post 5904517)
I'm obviously missing something. I have tried installing to my orangepi (Orange Pi PC V1.3), but it isn't working as expected. I first downloaded one of the orangepi images and burnt it to my sd card. It booted up just fine, but apparently just a miniroot fs. I have been trying with no success to get the rest installed to make a complete installation of slarm64. I tried making an install disk on usb connected sd by downloading all the files from the mirror site. Setup fails to run after booting into the minifs. It just drops back to the command prompt. I have tried using slackpkg by pointing it first to my downloaded files, then to the mirror site (using https, http, and ftp) I keep getting different errors.

What do I need to get Slarm64 installed on my Orangepi?

Orange Pi PC is not 64bit. The Orange PI PC is supported by Slackware ARM in -current. You'll find the instructions linked from the web site.

interndan 09-17-2018 02:26 PM

That explains it. Thanks Dr. Mozes. I mis-read the specs, I was looking at H5 specs not H3. Guess I will go to current install. :)

sndwvs 09-29-2018 03:35 PM

updated miniroot aarch64 29 Sep 18

glibc 2.28

slack-current-aarch64-miniroot_29Sep18.tar.xz
slack-current-aarch64-miniroot_29Sep18_details.txt

Linux.tar.gz 10-03-2018 09:57 AM

Thanks.


All times are GMT -5. The time now is 05:17 PM.