Skip to content

hipboi/mksunxiboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This program make a arm binary file can be loaded by Allwinner A10 and releated
chips from storage media such as nand and mmc.

More information about A10 boot, please refer to
http://rhombus-tech.net/allwinner_a10/a10_boot_process/

To compile this program, just type make, you will get 'mksunxiboot'.

To use it,
$./mksunxiboot u-boot.bin u-boot-mmc.bin
then you can write it to a mmc card with dd.
$sudo dd if=u-boot-mmc.bin of=/dev/sdb bs=1024 seek=8
then insert your mmc card to your A10 tablet, you can boot from mmc card.

About

Make boot-able image for Allwinner sunxi platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages