LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-26-2019, 10:02 AM   #61
anon129
LQ Newbie
 
Registered: May 2019
Distribution: Slackware
Posts: 2

Rep: Reputation: Disabled

It worked without a hitch! That was easier than I thought. Of course, I remembered to update the fstab too. Thank you so much sndwvs.
 
Old 05-26-2019, 10:05 AM   #62
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
yes about fstab thought and forgot, glad that everything works
 
Old 05-28-2019, 02:36 PM   #63
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
added a new mirror:

ftp://mirrors.slackware.bg/slarm64/
http://mirrors.slackware.bg/slarm64/
https://mirrors.slackware.bg/slarm64/
rsync://mirrors.slackware.bg/slarm64/

http://slackware.uk/slarm64/
https://slackware.uk/slarm64/
ftp://slackware.uk/slarm64/
rsync://slackware.uk/slarm64/ OR slackware.uk::slarm64/

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

Also, the modular series kde and x11 are built from the main script without any specific paths, and since the packages are listed in ChangeLog.txt
eg:
for where:
kde/k3b
for x11:
x/encodings
 
2 members found this post helpful.
Old 06-15-2019, 04:42 PM   #64
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
recompiled the entire system with dynamic linking to /lib64, updated rootfs.
 
1 members found this post helpful.
Old 06-16-2019, 01:28 PM   #65
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
support added to package manager slapt-get
 
Old 07-01-2019, 01:19 PM   #66
camgunz
LQ Newbie
 
Registered: Jul 2019
Posts: 1

Rep: Reputation: Disabled
Trouble adding initramfs

Hey; first thanks for all your work on this.

I've got a rockpro64, and I'd like to set my root device to be an SSD attached via the USB 3.0 port. I think to do that I need to add an initramfs that includes the usb_storage and uas modules, but no matter what I do I get "rootfs image is not initramfs". Can you give me a quick HOWTO (I'm pretty familiar w/ U-Boot and everything)? I could probably figure it out myself, but I'm strongly resisting breaking out the serial cable (and removing the case, and messing up the thermal paste, and having to buy more thermal paste, and blah blah blah).
 
1 members found this post helpful.
Old 07-01-2019, 01:36 PM   #67
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camgunz View Post
Hey; first thanks for all your work on this.

I've got a rockpro64, and I'd like to set my root device to be an SSD attached via the USB 3.0 port. I think to do that I need to add an initramfs that includes the usb_storage and uas modules, but no matter what I do I get "rootfs image is not initramfs". Can you give me a quick HOWTO (I'm pretty familiar w/ U-Boot and everything)? I could probably figure it out myself, but I'm strongly resisting breaking out the serial cable (and removing the case, and messing up the thermal paste, and having to buy more thermal paste, and blah blah blah).
I propose a simple approach:
kernel on sdcard with subsequent switching to usb ssd.
leave only the /boot directory on the sdcard
for this you just need to specify in /boot/uEnv.txt
rootfstype=ext4
rootdev=/dev/sda1


i boot from nvme as root:
Code:
/dev/nvme0n1p1 on / type xfs (rw,noatime,nodiratime,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /dev/shm type tmpfs (rw)
shm on /dev/shm type tmpfs (rw)
/dev/mmcblk1p1 on /mnt/mmc type ext4 (rw,noatime,nodiratime,data=writeback,errors=remount-ro)
Yes, you do not need to get uas usb_storage wrapped in the initram
or build a kernel with these modules in the kernel

in order to use the initram you need to change to /boot/boot.cmd
booti ${kernel_addr_r} - ${fdt_addr_r}
on
booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}

added USB_STORAGE USB_UAS to the kernel

Last edited by sndwvs; 07-01-2019 at 01:59 PM.
 
1 members found this post helpful.
Old 08-12-2019, 10:47 AM   #69
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
libreoffice is now available for aarch64: libreoffice-6.3.0.4-aarch64-1mara.txz
depends:
fontforge-20190801-aarch64-1mara.txz
libuninameslist-20190701-aarch64-1mara.txz
build script
Attached Thumbnails
Click image for larger version

Name:	libreoffice_2019-08-12_18-41-26.png
Views:	66
Size:	136.2 KB
ID:	31110  

Last edited by sndwvs; 08-12-2019 at 11:14 AM.
 
1 members found this post helpful.
Old 08-15-2019, 04:19 PM   #70
dreadbit
LQ Newbie
 
Registered: Aug 2016
Distribution: Slackware, void
Posts: 27

Rep: Reputation: Disabled
sndwvs , should I expect it will run at Pinebook1080?
Especially, I'm interested if the internal display works.
 
Old 08-16-2019, 12:12 PM   #71
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by dreadbit View Post
sndwvs , should I expect it will run at Pinebook1080?
Especially, I'm interested if the internal display works.
dreadbit,

This distribution works on any arm-v8 CPU.
To make money on Pinebook1080 (Allwinner A64), you need ayufan kernel or an official one, I have a given kernel, but under aarch64 it is not built. Аlso need a bootloader
 
Old 09-01-2019, 06:56 PM   #72
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Rep: Reputation: Disabled
slarm64 (aarch64 unofficial slackware)

Are there a lot of performance gains by using the 64bit version then the 32bit one?
 
Old 09-02-2019, 10:03 AM   #73
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
good question, in this vein I have not tested.
 
Old 09-02-2019, 10:55 AM   #74
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Rep: Reputation: Disabled
slarm64 (aarch64 unofficial slackware)

I'm working on installing Sarpi64 on my Raspberry Pi3.
 
Old 09-03-2019, 01:50 PM   #75
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,407
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
I'm interested in your path since had no time yet to work with my new rpi4.
 
  


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
AArch64 kernel and modules to install Slackware ARM current on the RPi3 Exaga Slackware - ARM 27 02-07-2017 10:45 AM
LXer: ARM64/AArch64 Support Going Into Linux 3.7 Kernel LXer Syndicated Linux News 0 10-02-2012 06:20 AM

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

All times are GMT -5. The time now is 01:04 PM.

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