Forum Discussion
Altera_Forum
Honored Contributor
20 years agoU-Boot git repository
Hi All, CVS support for u-boot is EOL: http://forum.niosforum.com/forum/index.php...indpost&p=15735 (http://forum.niosforum.com/forum/index.php?act=st&f=18&t=4025&hl=&view=findpost&p=15735) ...
Altera_Forum
Honored Contributor
20 years agoJust an update:
The main u-boot git repository is now up to date with the nios2 branch at psyent. So you can now just clone the main repository at denx ... $ git clone rsync://source.denx.net/git/u-boot.git u-boot.git and from time-to-time, just pull the master branch to stay up to date with the common u-boot code. $ git pull rsync://source.denx.net/git/u-boot.git master I will post announcements when updates are added to the psyent repo (and when the updates are subsequently pulled into the main tree). During the period when the main source tree lags psyent, you can simply pull updates directly from the psyent nios2 branch: <span style="color:blue"> $ git pull http://www.psyent.com/git/uboot (http://www.psyent.com/git/uboot) nios2 </span> If you need some information on how to use git, I've found the following sites to be most helpful: Hacker's Guide: http://linux.yyz.us/git-howto.html (http://linux.yyz.us/git-howto.html) Everyday GIT: http://www.kernel.org/pub/software/scm/git...s/everyday.html (http://www.kernel.org/pub/software/scm/git/docs/everyday.html) Tutorial (Part 1): http://www.kernel.org/pub/software/scm/git...s/tutorial.html (http://www.kernel.org/pub/software/scm/git/docs/tutorial.html) Tutorial (Part 2): http://www.kernel.org/pub/software/scm/git...tutorial-2.html (http://www.kernel.org/pub/software/scm/git/docs/tutorial-2.html) Regards, --Scott