Skip to content

SiarheiVolkau/bootloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

bootloader sources for allwinner SOCs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.2%
  • C++ 4.9%
  • Objective-C 2.2%
  • Assembly 1.9%
  • Makefile 1.7%
  • PHP 0.1%