Category Archives: Raspberry Pi systems

RaspAnd 10 (Android 10) for Raspberry Pi 4 – Build 200814 – with Firefox, Spotify, Clash of Clans, SkyTube, Aptoide App Manager and F-Droid

RaspAnd 10 for Raspberry Pi 4, Pi 3 B and Pi 3 B+ :: Build 200814 :: with Firefox, Spotify, Clash of Clans, SkyTube, Aptoide App Manager “Independent Android App Store”) and F-Droid – “Free and Open Source Android App Repository”

NEWS 200814
I’ve made a new extra version of RaspAnd 10 with some extra apps pre-installed.

ABOUT RaspAnd 10 – Build 200809 and 200814
RaspAnd 10 runs very well on a Raspberry Pi 4, 3 Model B and 3 Model B+. I.e. the system is pretty responsive if you use a micro SD card of good quality. RaspAnd 10 has the following apps pre-installed: Firefox, Spotify, Aptoide App Manager, F-Droid, Aida64 and ES File Explorer. Unfortunately not Google Play Store, but Aptoide and F-Droid work as good replacements for it. NOTE 200814: In RaspAnd 10 Build 200814 I’ve added the following apps: Lucid Launcher, Clash of Clans (still very popular), App Manager, SkyTube (An open-source YouTube app for Android) and jQuarks (LineageOS Jelly Browser with ads blocker).

NEW SCREENSHOTS
1. The Desktop after first boot if Lucid Launcher (pre-installed) is used
2. The Desktop when a wallpaper is used

READ MORE…

RaspAnd 10 (Android 10) for Raspberry Pi 4 – Build 200809 – with Firefox, Spotify, Aptoide App Manager and F-Droid

RaspAnd 10 for Raspberry Pi 4, Pi 3 B and Pi 3 B+ :: Build 200809 :: with Firefox, Spotify, Aptoide App Manager “Independent Android App Store”) and F-Droid – “Free and Open Source Android App Repository”

About Raspberry Pi 4
This build (RaspAnd 10 200809) works very well on the new Raspberry Pi 4. I used the latest model with 8GB RAM, but you can of course use the other models too.

ABOUT RaspAnd 10 – Build 200809
RaspAnd 10 runs very well on a Raspberry Pi 4, 3 Model B and 3 Model B+. I.e. the system is pretty responsive if you use a micro SD card of good quality. RaspAnd 10 has the following apps pre-installed: Firefox, Spotify, Aptoide App Manager, F-Droid, Aida64 and ES File Explorer. Unfortunately not Google Play Store, but Aptoide and F-Droid work as good replacements for it.

About different launchers
If you install Lucid Launcher via Aptoide App Manager you can change wallpaper to whatever you want. Watch a screenshot when Lucid Launcher is used…

Compatibility :: August 2020
Unfortunately not all systems made for Raspberry Pi 3 and 2 will run on the new Raspberry Pi 4 computer. They need to be upgraded with a new kernel. I therefore have to upgrade the systems I distribute. I.e. RaspEX, RaspEX with OpenCPN, exGENT, RaspEX BunsenLabs, RaspEX Kodi, RaspAnd Marshmallow, RaspAnd Nougat 7.1.2, RaspAnd Oreo 8.1, RaspAnd Pie, EXTON OpSuS Rpi, FedEX Rpi3 and RaspArch. I have until now (200809) only upgraded RaspAnd 10, RaspEX, RaspEX Kodi, RaspArch, exGENT and RaspEX with OpenCPN. Read about the new Raspberry Pi 4.

SCREENSHOTS
1. The Desktop with Clash of Clans and Angry Birds installed
2. Using Aptoide App Manager
3. Running Spotify
4. WiFi Settings – (WiFi works very well)
5. Aida64 running showing the system info
6. YouTube running in Firefox
7. Clash of Clans running (installed via Aptoide)
8. Angry Birds running (installed via Aptoide)
9. ES File Explorer running showing that the card of 64GB is fully used

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se
– latest is RaspAnd 10 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

RaspEX Kodi 64-bit for Rpi4, Rpi3 and Rpi2 with the LXDE Desktop and Kodi 18.7 Media Center “Leia” based on upcoming Debian 11 “Bullseye” and Raspberry Pi OS (previously called Raspbian) – Build 200726

