10 lines
831 B
XML
Executable File
10 lines
831 B
XML
Executable File
<?xml version="1.0" encoding="GB2312" ?>
|
|
<Partition_Info>
|
|
<Part Select="1" PartName="fastboot" StorageMedia="ddr" ImageFormat="raw" StartAddr="0" PartLen="512K" ImagePath="bootstrap.bin" />
|
|
<Part Sel="1" PartitionName="boot" FlashType="nand" FileSystem="none" Start="0" Length="512K" SelectFile="uboot.bin"/>
|
|
<Part Sel="1" PartitionName="bootargs" FlashType="nand" FileSystem="none" Start="512K" Length="256K" SelectFile="bootargs.bin"/>
|
|
<Part Sel="1" PartitionName="ddr_param" FlashType="nand" FileSystem="none" Start="768K" Length="256K" SelectFile=""/>
|
|
<Part Sel="1" PartitionName="kernel" FlashType="nand" FileSystem="none" Start="1M" Length="6M" SelectFile="kernel"/>
|
|
<Part Sel="1" PartitionName="rootfs" FlashType="nand" FileSystem="yaffs" Start="7M" Length="32M" SelectFile="rootfs_2k_4bit.yaffs2"/>
|
|
</Partition_Info>
|