SD card installation
Formatting
To install Quark, you'll need a microSD card formatted to the FAT32 file system:
Tip
If your microSD card is 32GB or below in capacity, it should already be formatted to FAT32 from the factory. This step can be skipped if this is the case.
- Install and launch Rufus
- Insert your microSD card into your computer (via a built-in slot or USB reader)
- Select it within Rufus under Device
- Under Boot Selection, select
Non bootable
- Under File system, select
FAT32 (Default)
orLarge FAT32 (Default)
depending on the size of your microSD card - Click
START
and confirm that you wish to wipe and format your device
- Insert your SD card into your computer (via a built-in slot or USB reader)
- Launch Disk Utility (Applications > Utilities > Disk Utility)
- Select the drive you want to format and click Erase
- For the format, choose
MS-DOS (FAT)
and chooseMaster Boot Record
for the scheme and click Erase
Alternatively, the command line can be used for formatting:
# use `diskutil list` to find which disk corresponds to your microSD card
~ % sudo diskutil eraseDisk FAT32 MBRFormat /dev/diskN
- Insert your SD card into your computer (via a built-in slot or USB reader)
- Open a terminal and run the following commands as root (or via sudo)
$ sudo umount /dev/sdX1 # Use `lsblk` to find which device corresponds to your microSD card.
$ sudo mkfs.vfat -F 32 /dev/sdX1 # This assumes the microSD card has a single partition
Installation
The hard part is now over. With the latest release of Quark downloaded, open it in your favourite archive browser (i.e. 7-Zip) and extract it over the root of your newly formatted microSD card.
Congratulations! You have now installed Quark on your TrimUI Smart!
Quark Burner
Windows and Linux users can alternatively download the program below for installing Quark:
Note
Linux users will need to run with root permissions:
$ chmod +x QuarkBurner
$ sudo ./QuarkBurner
...
Just select the version of Quark you'd like to install and the SD card you'd like to install it on and then hit the blue Write Quark to Drive button.
Install Types
Two types of Quark installation are provided:
• Base: the latest version of Quark, only the base system
• Full: the latest version of Quark, plus all non-port gluons (systems and themes)
The program will then download and verify the latest version of Quark, format your SD card and unzip it for you!
First Boot
After the installation process is complete, insert your card into your Smart and boot. The first boot procedure may take some time depending on if you've already pre-populated your card with ROMs (see here for details on how to add ROMs)