Coder Social home page Coder Social logo

imager's Introduction

GCW Zero Image Generation Tools

The installation uses four files:

  • master boot record (MBR)
  • boot loader (UBIBoot)
  • system image (vfat), containing Linux kernels
  • data image (ext4), containing rootfs and preloaded apps

This repository contains the tools to create the MBR image, the system image and the data image. The boot loader is installed as-is, no need to create an image file of it.

create_mbr.sh has no input and outputs the MBR image images/mbr.bin.

create_system_image.sh takes a kernel file named vmlinuz.bin as its input and outputs the system image images/system.bin.

create_data_image.sh takes a rootfs file named rootfs.squashfs and OPK files in the directory apps/ as its inputs and outputs the data image images/data.bin.

Instructions on flashing the images to the device: https://github.com/gcwnow/ingenic-boot/wiki

Instead of flashing via ingenic-boot, you can create a combined image file and use a raw sector writer to put in on the SD card that will be used as the internal SD in the GCW Zero.

assemble_images.sh takes the previously mentioned three images files and a boot loader named ubiboot.bin as its inputs and outputs the combined image images/sd_image.bin.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.