[meta-xilinx] meta-xilinx-tools, how to handle custom FSBL
Manjukumar Harthikote Matha
manjukumar.harthikote-matha at xilinx.com
Thu Nov 9 14:54:55 PST 2017
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
More information about the meta-xilinx
mailing list