Merge pull request #54 from bbrezillon/nand-image-builder

Add a tool to generate raw NAND images
This commit is contained in:
Olliver Schinagl 2016-05-31 10:10:40 +02:00
commit 9febb550ec
3 changed files with 1096 additions and 1 deletions

View File

@ -41,7 +41,7 @@ FEXC_LINKS = bin2fex fex2bin
# Tools which are only useful on the target
TARGET_TOOLS = sunxi-pio
MISC_TOOLS = phoenix_info
MISC_TOOLS = phoenix_info sunxi-nand-image-builder
# ARM binaries and images
# Note: To use this target, set/adjust CROSS_COMPILE and MKSUNXIBOOT if needed

View File

@ -46,6 +46,9 @@ Manipulate PIO register dumps
### sunxi-nand-part
Tool for manipulating Allwinner NAND partition tables
### sunxi-nand-image-builder
Tool used to create raw NAND images (including boot0 images)
### jtag-loop.sunxi
ARM native boot helper to force the SD port into JTAG and then stop,
to ease debugging of bootloaders.

1092
nand-image-builder.c Normal file

File diff suppressed because it is too large Load Diff