Skip to content

rern/rern.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 3, 2025
d3d6bd0 · Mar 3, 2025
Dec 14, 2023
Feb 6, 2025
Feb 3, 2024
Mar 3, 2025
Jan 10, 2025
Mar 3, 2025
Jun 19, 2023
Aug 17, 2023
Oct 17, 2017
Oct 16, 2022
Sep 25, 2017
May 4, 2017
Mar 6, 2021
Jan 31, 2025
Jun 30, 2020
Mar 3, 2025
Jan 31, 2025
Mar 3, 2025
Jun 30, 2023
Aug 22, 2023
Jan 19, 2022
Jun 27, 2023
Jan 11, 2022
Apr 9, 2023
Mar 10, 2024
Jun 25, 2023
Dec 24, 2021
Mar 10, 2024
Feb 13, 2025
Apr 13, 2021
Nov 29, 2023
May 17, 2024

Repository files navigation

+R repo: rern.github.io

Build packages (on rAudio):

bash <( curl -L https://github.com/rern/rern.github.io/raw/main/package.sh )
  • Build
  • Update repo
  • AUR setup
  • Create regdomcodes.json
  • Create guide.tar.xz
  • RPi Zero, 1 - update firmware:
    • firmware-raspberrypi linux-firmware raspberrypi-bootloader
  • Might need swap partition
    • RPi Zero, 1: gcc, python-upnpp, snapcast, upmpdcli
    • RPI 2, 3: snapcast
    • on PC
      • Gparted > Resize > Create 4GB linux-swap partition
      • fstab:
        fstab=/run/media/x/ROOT/etc/fstab
        swap=$( sed -n '1 {s/01 .* vfat/03  swap   swap/; p}' $fstab )
        echo "$swap" >> $fstab

Arch Linux Arm Repo:

Arch Linux Arm Sources:

  • PKGBUILD - https://github.com/archlinuxarm/PKGBUILDs
  • Obsolete ARMv6
    • /etc/pacman.d/mirrorlist:
       # updated packages for arch 'any' (armv6h will not be available)
       Server = http://mirror.archlinuxarm.org/armv7h/$repo
      
       # archive - mirror.archlinuxarm.org must be commented/removed
       Server = http://alaa.ad24.cz/repos/2022/02/06/$arch/$repo
    • Alternative archive: http://tardis.tiny-vps.com/aarm/repos/2022/01/08/armv6h
    • To compile with PKGBUILD from last available in GitHub history.
    • Kernel and firmware
      • firmware-raspberrypi - any
      • linux-firmware - any
      • linux-firmware-whence - any
      • linux-rpi-legacy - armv6h
      • raspberrypi-bootloader - any

Cross compile:

Custom packages

JS plugins

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks