Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
YawgNetWiki
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Script/RPi-ArchInstall
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Packages and Tweaks== ===Aarch64=== ====RPi4==== Before unmounting the partitions, update /etc/fstab for the different SD block device compared to the Raspberry Pi 3: sed -i 's/mmcblk0/mmcblk1/g' root/etc/fstab Prefer i3 or XFCE, both seem to work best on SLIM pacman -Syu sudo git base-devel go xf86-video-fbturbo-git xf86-video-fbdev slim xorg openssh blueman i3 dmenu pacman -Syu sudo git base-devel go xf86-video-fbturbo-git xf86-video-fbdev slim xorg openssh blueman xfce4 xfce4-goodies Add the rest: <pre> read -p "enable autologin and default user" nano /etc/slim.conf systemctl enable slim systemctl enable sshd systemctl enable bluetooth echo "git clone https://aur.archlinux.org/yay.git cd yay makepkg -si echo 'exec i3' > ~/.xinitrc echo 'exec blueman-applet & exec firefox' >> ~/.config/i3/config " > /home/$user/yay.sh && chown $user /home/$user/yay.sh && chmod +x /home/$user/yay.sh echo "[Policy] AutoEnable=true" >> /etc/bluetooth/main.conf </pre> ====RPi3==== Same as Pi4 but use this for the user setup script instead for the Bluetooth modules <pre> echo "git clone https://aur.archlinux.org/yay.git cd yay makepkg -si yay -S pi-bluetooth # might be necessary on rpi2 image - hciattach-rpi3 echo 'exec startlxde' > ~/.xinitrc sudo echo 'btc_mode=1 btc_params8=0x4e20 btc_params1=0x7530' >> /usr/lib/firmware/updates/brcm/brcmfmac43430-sdio.txt sudo echo 'btc_mode=1 btc_params8=0x4e20 btc_params1=0x7530' >> /usr/lib/firmware/updates/brcm/brcmfmac43455-sdio.txt" > /home/$user/yay.sh && chown $user /home/$user/yay.sh && chmod +x /home/$user/yay.sh echo "[Policy] AutoEnable=true" >> /etc/bluetooth/main.conf </pre>
Summary:
Please note that all contributions to YawgNetWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
YawgNetWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Script/RPi-ArchInstall
(section)
Add topic