# Bass OS for the Raspberry PI 4 series based on the GloDroid project

[![GloDroid](https://img.shields.io/badge/GLODROID-PROJECT-blue)](https://github.com/GloDroid/glodroid_manifest)
[![ProjectStatus](https://img.shields.io/badge/PROJECT-STATUS-yellowgreen)](https://github.com/GloDroidCommunity/raspberry-pi/issues/1)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## Flashing images

### Requirements

##### Raspberry Pi Imager
Download and install the official Raspberry Pi Imager from [here](https://www.raspberrypi.com/software/)

##### sdcard.img
Find the latest Bass rpi image archive sdcard images for your target use-case on the GitHub Releases page [here](https://github.com/Bliss-Bass/bass-rpi/releases)

### Step 1
Extract the sdcard archive using xz/7zip/Winzip/etc. 

### Step 2
Launch the Raspberry Pi Imager application
![imager UI](images/rpi-imager.png)

### Step 3
Select the **CHOOSE DEVICE** button and select the **Raspberry Pi 4**
![select device](images/rpi-imager-select.png)

### Step 4
Select the **CHOOSE OS** button and scroll down to the bottom of the list, selecting **Use custom**
![custom image](images/rpi-imager-custom-image.png)

### Step 5
Click on the **CHOOSE STORAGE** button, and select your SD Card device
![storage](images/rpi-imager-storage.png)

### Step 6
Once you have all the parts selected, the Next button will be enabled:
![next](images/rpi-imager-next.png)

Clicking the **NEXT** button will ask if you want to make any custom changes. Select **NO**
![no custom](images/rpi-imager-no-custom.png)

### Step 7
The next question will be a confirmation dialog, making sure you want to erase the contents of the SDCard. Select **YES** to continue. 
![erase](images/rpi-imager-erase.png)

### Step 8 
The Imager will then ask for root permissions, and once provided, it will start to flash the sdcard.img onto the SDCard:
![writing](images/rpi-imager-writing.png)

Once completed, the Imager will show a **Write Successful** dialog. 
![finished](images/rpi-imager-finish.png)

You can safely remove the SDCard from the PC, and plug it into the Raspberry Pi. 

## Booting

After flashing the SDCard, insert it into the device and turn it on, and it will boot into the OS. 

Depending on the version (application use-case), you should let the OS reach the desktop and wait while the target configurations are being set. This process will be setting up configs, apps, and permissions for the user environment, so it may take a bit.

Pressing the home button should make sure that you are set to the correct launcher UI after everything is all set. 

**!!DISCLAIMER!!** Some of the initial configurations will not take effect until a reboot or systemui refresh. So you are welcome to reboot the device after initial setup is complete. 