ABOUT RaspEX Kodi 64-bit
RaspEX Kodi Build 200713 (32-bit) and 200726 (64-bit) with LXDE/Kodi Desktops can be downloaded from SourceForge.net for free. The system is made especially for the new Raspberry Pi 4 (8GB, 4GB and 2GB). RaspEX Kodi is based on Debian 11 Bullseye respectively Debian 10 Buster, Raspberry Pi OS (previously called Raspbian) and Kodi Media Center. In RaspEX Kodi I’ve added the LXDE Desktop with many useful applications such as VLC Media Player and NetworkManager. Makes it easy to configure your wireless network. I’ve also upgraded Kodi to version 18.7 Leia, which makes it possible to include useful addons such as Netflix and Amazon Video. Which I’ve done in Build 200713. Study all included packages in RaspEX Kodi Build 200713 respectively Build 200726.

NOTE: Build 200726 (64-bit) is missing the Netflix and YouTube add-ons. You can (possibly) install them yourself. Without the YouTube add-on many other add-ons can’t run. Read about how to create and setup your YouTube API Key, ID and Secret for Kodi.

Passwords
pi/raspberry and root/root

Boot problems as regards RaspEX Kodi Build 200726

If you can’t boot up the system after installing to the SD card using Rufus 3.11 in Windows it’s because the files /boot/cmdline.txt and /etc/fstab has the wrong content. I.e. the PARTUUID for the card is wrong. Then you’ll have to edit said files. Do it like this.
1. Start up a Linux system (Ubuntu or…).
2. Insert your SD card with RaspEX Kodi installed. It will be seen as /dev/sdb1 (boot partition) and /dev/sdb2 (root filesystem).
3. To find out the correct PARTUUID for /dev/sdb1 and /dev/sdb2 run the command blkid /dev/sdb1 respectively blkid /dev/sdb2
4. Now change to the correct PARTUUID in /boot/cmdline.txt and /etc/fstab on the SD card. Use Leafpad or Mousepad for that. Never LibreOffice writer!

The file cmdline.txt can look like this:
console=serial0,115200 console=tty1 root=PARTUUID=347a28ab-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles

The file fstab can look like this:
proc /proc proc defaults 0 0
PARTUUID=347a28ab-01 /boot vfat defaults 0 2
PARTUUID=347a28ab-02 / ext4 defaults,noatime 0 1
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that

Expand the filesystem on the SD card
If you install many new big programs and/or download large files (for example videos) you may run out of space on the SD card. That is best fixed by running the following command: sudo raspi-config. Click on “Advanced Options” and choose A1 Expand Filesystem.
NOTE: That’s all you have to do. Just wait for the script to fix everything. If you use a SD card of 32 GB all the space on it will be used afterwards. Watch a screenshot when raspi-config is running.

SCREENSHOTS
1. The LXDE Desktop logged in as the ordinary user pi in Build 200726
2. The LXDE Desktop logged in as root (super admin) in Build 200726
3. Kodi system info re. Build 200726
4. Error message when trying to run the YouTube add-on in Build 200726
5. Running Kodi in Build 200726

READ MORE or Download the new RaspEX Kodi 64-bit version right now…

 

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at

raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

RaspEX Kodi for Rpi4, Rpi3 and Rpi2 with LXDE Desktop and Kodi 18.7 Media Center “Leia” with Netflix, YouTube, Plex and Amazon Video addons – Build 200713

ABOUT RaspEX Kodi
RaspEX Kodi Build 200713 with LXDE/Kodi Desktops
The image can be downloaded from SourceForge.net for free. The system is made especially for the new Raspberry Pi 4 (8GB, 4GB and 2GB). RaspEX Kodi is based on Debian 10 Buster, Raspberry Pi OS (previously called Raspbian) and Kodi Media Center. In RaspEX Kodi I’ve added the LXDE Desktop with many useful applications such as VLC Media Player and NetworkManager. Makes it easy to configure your wireless network. I’ve also upgraded Kodi to version 18.7 Leia, which makes it possible to include useful addons such as Netflix and Amazon Video. Which I’ve done. Study all included packages in RaspEX Kodi.

