Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.14 KB

Latest GitHub Release Total GitHub Downloads

Images

This repository contains files needed to build each image for the FydeTab Duo

Currently, the following images are available:

  • Arch Linux
  • Debian 12 (Bookworm)

Prerequisites

  • ImageForge
  • archlinux-install-scripts
  • Root access
  • mmdebstrap (for Debian images)
  • debian-archive-keyring (for Debian images)

Instructions

  1. Clone this repository
  2. Run the profiledef in the folder of the image you want to build
sudo profiledef -c /path/to/image -w /path/to/workdir -o /path/to/output-dir
  1. Wait for the image to be built
  2. Flash the image to a microSD card or emmc

Credits

  • 7Ji for VPU acceleration in chromium and ffmpeg (Arch Linux)