初级会员
- 积分
- 172
- 金钱
- 172
- 注册时间
- 2015-9-22
- 在线时间
- 101 小时
|
1金钱
ucl2.xml文件中,
- !--burn the dtb to NAND: -->
- <CMD state="Updater" type="push" body="$ flash_erase /dev/mtd3 0 0">Erasing dtb partition</CMD>
- <CMD state="Updater" type="push" body="send" file="files/boot/imx6ull-14x14-nand-4.3-480x272-c.dtb" ifdev="MX6ULL">Sending Device Tree file</CMD>
- <CMD state="Updater" type="push" body="$ nandwrite -p /dev/mtd3 $FILE">Flashing dtb</CMD>
- <CMD state="Updater" type="push" body="send" file="files/boot/imx6ull-14x14-nand-4.3-800x480-c.dtb" ifdev="MX6ULL">Sending Device Tree file</CMD>
- <CMD state="Updater" type="push" body="$ nandwrite -s 0x20000 -p /dev/mtd3 $FILE">Flashing dtb</CMD>
- <CMD state="Updater" type="push" body="send" file="files/boot/imx6ull-14x14-nand-7-800x480-c.dtb" ifdev="MX6ULL">Sending Device Tree file</CMD>
- <CMD state="Updater" type="push" body="$ nandwrite -s 0x40000 -p /dev/mtd3 $FILE">Flashing dtb</CMD>
- <CMD state="Updater" type="push" body="send" file="files/boot/imx6ull-14x14-nand-7-1024x600-c.dtb" ifdev="MX6ULL">Sending Device Tree file</CMD>
- <CMD state="Updater" type="push" body="$ nandwrite -s 0x60000 -p /dev/mtd3 $FILE">Flashing dtb</CMD>
- <CMD state="Updater" type="push" body="send" file="files/boot/imx6ull-14x14-nand-10.1-1280x800-c.dtb" ifdev="MX6ULL">Sending Device Tree file</CMD>
- <CMD state="Updater" type="push" body="$ nandwrite -s 0x80000 -p /dev/mtd3 $FILE">Flashing dtb</CMD>
-
- <CMD state="Updater" type="push" body="send" file="files/boot/imx6ull-14x14-nand-hdmi.dtb" ifdev="MX6ULL">Sending Device Tree file</CMD>
- <CMD state="Updater" type="push" body="$ nandwrite -s 0xa0000 -p /dev/mtd3 $FILE">Flashing dtb</CMD>
-
- <CMD state="Updater" type="push" body="send" file="files/boot/imx6ull-14x14-nand-vga.dtb" ifdev="MX6ULL">Sending Device Tree file</CMD>
- <CMD state="Updater" type="push" body="$ nandwrite -s 0xc0000 -p /dev/mtd3 $FILE">Flashing dtb</CMD>
复制代码 烧写设备树文件时候,判断条件怎么都一样?那到底烧写是哪个设备树文件?谢谢
|
|