Replacements
My first version of RaspEX Kodi from 190124 was a replacement for RaspEX Kodi with OSMC, which was released 190117. Sam Nazarko (founder of OSMC) contacted me 190118 claiming that I was “violating” his rights to the trademark OSMC and the rules in GPLv2. I don’t think I did, but I’m also very tired. Therefore I made a new version (190124) of RaspEX Kodi without any traces of OSMC. I would say that version 190124, 190321, 190803, 191117, 200210 and 200713 are as good as the old one from 190117. I.e. excellent video and sound performance both in Kodi and LXDE. For version 190124 I charged 9 $. This new version (200713) can be downloaded for free from SourceForge.net. People should not refrain from downloading RaspEX Kodi because of the money issue. I want all Linux and Raspberry Pi enthusiasts to enjoy the system. It runs very well on a the new Raspberry Pi 4. I.e. fast and responsive. Especially on the Raspberry Pi 4 with 4GB or 8GB RAM – released May 2020 (8GB). RaspEX Kodi Build 200713 can also run on Raspberry Pi 3 Model B, Raspberry 3 Model B+ and Raspberry Pi 2 Model B. I’ve included an extra kernel for that. The system will automatically determine which Raspberry Pi you are using and load the correct kernel.

More about RaspEX Kodi
Running RaspEX Kodi you will immediately end up in X and LXDE as the ordinary user pi. After the first boot you shall use NetworkManager for configuring your network connection. Just click on the network icon in the upper right panel and chose your wireless network. Watch this screenshot. The big difference between Raspberry Pi OS and RaspEX Kodi is that Kodi 18.7 Leia is pre-installed in RaspEX Kodi together with some really useful addons (Netflix, YouTube and Amazon Video). Those addons need Widevine to run. While you are logged in to the LXDE Desktop you can use Synaptic Package Manager to install all extra packages you may need. Since RaspEX Kodi is based on Raspberry Pi OS/Debian you’ll have about 30000 packages to chose between. When logged in as pi you can use Sudo to become root. Examples: sudo su and sudo pcmanfm. While logged in to the LXDE Desktop you can (of course) go on to Kodi directly. Just open Kodi like any other program. NOTE1:The latest stable version of Kodi is 18.7. If you have downloaded and installed any of my previous versions of RaspEX with Kodi 18.5 it is not necessary to reinstall RaspEX Kodi. Just use Synaptic and upgrade to Kodi 18.7. This change of Kodi version won’t effect your Kodi settings. They are stored in /home/pi/.kodi. NOTE2: You cannot run Kodi as root.

Used kernels
1) 5.7.7-exton-v7l+ (for Rpi4)
2) 4.19.102-v7+ (for Rpi3 and Rpi2)
The system will automatically determine which Raspberry Pi you are using and load the correct kernel.

SCREENSHOTS
1. Running Kodi
2. The LXDE Desktop logged in as the ordinary user pi
3. Netflix running showing very good video quality
4. YouTube running showing very good video quality
5. Choosing program addons in Kodi
6. The LXDE Desktop logged in as root (super admin)
7. Kodi system info
8. VLC running showing very good video quality
9. Samba connection with a Windows computer
10. Screenshot about how to configure HDMI sound in Kodi

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at

raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

About Raspup Buster for Raspberry Pi 1, Raspberry Pi Zero, Raspberry Pi 2, Raspberry Pi 3 and Raspberry Pi 4 – all from the one download – test 200514

My test of Raspup Buster 8.2 built from the Woof-CE build system originally developed by Barry Kauler, the creator of Puppy Linux

Raspup supports Raspberry Pi 1, Raspberry Pi Zero, Raspberry Pi 2, Raspberry Pi 3 and Raspberry Pi 4 all from the one download.

Raspup’s features
– pTheme global theme manager designed by zigbert(AKA Sigmund Berglund)

– JWM-2.3.6 window manager from Joe Wing and Rox Filer updated by @woodenshoe-wi
– Run internet apps as unprivileged user “spot”, see Menu > System > Login and Security Manager and click the “Help” button.
– shinobar’s on the fly SFS loading and unloading – updated version
– Well stocked package manager (PPM) with access to Raspbian repositories
– SFS Manager for extra large packages including LibreOffice, browsers, full development environment (compilers, headers and assemblers) and kernel sources plus more.
– A great suite of programs included by default including but not limited to, web browser (Midori), word processor (Abiword), spread sheet (Gnumeric), email client (Sylpheed), chat client (irrsi), image editor (mtpaint), video player (mplayer), audio/video processor (ffmpeg), music player (pMusic), audio editor (mhwaveedit), text editor (geany, nano, leafpad), ftp file transfer (gftp), file sharing clients and servers (ftp, samba), games, printing (cups) and even more!
– Amazing size at ~375MB, which includes 3 kernels to support the different Pi versions.

