Commit 9febb550 authored by Olliver Schinagl's avatar Olliver Schinagl
Browse files

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

Add a tool to generate raw NAND images
parents d93a631d e25f6e90
...@@ -41,7 +41,7 @@ FEXC_LINKS = bin2fex fex2bin ...@@ -41,7 +41,7 @@ FEXC_LINKS = bin2fex fex2bin
# Tools which are only useful on the target # Tools which are only useful on the target
TARGET_TOOLS = sunxi-pio TARGET_TOOLS = sunxi-pio
MISC_TOOLS = phoenix_info MISC_TOOLS = phoenix_info sunxi-nand-image-builder
# ARM binaries and images # ARM binaries and images
# Note: To use this target, set/adjust CROSS_COMPILE and MKSUNXIBOOT if needed # Note: To use this target, set/adjust CROSS_COMPILE and MKSUNXIBOOT if needed
......
...@@ -46,6 +46,9 @@ Manipulate PIO register dumps ...@@ -46,6 +46,9 @@ Manipulate PIO register dumps
### sunxi-nand-part ### sunxi-nand-part
Tool for manipulating Allwinner NAND partition tables Tool for manipulating Allwinner NAND partition tables
### sunxi-nand-image-builder
Tool used to create raw NAND images (including boot0 images)
### jtag-loop.sunxi ### jtag-loop.sunxi
ARM native boot helper to force the SD port into JTAG and then stop, ARM native boot helper to force the SD port into JTAG and then stop,
to ease debugging of bootloaders. to ease debugging of bootloaders.
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment