LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 07-24-2016, 12:04 PM   #1
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,542

Rep: Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310
Donations being accepted for 32bit hard float port


Hello

The 32-bit hard float port is almost complete. I'll probably push it out to the FTP site in September unless the auto builder completes within the next couple of weeks, and I'm satisfied with the tests.

The plan is to maintain in the same fashion as the soft float port: a small set of "officially supported" devices (currently it's what the soft float port had, minus kirkwood (so Trimslice, Banana Pi and QEMU)), and the community will continue to support "Device du jour".

OS maintenance will be the same as the soft float port: the last stable release plus between 4-6 months support for the previous stable release (so for example 14.1 would be maintained for 4-6 months after 14.2 is released), ad infinitum.

I'll probably add support for new devices that look like nice toys as time and money permits: I have Orange PI One (Allwinner A20 - same SoC as the Banana Pi) and Orange Pi H3 versions that the OrangePi company sent as samples. I started playing with the A20 version today, and once the H3 support hits the mainstream kernel, I'll look in to that.

I have some plans to further automate the build and maintenance process so that I can continue to maintain it, but more efficiently than with the soft float port.

The OS is built for armv7 minimum target. The main C flags are:
Code:
-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard
Development consists of a couple of machines that act as "-current" (lead builder and the "oh s*it!" builder), plus a couple of machines to maintain stable releases; so I need to buy a few more machines to do that.

If you would like to donate to this project, please sponsor it.

Last edited by drmozes; 07-24-2016 at 12:06 PM.
 
Old 07-25-2016, 11:37 AM   #2
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Hi Stuart!

I'm assuming that this will be compatible with the Raspberry Pi 2 and 3?
 
Old 07-25-2016, 11:54 AM   #3
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,542

Original Poster
Rep: Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310
Quote:
Originally Posted by stormtracknole View Post
Hi Stuart!

I'm assuming that this will be compatible with the Raspberry Pi 2 and 3?
Yes it will, and although the RPI3 is 64bit it will run 32bit code.
It will not support the RPI1 though - that will need to remain on the soft float port because it uses armv6.

The support for the RPIs (installer, kernels, images, etc.) will remain within the domain of the community although at some point once the support for that stuff is upstream'd, the kernel provided by Slackware would support it.
 
Old 07-25-2016, 08:49 PM   #4
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by drmozes View Post
Yes it will, and although the RPI3 is 64bit it will run 32bit code.
It will not support the RPI1 though - that will need to remain on the soft float port because it uses armv6.

The support for the RPIs (installer, kernels, images, etc.) will remain within the domain of the community although at some point once the support for that stuff is upstream'd, the kernel provided by Slackware would support it.
How hard would it be to port to 64 bit on Pi3? Financially, what would you need? Or would it be a time management situation?
 
Old 07-26-2016, 01:50 AM   #5
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,542

Original Poster
Rep: Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310
Quote:
Originally Posted by stormtracknole View Post
How hard would it be to port to 64 bit on Pi3? Financially, what would you need? Or would it be a time management situation?
The hardware is cheap. Time is the hard part. 10 mins here, 15 there, 5 here, 2 hours there. It all starts to add up.
So far I estimate that it's taken me about 50 hours to get the hard float port where it is (final passes of all packages apart from KDE and XFCE which are always built atop the OS, they're not really integrated apart from a couple of packages like subversion that links to kwallet). However, that's built atop the 1000s of hours getting the original soft float port to where it is.
 
Old 07-26-2016, 02:28 AM   #6
justwantin
Member
 
Registered: Aug 2003
Location: Melbourne, Australia
Distribution: Slackware, Slackwarearm
Posts: 878

Rep: Reputation: 120Reputation: 120
Would it still be Slackwarearm without KDE? I've often wondered if anyone runs KDE on Slackwarearm. I usually login via SSH and work CLI but have run XFCE sessions via SSH and it seemed reasonably responsive when doing a few trivial things but I've always thought things would bog down in a KDE session and have never installed it.
 
Old 07-26-2016, 03:28 AM   #7
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,542

Original Poster
Rep: Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310
Quote:
Originally Posted by justwantin View Post
Would it still be Slackwarearm without KDE? I've often wondered if anyone runs KDE on Slackwarearm. I usually login via SSH and work CLI but have run XFCE sessions via SSH and it seemed reasonably responsive when doing a few trivial things but I've always thought things would bog down in a KDE session and have never installed it.
KDE works on the soft float port but as you'd expect, it's slow. In KDE 3 (I think) you had easy options available to turn down the amount of fancy effects which made it KDE still usable on ARM, but I found those more difficult to find and implement on later KDE versions (although I suspect they're still there, just as individual tuning options).
I doubt it'll be much if any faster built as hard float.

I recommend WindowMaker personally as it's very light weight.
Unless there's a good reason not to provide it (i.e. it'll never work or won't build) or is pointless (such as syslinux, although that's debatable to a degree - I don't recall if it builds on ARM) then it'll be provided. Giving the user choice is key.

Last edited by drmozes; 07-26-2016 at 03:30 AM.
 
Old 07-26-2016, 06:45 AM   #8
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by drmozes View Post
The hardware is cheap. Time is the hard part. 10 mins here, 15 there, 5 here, 2 hours there. It all starts to add up.
So far I estimate that it's taken me about 50 hours to get the hard float port where it is (final passes of all packages apart from KDE and XFCE which are always built atop the OS, they're not really integrated apart from a couple of packages like subversion that links to kwallet). However, that's built atop the 1000s of hours getting the original soft float port to where it is.
Understood. I figured that time management would be the key issue. Thank you very much for your time spent on this.
 
Old 07-26-2016, 04:52 PM   #9
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by drmozes View Post
Yes it will, and although the RPI3 is 64bit it will run 32bit code.
It will not support the RPI1 though - that will need to remain on the soft float port because it uses armv6.

The support for the RPIs (installer, kernels, images, etc.) will remain within the domain of the community although at some point once the support for that stuff is upstream'd, the kernel provided by Slackware would support it.
I believe the RPi0 is armv6 as well so the new Slackware Arm that is not the old Slackware Arm wouldn't run on the zero also, correct me if I'm wrong?
 
Old 07-27-2016, 03:49 AM   #10
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,542

Original Poster
Rep: Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310Reputation: 1310
Quote:
Originally Posted by enine View Post
I believe the RPi0 is armv6 as well so the new Slackware Arm that is not the old Slackware Arm wouldn't run on the zero also, correct me if I'm wrong?
According to what I have read, yes. It'll need the soft float port.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware ARM - FAQ - soft float and hard float drmozes Slackware - ARM 23 08-29-2017 02:21 PM
[hard float port] We are already there? Darth Vader Slackware - ARM 10 08-17-2016 01:31 AM
hard float. lokal1 Slackware - ARM 13 04-04-2015 03:07 PM
Hard float/soft float interndan Slackware - ARM 5 08-01-2014 10:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 02:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration