RaspArch Rpi4 Build 230908 :: Run Arch Linux with Enlightenment DE on your new Raspberry Pi 4 computer :: Install using Rufus 4.2, Win32 Disk Imager or Etcher in Windows!

rasparch-logoRaspArch Build 230908 especially for the “new” Raspberry Pi 4 released in May 2020
This version (230908) is especially made for the “new” Raspberry Pi 4, but it can of course also be used on a Raspberry Pi 3 Model B+, Raspberry Pi 3 Model B and Raspberry Pi 2 Model B.

RaspArch is a “remaster” of Arch Linux ARM. The original compressed system is of about 230 MB. When I added the Enlightenment 0.25.4 (latest version) Desktop Environment (DE), the LXDE DE, PulseAudio, Firefox, Yay, Gimp and NetworkManager the system size increased a lot. RaspArch is a “ready-to-go” ARM system. It must be installed on a Raspberry Pi 4, Raspberry Pi 3 Model B+, Raspberry Pi 3 Model B or Raspberry Pi 2 Model B computer. RaspArch Build 230908 replaces RaspArch Build 221202. Build 221202 had only the LXDE DE installed. I.e. not Enlightenment.

Most important change in version 230908: Use Rufus 4.2 to install RaspArch to the SD card
This version can be installed in Windows using Rufus 4.2, Win32 Disk Imager or Etcher. Previous versions could only be installed when running a Linux system. Using Rufus or Win32 Disk Imager has one disadvantage though. Only about 1GB can be used as data storage no matter which card you use. The system is of 7GB and the system partition of 8GB. If you use a card of 128GB about 121GB will be unused. A few months ago a member on this site wrote about how to get rid of the 7GB limit after Rufus, Win32 Disk Imager or Etcher has been used:
– write the image with Rufus 4.2
– start up Ubuntu or another Linux system – you can also use a Linux Live CD/USB stick
– start GParted – screenshot before resizing
screenshot during resizing
– resize the DATA (/dev/sdb2 ext4) partition – screenshot after resizing
– done!
This screenshot shows that RaspArch now has about 113GB free storage. NOTE (very important): You should do the resizing directly after you have transferred the image to your SD card. That is if you don’t think that 1GB (8GB – 7GB) is enough for new installations etc.

Writing the image using Rufus 4.2. See the screenshot below.

UPGRADE RaspArch
If you have downloaded and installed one of my previous versions of RaspArch before you can still use the Micro SD Card with RaspArch on the new Raspberry Pi 4 after a full upgrade of the system. Commands: pacman -Sy followed by pacman -Syu. Most important the old kernel will automatically be replaced by kernel 6.1.47-1-rpi-ARCH.
NOTE: After such an upgrade LightDM Display Manager will be unusable (for some unknown reason). Therefore you should uninstall LightDM and replace it with SLiM.
Commands: sudo pacman -R lightdm followed by sudo pacman -S slim. NOTE: This is already done in RaspArch Build 230908. I.e. SLiM is used as Login Manager.

NEWS in RaspArch Build 230908
A new kernel – 6.1.47-1-rpi-ARCH. All included packages have been updated to the latest version as of 230908. I’ve also replaced Yaourt with Yay – Yet Another Yogurt – An AUR Helper Written in Go. I came to know that Yaourt is dead. I.e. Yaourt is not being developed anymore. I have also installed PulseAudio. I’ve replaced the LightDM Display Manager with SLiM. Finally the sound works very well in RaspArch. Nice if you like YouTube. I’ve also replaced Wicd with NetworkManager. It works better. NOTE: To be able to install Yay I had to install a lot of development tools. When logged in as the normal user archpi you will enjoy the Enlightenment DE. When logged in as root you will enter the LXDE DE from SLiM. The password for archpi is raspberry. The password for root is root.

What is Raspberry Pi?
The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or TV, and uses a standard keyboard and mouse. It is a capable little device that enables people of all ages to explore computing, and to learn how to program in languages like Scratch and Python. It’s capable of doing everything you’d expect a desktop computer to do, from browsing the internet and playing high-definition video, to making spreadsheets, word-processing, and playing games.
Read more about Raspberry Pi…

The Raspberry Pi 4 made in May 2020. It has:

– 2x USB 3.0 ports
– 2x USB 2.0 ports
– Gigabit Ethernet
– Power-over-Ethernet (this will require a PoE HAT)
– 40-pin GPIO header
– 2× micro-HDMI ports (up to 4Kp60 supported)
– H.265 (4Kp60 decode)
– H.264 (1080p60 decode, 1080p30 encode)
– OpenGL ES, 3.0 graphics
– DSI display port
– CSI camera port
– Combined 3.5mm analog audio and composite video jack
– Micro-SD card slot
– USB-C power
– 2GB, 4GB or 8GB RAM

Raspberry Pi 4: How much better is it than the Raspberry Pi 3 Model B+?

Raspberry Pi 3 Model 3 B: How much better is it than the Raspberry Pi 2? Raspberry Pi 3 is performing 10 times faster than that of the Pi 1 and around 50 percent better than that of the Pi 2 according to testers.

Raspberry Pi 3 Model 3 B+: How much better is it than the Raspberry Pi 3 Model B? The tiny computer is supposed to be faster and better in every way, including upgraded processor speed, wireless internet, and Ethernet connections.

More about RaspArch
When you have installed RaspArch to your Micro SD Card you can use the system like any other Arch Linux system. I.e. install new programs etc. Arch motto is KISS (Keep It Simple Stupid). RaspArch Build 230908 uses kernel 6.1.47-1-rpi-ARCH and the Enlightenment 0.25.4/LXDE Desktop environment.

Login and passwords
After the boot process is ready you will end up at SliM’s login page – see the screenshot below. Log in as the ordinary user archpi with password raspberry or as root with password root. While logged in as archpi you can use Sudo to become root. Example commands: sudo su and sudo pcmanfm. NOTE: You will enter the Enlightenment DE as archpi and the LXDE DE as root.

Program Management in Arch Linux
Arch Linux uses a proprietary system called Pacman. It is similar to that found in CRUX Linux. Read about Pacman.
You can also read all the documentation on Arch Linux. Seven commands are basically the only ones you need to use:
1) pacman -Sy (update the packages database)
2) pacman-key –refresh-keys
3) pacman -Sy archlinux-keyring
4) pacman -Syu (upgrading the whole system)
5) pacman -S MyUsefulProgram (the package installation command)
6) pacman -R UnnecessaryProgram (uninstall a package).
7) pacman -S –overwrite MyUsefulProgram (in case you get an error about “conflicting packages”)
8) pacman -Scc (clean pacman cache)
Very simple!
Note: You can also use Yay – see below.

Using Yay – Yet Another Yogurt – An AUR Helper
If you want to install certain special packages you can/must install Yay. Study this tutorial about how to install and use Yay – Yet Another Yogurt – An AUR Helper Written in Go. Note: Yay is pre-installed in RaspArch Build 230908. If you want to install new packages through Yay you’ll have to run the command su archpi before yay -S MyNeededProgram. If you’re not logged in as the ordinary user archpi. (You can’t run Yay as root). Watch a screenshot when I’m installing SMPlayer using Yay.

How do I install RaspArch?
Use Rufus 4.2, Win32 Disk Imager or Etcher – see above. Unzip the downloaded file rasparch-rpi4-exton-2930mb-230908.zip. You will get the image file rasparch-rpi4-exton-8000mb-230908.img which is the file you shall install to your micro SD card.

Different Micro SD Cards
For best performance you should use SD Cards of good quality. I can recommend Samsung MicroSD Pro Plus 32GB Class 10. Write speed up to 95 MB/s. Also SanDisk MicroSD Ultra 128GB Class 10. Write speed up to 100 MB/s. NOTE: If you can’t run RaspArch at all you should try with a new “better” card.

Wireless connections

Just use NetworkManager, add your password and connect.

Installing/using Samba

A way to reach your Windows computers in your home network is to install Samba. Command: pacman -S samba gvfs gvfs-smb sshfs
Then start Samba with the command systemctl start smb.service nmb.service
After that you can connect to your Windows computers via PCManFMwatch this screenshot. (My Raspberry Pi 4 running RaspArch is connected to one of my computers in my home network). NOTE: Samba is already installed and configured in RaspArch Build 230908. Just run the command sudo systemctl enable smb.service nmb.service. You may have to reboot your Rpi before you can use Samba.

Sound in RaspArch
In Build 230908 I’ve installed alsa-utils, PulseAudio and Pavucontrol. The sound works alright now. From Arch Linux for Raspberry Pi Wiki I learned this. If you want/need sound in RaspArch you should follow the instruction below. Run the following command: amixer cset numid=3 X
Where X corresponds to:
0 for Auto
1 for Analog out
2 for HDMIAdd the following lines to /boot/config.txt
dtparam=audio=on
and
audio_pwm_mode=2 (if you use the 3.5mm analogue output)

WHO should run Arch Linux/RaspArch?
My answer: The system fits the “advanced” Linux user/enthusiast, who would be willing to run an occasional command from time to time.

BENEFITS of Arch Linux/RaspArch
“Cutting Edge”-software and speed. A member on this site recently wrote this about RaspArch: I’ve used Slackware, Debian, Gentoo, Ubuntu & Arch. I prefer Arch. Ubuntu is easier to install, Arch is easier to keep up to date. You do not go through big, painful, changes every year instead you just update, once in a while, make changes if instructed. Arch has most of the benefits of Gentoo without the pain of recompiling _everything_. When you do need to build a package in Arch its painless especially if you use one of the tools that support AUR (I like Yay). Arch avoids the politics of Debian and Ubuntu and delivers a great Linux distribution. RaspArch now brings these advantages to the Pi 2.

Study all installed packages in RaspArch…

Known error in Build 230908
When you log in to the Enlightenment DE for the first time you will see an error message about Efreet – watch this screenshot. Run the command sudo chmod 777 .cache/efreet and the error will be gone the next time you enter Enlightenment.

SCREENSHOTS

Screenshot 1 of RaspArch’s Desktop
– logged in as archpi
Screenshot 2 of RaspArch’s Desktop – logged in as root
Screenshot 3 – Using Yay (while installing SMPlayer)
Screenshot 4 – Samba connection to a Windows computer
Screenshot 5 – showing that you can watch 4K videos using Firefox
Screenshot 6 – showing how to change wallpaper in Enlightenment

DOWNLOAD
This RaspArch version has been replaced by version 240302, which can run on a Raspberry Pi 5…

 


Follow me on Facebook…

Read about my Android-x86 Systems – 11, 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 11 (with GAPPS), AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Android 13, 12, 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 13 and 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1 (also with GAPPS)!
This entry was posted in Exton Linux, RaspArch and tagged , , , , , , , , . Bookmark the permalink.

Leave a Reply