Forum Discussion
12 Replies
- Altera_Forum
Honored Contributor
It does not matter which chip you use in uclinux. Just choose anything from the supported dev board lists.
The only hardware dependancy is in the hwselect perl script, which matchs modules class, and generate header file nios2_system.h. - Altera_Forum
Honored Contributor
hippo,Thank you very much for your help.
I have another question about jtag id.My board is stratix II ep2s60.when I upload some examples supporting for stratix II ep2s60 board,it's successful.But when I upload the examples supporting for stratix II ep2s60ES,the error appears.the error is: Error: Can't configure device. Expected JTAG ID code 0x020930DD for device 1, but found JTAG ID code 0x120930DD. what's the problem,is there some configuration ralating with the jtag id?I'm very confused.who can help me ?Thanks. - Altera_Forum
Honored Contributor
Sorry, you should ask support from altera on this.
Other have similar problem. - Altera_Forum
Honored Contributor
for the jtag id problem.
you should change the device to es part, and recompile the hardware, as point out by slacker, http://forum.niosforum.com/forum/index.php?showtopic=3111 (http://forum.niosforum.com/forum/index.php?showtopic=3111) - Altera_Forum
Honored Contributor
thank you ,hippo.
which nios II version do you use?does it support stratix II ep2s60 board? - Altera_Forum
Honored Contributor
you should use qii v5.1 and nios2 v5.1.
- Altera_Forum
Honored Contributor
Is nios2 v5.1 beta version?
- Altera_Forum
Honored Contributor
No, v5.1 is official released now.
- Altera_Forum
Honored Contributor
please check nios 5.1, there are two dir for 60 and 60es.
- Altera_Forum
Honored Contributor
where can I download the official nios2 v5.1?
I have download a beta nios2 v5.1,when I choose the std_2s60.ptf to download the kernel to the board,the error appears. the error is : Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Resetting and pausing target processor: OK Reading System ID at address 0x021108C8: FAIL ID value does not match: read 0xFFFFFFFF; expected 0x079D820C Timestamp value does not match: image on board is older than expected Read timestamp 0:59:59 1970/01/01; expected 5:21:22 2005/10/21 Leaving target processor paused what is the cause?Is there something about configuration about nios2 or else?