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 06-27-2020, 09:43 AM   #16
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Rep: Reputation: Disabled

Quote:
Originally Posted by sndwvs View Post
update kernel 5.7.6

enable audio:
Code:
echo "extraargs=coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1" >> /boot/uEnv.txt
echo -e "[all]\ndtparam=i2c_arm=on\ndtparam=spi=on\ndtparam=audio=on\n" >> /boor/config.txt
Could you please add the audio related config.txt changes to the RPi 3 image as well?
I'm glad to see that you made it work so fast, and that Xfce is also working great!

Does the firmware upgrade procedure for 'boot from USB' differ in any way in case Slarm64 when compared to Raspbian?

Eariler I had problems with WiFi on my RPi 3 and 4s too. Back then the solution was to take extract the Broadcom WLAN NIC firmware from Raspbian and install it in /lib/firmware. I believe the topics can still be found on this forum. (But of course it is perfectly possible that you are dealing with a totally different WiFi problem.)
 
Old 06-27-2020, 11:49 AM   #17
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by wowbaggerHU View Post
Could you please add the audio related config.txt changes to the RPi 3 image as well?
I'm glad to see that you made it work so fast, and that Xfce is also working great!

Does the firmware upgrade procedure for 'boot from USB' differ in any way in case Slarm64 when compared to Raspbian?

Eariler I had problems with WiFi on my RPi 3 and 4s too. Back then the solution was to take extract the Broadcom WLAN NIC firmware from Raspbian and install it in /lib/firmware. I believe the topics can still be found on this forum. (But of course it is perfectly possible that you are dealing with a totally different WiFi problem.)
  • Could you please add the audio related config.txt changes to the RPi 3 image as well?
I added for both boards.
  • Does the firmware upgrade procedure for 'boot from USB' differ in any way in case Slarm64 when compared to Raspbian?
test
Code:
rpi-eeprom-update
update
Code:
rpi-eeprom-update -a
  • Eariler I had problems with WiFi on my RPi 3 and 4s too. Back then the solution was to take extract the Broadcom WLAN NIC firmware from Raspbian and install it in /lib/firmware. I believe the topics can still be found on this forum. (But of course it is perfectly possible that you are dealing with a totally different WiFi problem.)
yes checked replacing the old blob
Firmware: BCM4345/6 wl0: Mar 1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4
new
Firmware: BCM4345/6 wl0: Mar 2 2020 23:30:41 version 7.45.202 (r724630 CY) FWID 01-72f6ece2

Last edited by sndwvs; 06-27-2020 at 01:56 PM.
 
Old 06-27-2020, 06:47 PM   #18
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
update kernel 5.7.6 v2

slarm64-current-aarch64-base-rootfs-20200528-5.7.6-raspberry_pi_4-build-20200628.img.zst
slarm64-current-aarch64-base-rootfs-20200528-5.7.6-raspberry_pi_4-build-20200628.img.zst.md5
slarm64-current-aarch64-xfce-rootfs-20200528-5.7.6-raspberry_pi_4-build-20200628.img.zst
slarm64-current-aarch64-xfce-rootfs-20200528-5.7.6-raspberry_pi_4-build-20200628.img.zst.md5

to use network-manager-applet
Code:
chmod +x /etc/rc.d/rc.networkmanager && reboot
after updating the boot files, new images are booting directly from USB-HDD without sdcard.

Last edited by sndwvs; 06-27-2020 at 10:02 PM.
 
Old 06-28-2020, 01:14 PM   #19
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
Added installation instructions for slarm64 on USB-SSD/HDD

Code:
installation on a USB-SSD/HDD
    Flash the image to USB-SSD/HDD:
        >> dd if=slarm64-current-*-base-rootfs-*-build-*.img of=/dev/sda bs=10M
            example : dd if=slarm64-current-*-xfce-rootfs-*-build-*.img of=/dev/sda bs=10M
        then edit 2 files in USB-SSD/HDD:
        >> mount /dev/sda2 /media
        >> mount /dev/sda1 /media/boot
        >> sed -i 's:mmcblk0p:sda:' /media/boot/uEnv.txt
        >> sed -i 's:mmcblk0p:sda:' /media/etc/fstab
 
Old 09-25-2020, 11:48 AM   #21
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
update raspberry pi firmware:

rpi-eeprom-r249.1a099a5-aarch64-1mara.txz
rpi-userland-r806.f73fca0-aarch64-1mara.txz
 
Old 10-17-2020, 03:33 PM   #23
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
added initialization of bluetooth at boot.

Code:
[    5.755256] Bluetooth: Core ver 2.22
[    5.755407] Bluetooth: HCI device and connection manager initialized
[    5.755421] Bluetooth: HCI socket layer initialized
[    5.755428] Bluetooth: L2CAP socket layer initialized
[    5.755444] Bluetooth: SCO socket layer initialized
[    5.791512] Bluetooth: HCI UART driver ver 2.3
[    5.791520] Bluetooth: HCI UART protocol H4 registered
[    5.791554] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    5.791698] Bluetooth: HCI UART protocol Broadcom registered
[   25.311165] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.311182] Bluetooth: BNEP filters: protocol multicast
[   25.311207] Bluetooth: BNEP socket layer initialized
[   51.657862] Bluetooth: RFCOMM TTY layer initialized
[   51.657901] Bluetooth: RFCOMM socket layer initialized
[   51.657926] Bluetooth: RFCOMM ver 1.11

Last edited by sndwvs; 10-18-2020 at 02:59 AM.
 
Old 01-13-2021, 02:21 AM   #28
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Original Poster
Rep: Reputation: Disabled
update kernel 5.10.6
 
Old 01-24-2021, 07:22 PM   #30
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
shot-1970-01-01_00-39-59.jpg, you didn't run ntp?

is mpv part of base install?
 
  


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
LXer: Raspberry Pi: Combine a Raspberry Pi with up to 4 Raspberry Pi Zeros for less than US$50 with the Cluster HAT LXer Syndicated Linux News 0 07-05-2019 12:03 PM
LXer: Ubuntu 13.04 Aims For 64-bit ARM Support (AArch64) LXer Syndicated Linux News 0 11-01-2012 04:10 AM
LXer: AArch64 Called For Merging To GCC Trunk LXer Syndicated Linux News 0 10-23-2012 05:42 PM
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 06:31 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