Skip to content

rern/rern.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: gcc, python-upnpp, snapcast, upmpdcli; RPI <4: snapcast) - on PC
    • Gparted > Resize > Create 4GB linux-swap partition
    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