My test results
I ran Raspup on a Raspberry Pi 4. I installed Raspup to a SD class 10 card using Rufus 3.10 in Windows. According to my experience Rufus is the best (most reliable) image writing program there is out there. I.e. other programs may not make the card bootable. Raspup works very well (as expected). Like Puppy Linux Raspup runs from RAM. So it is quite fast. When rebooting or power off the system you will be asked to save your system changes. Do that and be sure to change boot options so that Raspup will acknowledge your system changes. Watch this screenshot. As you can see my save space is called raspupsave-puppex. Raspup is compatible with Debian Buster (Debian 10). New packages are easily installed with Raspup’s Package Manager. Watch this screenshot. Be sure to update the repositories before you try to install anything.

Screenshots
1. Changing boot options
2. Using Raspup’s Package Manager
3. Running Firefox and YouTube

READ MORE about Raspup…

About PuppEX Bionic 64
You may also be interested in my remix of Puppy Linux BionicPup64. It’s compatible with Ubuntu Bionic (Ubuntu 18.04 LTS).

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at

raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

exGENT (Gentoo) Rpi4 for Raspberry Pi 4 with LXDE, NetworkManager, Gimp, SMPlayer, Vivaldi Browser and kernel 4.19.113-exton-v8 :: Build 200410

ABOUT exGENT Rpi4
I’ve built a Gentoo system for Raspberry Pi 4. Just for fun, but it took me four days to compile everything from “scratch”. Six days if I include failed attempts to install Firefox and Chromium. exGENT Rpi4 is a full Gentoo/Linux Desktop system with LXDE (an extremely fast-performing and energy-saving desktop environment). Study all other included packages in exGENT Rpi4. The most important apps are NetworkManager, Gimp (photo editor), SMPlayer and the Vivaldi Browser –
From the creators of Opera, a browser that is fast, but also a browser that is rich in functionality, highly flexible and puts the user first.

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

Compatibility :: April 2020
Unfortunately not all systems made for Raspberry Pi 3 and 2 will run on the new Raspberry Pi 4 computer. They need to be upgraded with a new kernel. I therefore have to upgrade the systems I distribute. I.e. RaspEX, RaspEX with OpenCPN, RaspEX Kodi, RaspAnd Marshmallow, RaspAnd Nougat 7.1.2, RaspAnd Oreo 8.1, RaspAnd Pie, EXTON OpSuS Rpi, FedEX Rpi3, exGENT Rpi4 and RaspArch. I have until now (200410) only upgraded RaspEX, RaspEX Kodi, RaspArch, exGENT Rpi4 and RaspEX with OpenCPN. Read about the new Raspberry Pi 4.

KERNEL
Kernel 4.19.113-exton-v8 is used.

SCREENSHOTS

Running Vivaldi and YouTube in exGENT Rpi4
Running SMPlayer in exGENT Rpi4

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at

raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

The very best OS for Raspberry Pi 4/3/2 – genpi64 :: gentoo-on-rpi-64bit

Yesterday I was thinking of building a Raspberry Pi OS based on Gentoo with all common Gentoo/Linux packages included. Only to find that this is already done! A girl called sakaki (unscary Gentoo girl) is behind genpi64 (gentoo-on-rpi-64bit). It’s a bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 4.19, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost.

genpi64 performance
The system works so good that it’s hard to believe at first. After all Gentoo is a quite complicated Linux system. Some say it’s extremely difficult. If you think so I’m certain you will change your mind when you have tried genpi64! Everything works out of the box. The system also runs very fast if you use a Raspberry Pi 4. Your SD card will be resized automatically after first boot.

Study all included packages in genpi64…

Screenshot of the Desktop (after some customizing).

READ MORE about genpi64…

RaspEX Rpi4 based on upcoming Ubuntu 20.04 “Focal Fossa” with LXDE, kernel 4.19.108-exton-v7l+, Raspotify, RealVNC, PuTTy, Samba and Bluetooth – Build 200324

NEWS 200324 ABOUT RaspEX
In RaspEX Build 200321 Bluetooth can’t be used without a Bluetooth dongle. Now I’ve added a script, which load the Bluetooth daemon at boot. I therefore had to upload a new version of RaspEX today. Bluetooth works very well in today’s version. Watch this screenshot.

