Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 710 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 710 Bytes

Allwinner bootloader

Bootloader sources for Allwinner SOCs

Main target of this repo is add ability to build boot0 by GNU ARM toolchain (arm-none-eabi) under linux environment.

Since i have A20 and A31 chips only, pull requests for other chips are welcome.

Prerequisites

Usage

  1. modify Lichee-tools path if needed: WORKTOOLS variable in basic_loader/config/ARMCC_CROSSTOOL.CFG
  2. modify board settings accordingly (file boot0/boot0_head.c)
  3. open terminal and cd to basic_loader/boot0 directory
  4. run make -f make_aXX , where aXX is you chip name: e.g. a31.