Merge pull request #54 from bbrezillon/nand-image-builder
Add a tool to generate raw NAND images
This commit is contained in:
commit
9febb550ec
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
@ -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
1092
nand-image-builder.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user