NEWS 200321 about RaspEX with LXDE based on (upcoming) Ubuntu 20.04 Focal Fossa. Works on the new Raspberry Pi 4
I have upgraded the whole system and replaced the old kernel 4.19.63-exton-v7l+ with kernel 4.19.108-exton-v7l+. RaspEX Build 200321 is a Linux ARM system for Raspberry Pi 4, 3 Model B, 3 Model B+ and Raspberry Pi 2. It is based on Debian, Ubuntu 20.04 LTS and Linaro (Open Source software for ARM SoCs). Both Firefox and Midori Private Browser are pre-installed. I have also installed Samba and RealVNC so you can connect to your Windows computers in your Home Network and/or control RaspEX on your Raspberry Pi 4, Pi 3 or Pi 2 from your Windows computers with VNC Viewer and/or PuTTY (Telnet and SSH client). Furthermore some extra Network Tools, SMTube (YouTube browser which allows to browse, search and play YouTube videos), PulseAudio for better sound in YouTube and RaspotifyRaspotify is a Spotify Connect client for Raspbian on the Raspberry Pi that just works. Study all installed packages in RaspEX Build 200321. NOTE: Ubuntu 20.04 LTS will be supported until April 25, 2025!

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

Compatibility :: March 2020
Unfortunately not all systems made for Raspberry Pi 3 and 2 will run on the new Raspberry Pi 4 computer. They need to be upgraded with a new kernel. I therefore have to upgrade the systems I distribute. I.e. RaspEX, RaspEX with OpenCPN, RaspEX Kodi, RaspAnd Marshmallow, RaspAnd Nougat 7.1.2, RaspAnd Oreo 8.1, RaspAnd Pie, EXTON OpSuS Rpi, FedEX Rpi3 and RaspArch. I have until now (200321) only upgraded RaspEX, RaspEX Kodi, RaspArch and RaspEX with OpenCPN. Read about the new Raspberry Pi 4.

View all installed packages in RaspEX – Build 200321

THE IMPORTANCE of RaspEX LXDE now being based on Ubuntu 20.04 Focal Fossa (UNSTABLE/DEVELOPMENT)

I don’t think it is too important since RaspEX doesn’t use complicated Desktop Environments like KDE, Gnome or Unity. Programs won’t crash or anything like that. And I haven’t discovered any bugs to report. Just upgrade your RaspEX installation regularly and you won’t have any problems. I think.

Why shall I use RaspEX?
Eight Operating Systems are recommended by Raspberrypi.org. Among them Noobs, Raspbian (Debian Buster) and Snappy Ubuntu Core. RaspEX is faster (“fast as lightning”), more useful and more fun to use. (In my opinion). One member at this site thought that running RaspEX (for Raspberry Pi 2 Model B) was like running Raspberry Pi on “steroids“. If you use the new Raspberry Pi 4 RaspEX will run even faster!

SCREENSHOTS
Screenshot 1 – raspex’s Desktop 200321
Screenshot 2 – root’s Desktop 200321
Screenshot 3 – running YouTube in Firefox
Screenshot 4 – RaspEX connected to Windows via Samba
Screenshot 5 – RaspEX connected to Windows via PuTTy
Screenshot 6 – RaspEX “running on” Windows with VNC-viewer
Screenshot 7 – RaspEX using Pavucontrol (for sound control)
Screenshot 8 – RaspEX running SMPlayer
Screenshot 9 – RaspEX running the Bluetooth Manager
Screenshot 10 – RaspEX running Raspotify
Screenshot 11 – Resizing system (SD card)

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

 

RaspArch Rpi4 Build 200304 :: Run Arch Linux on your new Raspberry Pi 4 computer :: Install using Rufus 3.9, Win32 Disk Imager or Etcher in Windows!

RaspArch Build 200304 especially for the new Raspberry Pi 4 released 190624
This version (200304) 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. After I have added the LXDE Desktop environment, PulseAudio, Samba, Firefox, Yaourt and NetworkManager the system has 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.

NEWS in RaspArch Build 200304
A new kernel – 4.19.106-1-ARCH. All included packages have been updated to the latest version as of 200304. I have added support for Yaourt – a Pacman Fronted. I have also installed PulseAudio. Finally the sound works very well in RaspArch. Nice if you like YouTube. I’ve also replaced Wicd with NetworkManager. It works better. Note1: To be able to install Yaourt I had to install a lot of development tools. Note2: Some people say that Yaourt is outdated. It should be replaced by Yay – yet another Yaourt.

