01 > ȸҰ

 
작성일 : 21-05-04 11:15
petalinux image root file 메뉴월 만들기
 글쓴이 : 이로직…
조회 : 1,431  
   root_fit.txt (2.3K) [0] DATE : 2021-05-04 11:19:12
/dts-v1/;

/ {
description = "U-Boot fitImage for PetaLinux/4.14-xilinx-v2018.3+gitAUTOINC+eeab73d120/plnx-zynq7";
#address-cells = <1>;

images {
kernel@1 {
description = "Linux kernel";

data = /incbin/("/home/elogics/zynq_z101/build/tmp/deploy/images/plnx-zynq7/fitImage-linux.bin-plnx-zynq7.bin");
type = "kernel";
arch = "arm";
os = "linux";
compression = "gzip";
load = <0x8000>;
entry = <0x8000>;
hash@1 {
algo = "sha1";
};
};
fdt@system-top.dtb {
description = "Flattened Device Tree blob";
data = /incbin/("/home/elogics/zynq_z101/build/tmp/work/plnx_zynq7-xilinx-linux-gnueabi/linux-xlnx/4.14-xilinx-v2018.3+gitAUTOINC+eeab73d120-r0/recipe-sysroot/boot/devicetree/system-top.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
hash@1 {
algo = "sha1";
};
};
ramdisk@1 {
description = "petalinux-user-image";
data = /incbin/("ramdisk.cpio.gz");
type = "ramdisk";
arch = "arm";
os = "linux";
compression = "gzip";


hash@1 {
algo = "sha1";
};
};
};

configurations {
default = "conf@system-top.dtb";
conf@system-top.dtb {
description = "1 Linux kernel, FDT blob, ramdisk";
kernel = "kernel@1";
fdt = "fdt@system-top.dtb";
ramdisk = "ramdisk@1";

hash@1 {
algo = "sha1";
};
};
};
};