在SDSoC的自定义工程搭建过程中有一操作步骤需要注意:
*参考文档UG1236 Lab2_Step5: Copying and Editing Files或者
https://github.com/Xilinx/SDSoC-Tutorials/blob/master/platform-creation-tutorial/Lab2-Creating-Software-Components.md 中的step6:Preparing a Staging Area for Platform Creation
- 前提,已经搭建好自定义硬件Vivado工程,并生成dsa文件(由Vivado工程生成,包含了硬件工程信息,是通过自定义平台搭建SDSoC的关键);
- 新建一个文件夹,例如platforms_v3,并且启动SDx,将Workspace设置为platforms_v3,
- 在platforms_v3中新建文件夹boot,将fsbl.elf、Boot.bin、lscript.ld、helloworld.bif文件考入其中,这几个文件生成方式见