From 498133c58dc4b644d443996918ff1d5637739e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20B=C3=A1n?= Date: Sat, 26 May 2018 11:50:58 +0200 Subject: [PATCH] beautification --- README.md | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 0f06824..0580074 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,22 @@ -BPI-bsp -========= +# BPI-bsp -Getting Started ---------------- +## Getting Started 1. Choose a board doing: - For BananaPI-M1: - `./configure BananaPi_M1`, - For BananaPI-M1-Plus: - `./configure BananaPi_M1_Plus`. +- For BananaPI-M1: `./configure BananaPi_M1` +- For BananaPI-M1-Plus: `./configure BananaPi_M1_Plus`. -2. Run 'make' to build hwpack or 'make help' to list available targets +2. Run `make` to build hwpack or `make help` to list available targets - -Overview --------- +## Overview This repository provides various scripts to help hacking devices with Allwinner SOC. - ./scripts/ - a1x-initramfs.sh - Create initramfs inside target device - mk_ext4_rootfs.sh - Ext4 rootfs from tar.gz - mk_hwpack.sh - Helper script for Makefile - mk_livesuit_img.sh - Android or Linux livesuit image - sunxi-media-create.sh - Flash SD card from hwpack - mk_android.sh - Helper script for Makefile +| script | description | +| --- | --- | +| `./scripts/a1x-initramfs.sh` | Create initramfs inside target device | +| `./scripts/mk_ext4_rootfs.sh` | Ext4 rootfs from tar.gz | +| `./scripts/mk_hwpack.sh ` | Helper script for Makefile | +| `./scripts/mk_livesuit_img.sh` | Android or Linux livesuit image | +| `./scripts/sunxi-media-create.sh` | Flash SD card from hwpack | +| `./scripts/mk_android.sh` | Helper script for Makefile |