1. 编写design file .c .h
3. 拷贝文件到SD Card
sopc2dts --input soc_system.sopcinfo\ sopcinfo文件跟工程名字一致 --output socfpga.dtb\ dtb文件自己定义 --type dtb\ --board soc_system_board_info.xml\ --board hps_common_board_info.xml\ --bridge-removal all\ --clocks
5.通过sof文件生成rbf文件
%QUARTUS_ROOTDIR%\\bin64\\quartus_cpf -c DE1_SOC_Linux_Audio.sof soc_system.rbf pause
6.根据硬件信息,通过sopcinfo文件生成在Linux下用到的.h头文件
sopc-create-header-files \ "./soc_system.sopcinfo" \ --single hps_0.h \ --module hps_0
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:SoC的软件开发流程,主要包含一些Linux下的操作命令 - Python技术站