Hello all,
I'm just getting started with a zedboard where I have to write some application software. So I'm fine with using the standard Linux that comes with it. But the thing is that our electronics guy has to write a custom VHDL for it.
What does he need to give me exactly to put on the card ? A boot.bin and a dts file ? Is that all ?
So after I convert the dts to dtd, all I need to have on the card is:
System.map
boot.bin
devicetree.dtb
uImage
uramdisk.image.gz
Is that correct or do I need to recreate the files (System.map, uImage, uramdisk) as well ?
Thanks