No description
This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2016-11-10 22:06:30 +01:00
.gitignore Update of build script to save the debootstrap result into an archive that can be reused 2016-11-09 10:54:54 +01:00
build.sh Copy the build parameters from ArchLinuxARM 2016-11-10 17:54:59 +01:00
kernel_c201.its Update of build script and FIT config 2016-11-09 08:04:40 +01:00
README Add README 2016-11-10 22:06:30 +01:00

Debian image build script for Asus C201
=======================================

A simple script to generate a Debian image. **For now the generated images do not boot**

Usage
-----
* Install the necessary packages on your computer:
    + debootstrap
    + qemu-user-static
    + cgpt
    + u-boot-tools
    + vboot-kernel-utils
* Run the ```build.sh``` script
* Burn the image onto a SD-Card
* Repair the GPT table using ```parted```
* Boot the Chromebook onto the SD-Card

Status
--------
Currently the generated images are not bootable and leads to a white screen without any further activity.