Giter VIP home page Giter VIP logo

a10-tools's Introduction

a10-tools

Some tools and scripts for Mele A1000/A2000 and Allwinner A10 devices in general

madeSD.sh - Script to write image to (smaller) SD card usage: ./makeSD.sh device image

a10-hwpack-bld.sh - Script to build hwpack (evb.bin, u-boot, kernel and bin/config files) for AllWinner A10 devices usage: ./a10-hwpack-bld.sh product_name

a1x-media-crete.sh - Script to generate a bootable SD card for A10 devices usage (with rootfs): ./a1x-media-create.sh /dev/sdx hwpack.7z rootfs.tar.bz2 usage (hwpack update only): ./a1x-media-create.sh /dev/sdx hwpack.7z norootfs

nightly.sh - Script to build hwpack for different hardware and flavors

a1x-initramfs.sh - Script to be executed in the target board to generate initramfs and copy it to the boot partition

a10-tools's People

Contributors

abgoyal avatar cnxsoft avatar ejstacey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

a10-tools's Issues

Given image filename is not used

In file makeSD.sh at line 77 image name is hard-coded instead of using given parameter :)

77 loop_device=sudo kpartx -l ../mele-sd-4gb-lui-5.2.90.img | grep p1 | awk '{ print $5 }' | cut -c10

After I've changed it to $imgname, all worked for me :)

77 loop_device=sudo kpartx -l $imgname | grep p1 | awk '{ print $5 }' | cut -c10

P.S.
Thank you for this script! It saved a lot of my time!

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.