Diary/2020-2-28
ECLYPSE Z7
遊びはじめてみた.
まずは,cloneして,
git clone --recursive https://github.com/Digilent/Eclypse-Z7 git submodule init # recursiveなら不要だけど git submodule update
で,
git branch -a
とかすると,
miyo@vtama:~/src/Eclypse-Z7$ git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/OOB/master remotes/origin/OOB/next remotes/origin/doc remotes/origin/master remotes/origin/next remotes/origin/zmod_adc/master remotes/origin/zmod_adc/next remotes/origin/zmod_adc_dac/master remotes/origin/zmod_adc_dac/next remotes/origin/zmod_dac/master remotes/origin/zmod_dac/next
とか.
git checkout zmod_adc_dac
としてみる.
- ZMOD Base Libraryを試す
git clone --recursive https://github.com/Digilent/Eclypse-Z7-SW.git -b zmod_adc_dac/master
で,Xilinx SDK(xsdk)を,Eclypse-Z7-SWをワークスペースに指定して起動.
Project Explorerで右クリック"import project"の"Exisiting Projects into Workspace"で,
Eclypse-Z7-SW以下のプロジェクトをインポート.
まずはベアメタルで試してみたいので,
ZmodADC1410_Demo_LinuxとZmodDAC1411_Demo_Linuxは閉じておく.