一、从网络启动Linux
1.vivado工程导出hdf文件,拷贝到ubuntu目录如:/home/yi/hdf/M7030(hdf文件路径),根据自己的ubuntu用户目录建立一个保存hdf的文件夹。
2.petalinux创建工程
设置petalinux环境变量:source /home/yi/petalinux/v2018.3/settings.sh,或者把这个命令加到用户目录下的.bashrc文件里了,每次打开终端时会自动运行。
新建petalinux工程:
petalinux-create -t project --template zynq -n m30bit
3.petalinux硬件配置