LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - ARM (https://www.linuxquestions.org/questions/slackware-arm-108/)
-   -   Raspberry Pi 4 bcm2711 (aarch64) (https://www.linuxquestions.org/questions/slackware-arm-108/raspberry-pi-4-bcm2711-aarch64-4175675454/)

wowbaggerHU 06-27-2020 09:43 AM

Quote:

Originally Posted by sndwvs (Post 6138443)
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.)

sndwvs 06-27-2020 11:49 AM

Quote:

Originally Posted by wowbaggerHU (Post 6138582)
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

sndwvs 06-27-2020 06:47 PM

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.

sndwvs 06-28-2020 01:14 PM

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


sndwvs 08-29-2020 12:36 AM

update
slarm64-current-aarch64-base-rootfs-20200628-5.8.2-raspberry_pi_4-build-20200829.img.zst
slarm64-current-aarch64-base-rootfs-20200628-5.8.2-raspberry_pi_4-build-20200829.img.zst.md5
slarm64-current-aarch64-xfce-rootfs-20200628-5.8.2-raspberry_pi_4-build-20200829.img.zst
slarm64-current-aarch64-xfce-rootfs-20200628-5.8.2-raspberry_pi_4-build-20200829.img.zst.md5

sndwvs 09-25-2020 11:48 AM

update raspberry pi firmware:

rpi-eeprom-r249.1a099a5-aarch64-1mara.txz
rpi-userland-r806.f73fca0-aarch64-1mara.txz

sndwvs 09-26-2020 01:04 PM

update

slarm64-current-aarch64-base-rootfs-20200901-5.8.11-raspberry_pi_4-build-20200926.img.zst
slarm64-current-aarch64-base-rootfs-20200901-5.8.11-raspberry_pi_4-build-20200926.img.zst.md5
slarm64-current-aarch64-xfce-rootfs-20200901-5.8.11-raspberry_pi_4-build-20200926.img.zst
slarm64-current-aarch64-xfce-rootfs-20200901-5.8.11-raspberry_pi_4-build-20200926.img.zst.md5

sndwvs 10-17-2020 03:33 PM

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


sndwvs 10-18-2020 03:25 AM

update
slarm64-current-aarch64-base-rootfs-20201003-5.9.0-raspberry_pi_4-build-20201018.img.zst
slarm64-current-aarch64-base-rootfs-20201003-5.9.0-raspberry_pi_4-build-20201018.img.zst.md5
slarm64-current-aarch64-xfce-rootfs-20201003-5.9.0-raspberry_pi_4-build-20201018.img.zst
slarm64-current-aarch64-xfce-rootfs-20201003-5.9.0-raspberry_pi_4-build-20201018.img.zst.md5

sndwvs 12-06-2020 12:25 PM

update
slarm64-current-aarch64-base-rootfs-20201115-5.9.12-raspberry_pi_4-build-20201206.img.zst
slarm64-current-aarch64-base-rootfs-20201115-5.9.12-raspberry_pi_4-build-20201206.img.zst.sha256
slarm64-current-aarch64-xfce-rootfs-20201115-5.9.12-raspberry_pi_4-build-20201206.img.zst
slarm64-current-aarch64-xfce-rootfs-20201115-5.9.12-raspberry_pi_4-build-20201206.img.zst.sha256

sndwvs 12-22-2020 10:35 AM

update
slarm64-current-aarch64-base-rootfs-20201218-5.10.2-raspberry_pi_4-build-20201222.img.zst
slarm64-current-aarch64-base-rootfs-20201218-5.10.2-raspberry_pi_4-build-20201222.img.zst.sha256
slarm64-current-aarch64-xfce-rootfs-20201218-5.10.2-raspberry_pi_4-build-20201222.img.zst
slarm64-current-aarch64-xfce-rootfs-20201218-5.10.2-raspberry_pi_4-build-20201222.img.zst.sha256

sndwvs 12-28-2020 11:04 PM

update
added boot model 400 and cm4

slarm64-current-aarch64-base-raspberry_pi_4-5.10.3-build-20201228.img.zst
slarm64-current-aarch64-base-raspberry_pi_4-5.10.3-build-20201228.img.zst.sha256
slarm64-current-aarch64-xfce-raspberry_pi_4-5.10.3-build-20201228.img.zst
slarm64-current-aarch64-xfce-raspberry_pi_4-5.10.3-build-20201228.img.zst.sha256


slarm64-current-aarch64-base-raspberry_pi_4-5.10.3-build-20201229.img.zst
slarm64-current-aarch64-base-raspberry_pi_4-5.10.3-build-20201229.img.zst.sha256
slarm64-current-aarch64-xfce-raspberry_pi_4-5.10.3-build-20201229.img.zst
slarm64-current-aarch64-xfce-raspberry_pi_4-5.10.3-build-20201229.img.zst.sha256

sndwvs 01-13-2021 02:21 AM

update kernel 5.10.6

sndwvs 01-24-2021 02:22 PM

1 Attachment(s)
update kernel 5.10.9

new drivers for wifi realtek were added to the kernel, the desktop was also replaced with enlightenment.

slarm64-current-aarch64-base-raspberry_pi_4-5.10.9-build-20210124.img.zst
slarm64-current-aarch64-base-raspberry_pi_4-5.10.9-build-20210124.img.zst.sha256
slarm64-current-aarch64-enlightenment-raspberry_pi_4-5.10.9-build-20210124.img.zst
slarm64-current-aarch64-enlightenment-raspberry_pi_4-5.10.9-build-20210124.img.zst.sha256

glorsplitz 01-24-2021 07:22 PM

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

is mpv part of base install?


All times are GMT -5. The time now is 02:10 PM.