Hi Peter, On 11/09/2017 12:50 PM, Peter Smith wrote:
Apologies if this has been asked before. Is it possible to use meta-xilimx-tools layer to generate a custom FSBL? The use case goes something like, generate basic FSBL from HDF and then modify the source to do other custom stuff. All ideas gratefully received.
Use https://github.com/Xilinx/meta-xilinx-tools/blob/master/classes/externalxsctsrc.bbclass
This class will enable you to build FSBL by cloning the embeddedsw repo in a local path. You can provide the build directory of the FSBL by using the variable EXTERNALXSCTSRC_BUILD. You can modify these source files again to do some custom stuff and rebuild the FSBL accordingly.
Hope this helps. Thanks, Manju -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
