Opos6ul sp fpga simple howto: Difference between revisions
From ArmadeusWiki
Line 10: | Line 10: | ||
[[File:opos6ul_sp_fpga_tuto_01.png]] | [[File:opos6ul_sp_fpga_tuto_01.png]] | ||
= Software tools = | = Software tools = | ||
A recent Armadeus BSP is required. | |||
<pre class="host"> | |||
$ git clone git://git.code.sf.net/p/armadeus/code op6sp | |||
$ cd op6sp | |||
$ make | |||
$ make opos6ulsp_defconfig | |||
$ make | |||
</pre> | |||
= Hardware description = | = Hardware description = |
Revision as of 11:30, 22 July 2020
Page under construction...
Informations on this page are not guaranteed !!
Introduction
This page is a step-by-step tutorial to explain how to develop with FPGA (spartan6) on OPOS6UL_SP Armadeus board.
Architecture
Software tools
A recent Armadeus BSP is required.
$ git clone git://git.code.sf.net/p/armadeus/code op6sp $ cd op6sp $ make $ make opos6ulsp_defconfig $ make