Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by rondoval+jun 6 2006, 03:28 pm--><div class='quotetop'>quote (rondoval @ jun 6 2006, 03:28 pm)</div>
--- quote start ---
<!--quotebegin-frd66@Jun 5 2006, 03:29 PM if it can help, i've found the old distribution here :
ftp://ftp.altera.com/outgoing/download/qu...web_edition.exe (ftp://ftp.altera.com/outgoing/download/quartusii_web_edition/5.1/quartusii_51_web_edition.exe)
ftp://ftp.altera.com/outgoing/download/ni..._eval_51_pc.zip (ftp://ftp.altera.com/outgoing/download/nios/niosii_eval_51_pc.zip)
fred
--- quote start ---
originally posted by snadden@jun 5 2006, 12:31 pm
I found the same problem when I set-up a new laptop recently: I could not find Quartus 5.1 anywhere on the Altera website as it had been replaced with version 6.0. Luckily I had a copy of version 5.1 on a CD which came with my Nios dev kit so I used that instead. It would be helpful if Altera maintained a page on their website for old versions of the software. I know this won't help you Fred, unless you have a Nios dev kit of the correct vintage in your desk drawer. I am also looking forward to ecos for Nios version 6, but I can wait patiently as version 5.1 works just fine for me at the moment. Mike <div align='right'><{post_snapback}> (index.php?act=findpost&pid=15910) --- Quote End --- [/b] --- Quote End --- <div align='right'><{post_snapback}> (index.php?act=findpost&pid=15924)</div> [/b] --- Quote End --- I'm using old eCos version with Nios II IDE 6.0... you just have to change version string in one file in main IDE installation directory for the time of eCos installation... I can't check which file is it at this moment, but it is fairly simple to find. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=15974)</div> [/b] --- Quote End --- Look for a file named "version.ptf" (devkit installation root dir), then in the file modify the value for the line number = "x.x" , where x.x should be 5.1 number = "5.1"; major = "5"; minor = "0"; level = "0"; build = "73c"; bundle = "nios2"; host = "sc-build-ii"; user = "sc-regtest"; date = "2005.04.25"; time = "20.45.02"; it worked for me. Hope this will help.