Hello,
Is it possible to extract partitions from a BOOT.BIN file.
Hello,
Is it possible to extract partitions from a BOOT.BIN file.
Hi alisol,
I am not aware of any officially supported means to extract the partitions from a Zynq Boot Image file.
However, if you take a look at Chapter 6.3.2 in Xilinx UG821 there is a more detailed description of the format used for a boot header used in the image file:
http://www.xilinx.com/support/documentation/user_guides/ug821-zynq-7000-swdev.pdf
Xilinx UG585 further describes some of the details of the Zynq Boot Image container format:
http://www.xilinx.com/support/documentation/user_guides/ug585-Zynq-7000-TRM.pdf
So with an understanding of how the file is structured, theoretically someone could extract the individual partition components from the BOOT.BIN container file.
Regards,
-Kevin