|
Login |
building_OGD1_images
This is currently a rough draft of a work in progress. It will document the process for setting up and building the bitstream images for the two programmable chips on the OGD1 board. It will eventually also document the automation of that process so that we can do automated development and release builds.
More to come. You need Subversion installed to pull a copy of the repository. Get a fresh version of the repository. For the examples here I will use /data/scm/svn/ogp/ogp_build as the place where I store the copy of the repository. cd /data/scm/svn/ogp/ogp_build svn co svn://svn.opengraphics.org/ogp You want to use a separate copy of the code base for the build so that in-progress changes in your workspace don't impact the build. You can follow these same steps for setting up builds of changes you make as well. mcnamara@ecthelion:/data/scm/svn/ogp/ogp_build$ svn co svn://svn.opengraphics.org/ogp A ogp/trunk A ogp/trunk/schem A ogp/trunk/schem/OGD1_Schematic.pdf A ogp/trunk/schem/OGD1_BOM.txt ... ... ... A ogp/trunk/ogsim/NEWS A ogp/trunk/ogsim/po A ogp/trunk/ogsim/po/Makefile.am A ogp/branches A ogp/tags Checked out revision 641. mcnamara@ecthelion:/data/scm/svn/ogp/ogp_build$ ls -l total 4 drwxr-xr-x 6 mcnamara users 4096 2009-11-05 20:27 ogp mcnamara@ecthelion:/data/scm/svn/ogp/ogp_build$ Created by: wpmcnamara last modification: Thursday 05 of November, 2009 [21:56:45 UTC] by wpmcnamara |