Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI have run <./checout> under dir nios2-linux, I think this will git to update the system.
the following script is in the checkout file: for i inbinutils gcc3 linux-2.6 toolchain-build toolchain-mmu uclibc elf2flt
insight u-boot uclinux-dist
do
cd $i
git checkout -f
cd ..
done