1.调整编译,减少拷贝rtos bin档
This commit is contained in:
parent
4b48953312
commit
b3236039c0
|
@ -17,13 +17,13 @@
|
||||||
id0 { partition_name = "loader"; source_file = ""; }; /* Fixed */
|
id0 { partition_name = "loader"; source_file = ""; }; /* Fixed */
|
||||||
id1 { partition_name = "fdt"; source_file = "nvt-evb.bin"; }; /* Fixed */
|
id1 { partition_name = "fdt"; source_file = "nvt-evb.bin"; }; /* Fixed */
|
||||||
id2 { partition_name = "fdt.restore"; source_file = ""; }; /* Fixed */
|
id2 { partition_name = "fdt.restore"; source_file = ""; }; /* Fixed */
|
||||||
id3 { partition_name = "fdt.app"; source_file = "../application.bin"; };
|
id3 { partition_name = "fdt.app"; source_file = "../rtos/output/application.bin"; };
|
||||||
id4 { partition_name = "uboot"; source_file = "u-boot.bin"; };
|
id4 { partition_name = "uboot"; source_file = "u-boot.bin"; };
|
||||||
id5 { partition_name = "uenv"; source_file = ""; };
|
id5 { partition_name = "uenv"; source_file = ""; };
|
||||||
id6 { partition_name = "kernel"; source_file = "uImage.bin"; };
|
id6 { partition_name = "kernel"; source_file = "uImage.bin"; };
|
||||||
id7 { partition_name = "rootfs"; source_file = "rootfs.ramdisk.bin"; };
|
id7 { partition_name = "rootfs"; source_file = "rootfs.ramdisk.bin"; };
|
||||||
id8 { partition_name = "rootfs1"; source_file = "rootfs_1.squash.bin"; };
|
id8 { partition_name = "rootfs1"; source_file = "rootfs_1.squash.bin"; };
|
||||||
id9 { partition_name = "rtos"; source_file = "../rtos-main.bin"; };
|
id9 { partition_name = "rtos"; source_file = "../rtos/output/rtos-main.bin"; };
|
||||||
id10 { partition_name = "app"; source_file = "appfs.cardv.jffs2.nor.bin"; };
|
id10 { partition_name = "app"; source_file = "appfs.cardv.jffs2.nor.bin"; };
|
||||||
id11 { partition_name = "sys"; source_file = ""; };
|
id11 { partition_name = "sys"; source_file = ""; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user