Compatibility :: March 2020
Unfortunately not all systems made for Raspberry Pi 3 and 2 will run on the new Raspberry Pi 4 computer. They need to be upgraded with a new kernel. I therefore have to upgrade the systems I distribute. I.e. RaspEX, RaspEX with OpenCPN, RaspEX BunsenLabs, RaspEX Kodi, RaspAnd Marshmallow, RaspAnd Nougat 7.1.2, RaspAnd Oreo 8.1, RaspAnd Pie, EXTON OpSuS Rpi, FedEX Rpi3 and RaspArch. I have until now (200304) only upgraded RaspEX, RaspEX Kodi, RaspArch and RaspEX with OpenCPN. Read about the new Raspberry Pi 4.

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.

SCREENSHOTS
Screenshot 1 of RaspArch’s Desktop – logged in as archpi
Screenshot 2 of RaspArch’s Desktop – YouTube running
Screenshot 3 – Yaourt running (while installing Geany)
Screenshot 4 of RaspArch’s Desktop – logged in as root
Screenshot 5 – Samba connection to a Windows computer
Screenshot 6 – some system INFO when running RaspArch
Screenshot 7 – showing that you can watch 4K videos using Firefox

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

RaspEX Kodi for Rpi4, Rpi3 and Rpi2 with LXDE Desktop and Kodi 18.5 Media Center “Leia” with Netflix, YouTube, Plex and Amazon Video addons – Build 200210

ABOUT RaspEX Kodi
RaspEX Kodi Build 200210 with LXDE/Kodi Desktops can be downloaded from SourceForge.net for free.
The system is made especially for the new Raspberry Pi 4. RaspEX Kodi is based on Debian 10 Buster, Raspbian and Kodi Media Center. In RaspEX Kodi I’ve added the LXDE Desktop with many useful applications such as VLC Media Player and NetworkManager. Makes it easy to configure your wireless network. I’ve also upgraded Kodi to version 18.5 Leia, which makes it possible to include useful addons such as Netflix and Amazon Video. Which I’ve done. Study all included packages in RaspEX Kodi.

Performance
It runs very well on a the new Raspberry Pi 4. I.e. fast and responsive. Especially on the Raspberry Pi 4 with 4GB RAM – released June 24, 2019. RaspEX Kodi Build 200206 can also run on Raspberry Pi 3 Model B, Raspberry 3 Model B+ and Raspberry Pi 2 Model B. I’ve included an extra kernel for that. The system will automatically determine which Raspberry Pi you are using and load the correct kernel.

Used kernels
1) 4.19.102-exton-v7l+ (for Rpi4)
2) 4.19.102-raspex-v7+ (for Rpi3 and Rpi2)
The system will automatically determine which Raspberry Pi you are using and load the correct kernel.

How do I install RaspEX Kodi in Windows?
Just like any other Raspberry Pi system. I.e.: Unpack the downloaded ZIP file (raspex-rpi4-kodi18.5-lxde-netflix-plex-amazon-video-2460mb-200210.zip) and transfer the IMAGE file (raspex-rpi4-kodi18.5-lxde-netflix-plex-amazon-video-6400mb-200210.img) to your Micro SD card of at least 8GB. For that you shall use Rufus 3.8 in Windows.

Install/experiment with extra Kodi Builds in RaspEX Kodi
On a web site called FireStickTricks you can find instructions how to install 27 (?!) extra Kodi Builds with their own repositories and skins. The article is called Best Kodi Builds February 2020. I have tried three of them myself. No Limits Magic, Diggz Xenon and Innovation. They are very easy to install and work very well. Perhaps you’ll find your own favorite!

Compatibility :: February 2020

Unfortunately not all systems made for Raspberry Pi 3 and 2 will run on the new Raspberry Pi 4 computer. They need to be upgraded with a new kernel. I therefore have to upgrade the systems I distribute. I.e. RaspEX, RaspEX with OpenCPN, RaspEX BunsenLabs, RaspEX Kodi, RaspAnd Marshmallow, RaspAnd Nougat 7.1.2, RaspAnd Oreo 8.1, RaspAnd Pie, EXTON OpSuS Rpi, FedEX Rpi3 and RaspArch. I have until now (200206) only upgraded RaspEX, RaspEX Kodi, RaspArch and RaspEX with OpenCPN. Read about the new Raspberry Pi 4.

SCREENSHOTS
1. Running Kodi
2. The LXDE Desktop logged in as the ordinary user pi
3. Netflix running showing very good video quality
4. YouTube running showing very good video quality
5. Choosing program addons in Kodi
6. The LXDE Desktop logged in as root (super admin)
7. Kodi system info
8. VLC running showing very good video quality
9. Samba connection with a Windows computer

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!