LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-27-2018, 04:13 AM   #1
Desiderius
Member
 
Registered: Jun 2017
Location: France
Distribution: Slackware
Posts: 155

Rep: Reputation: Disabled
Slack on RPI 3 B+


Hi all

Has someone already tested Slackware on the new RPI 3 B+ ?
 
Old 03-27-2018, 06:43 AM   #2
OldHolborn
Member
 
Registered: Jul 2012
Posts: 229

Rep: Reputation: 190Reputation: 190
Yep, it works!

The sarpi installer image for Slackwarearm was updated within the last few days so hopefully includes the required changes for the 3B+

If not, use the kernel, initrd, config & cmdline.txt from sarpi but the boot firmware from the rpi firmware git

Edit: The RPi 3 is not picked up as lacking an rtc so the fsck timechecks are not stopped, simplest is after you have finished installing, put the SDcard back in the machine you wrote the image with and do

tune2fs -i0 /dev/sdb3 ( it maybe mmcblk0p3 depending on your setup )

Stuart - Apologies, I mistakenly thought I'd sent you a forum message regarding this - could you add "Raspberry Pi 3 Model B" to /usr/lib/setup/armedslack-nofscheck please? Picks up both the 3B and 3B+

Ta

Last edited by OldHolborn; 03-27-2018 at 07:17 AM.
 
1 members found this post helpful.
Old 03-27-2018, 06:51 AM   #3
Desiderius
Member
 
Registered: Jun 2017
Location: France
Distribution: Slackware
Posts: 155

Original Poster
Rep: Reputation: Disabled
Fine !

Thanks for the info #OldHolborn
 
Old 03-27-2018, 08:14 AM   #4
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,676

Rep: Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373Reputation: 1373
Quote:
Originally Posted by OldHolborn View Post
Yep, it works!
Stuart - Apologies, I mistakenly thought I'd sent you a forum message regarding this - could you add "Raspberry Pi 3 Model B" to /usr/lib/setup/armedslack-nofscheck please? Picks up both the 3B and 3B+
Sure. It'll go out when the kernel is next updated.
 
1 members found this post helpful.
Old 03-27-2018, 11:29 AM   #5
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,929

Rep: Reputation: 1076Reputation: 1076Reputation: 1076Reputation: 1076Reputation: 1076Reputation: 1076Reputation: 1076Reputation: 1076
That's great news. I've been debating on whether I should buy a 3 B+ to replace my router (currently a 3 B) for the extra throughput on my network. I am using 2 Ethernet to USB NICs and a USB WLAN NIC. I have the onboard Ethernet and WLAN disabled due to speed and range. I am running CentOS on the router currently and have been waiting for an opportunity to switch it to Slackware. Same goes for my print/scanner server, which is running Raspbian on the Pi 1 B+. Might have to retire the Pi 1 B+ now.

Is it necessary to run Slackware-current for the 3 B and 3 B+ to have support? I would prefer to run 14.2. Slackware-current on my gateway router might be a bit destabilizing I would think.

Thanks!
 
Old 03-27-2018, 01:29 PM   #6
OldHolborn
Member
 
Registered: Jul 2012
Posts: 229

Rep: Reputation: 190Reputation: 190
Can't see why not - I've run Slackwarearm-14.2 on the 2B.

There's one way to find out if it works on the 3B+ - try it!

Then there's the other side of that compatability coin... It's still no speed demon regarding the ethernet port.

It is faster, lots, it's a more efficient USB network device if you like, but it still sits on the one shared USB line.

Wireless is faster apparently, I can't speak for that, don't use it.

Why retire the 1B+ ? It's still a very capable device, especially if you rip Raspbian off it
 
1 members found this post helpful.
Old 03-27-2018, 01:47 PM   #7
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,929

Rep: Reputation: 1076Reputation: 1076Reputation: 1076Reputation: 1076Reputation: 1076Reputation: 1076Reputation: 1076Reputation: 1076
Quote:
Originally Posted by OldHolborn View Post
Can't see why not - I've run Slackwarearm-14.2 on the 2B.

There's one way to find out if it works on the 3B+ - try it!
Will do!

Quote:
Originally Posted by OldHolborn View Post
Then there's the other side of that compatability coin... It's still no speed demon regarding the ethernet port.

It is faster, lots, it's a more efficient USB network device if you like, but it still sits on the one shared USB line.
So if I made my WAN port the onboard Ethernet port and a LAN port use the USB Ethernet NIC it should be faster for LAN operations. Or maybe the other way around. I've read some bench marking results about the 3 B+ and it seems like either way would yield a faster connection than my current 3 B. I will have to wait and see.

Quote:
Originally Posted by OldHolborn View Post
Wireless is faster apparently, I can't speak for that, don't use it.
The wireless speed wasn't the issue for me, since my LAN is just a 100 Mbps connection. Even if I was able to get the fastest wireless speeds, my WAN connection would still be a bottle neck. The range is the larger issue. The USB WLAN NIC has an antennae on it that boosts the signal range in my house.

Quote:
Originally Posted by OldHolborn View Post
Why retire the 1B+ ? It's still a very capable device, especially if you rip Raspbian off it
I would use it as a test bed for web applications probably, instead of running parts of my network. (print server, scanner service, and Slackware mirror). My usage of Raspbian and CentOS were a temporary lapse in judgement that I regret every day. Ha Ha.
 
Old 03-27-2018, 02:46 PM   #8
Penthux
Member
 
Registered: Dec 2008
Location: Middlesbrough, UK
Distribution: Slackware
Posts: 264

Rep: Reputation: 74
Quote:
Originally Posted by Desiderius View Post
Has someone already tested Slackware on the new RPI 3 B+ ?
Yes. I'm currently involved in running and testing Slackware ARM 14.2/current on the RPi3B+.

Quote:
Originally Posted by OldHolborn View Post
The sarpi installer image for Slackwarearm was updated within the last few days so hopefully includes the required changes for the 3B+

If not, use the kernel, initrd, config & cmdline.txt from sarpi but the boot firmware from the rpi firmware git
The latest SARPi images do support the RPi3B+.

Quote:
Originally Posted by mralk3 View Post
Is it necessary to run Slackware-current for the 3 B and 3 B+ to have support? I would prefer to run 14.2.
If you prefer to run Slackware 14.2 there's no reason why not. It's still very well supported and runs great on the RPi 3 [B+].
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Java on RPi slacker1337 Slackware - ARM 1 03-02-2016 11:10 AM
U-Boot for RPi (Need help) jayanidharmesh Linux - Embedded & Single-board computer 11 03-27-2015 12:46 PM
LXer: Mini-PC taps RPi Compute Module and supports RPi 2 LXer Syndicated Linux News 0 02-22-2015 03:03 PM
Are your RPi stable? ChrisAbela Linux - Embedded & Single-board computer 12 06-30-2014 12:25 PM

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

All times are GMT -5. The time now is 05:34 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