Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12606 Discussions

NIOS II Evaluation Kit problem

Altera_Forum
Honored Contributor II
889 Views

Hi, 

 

One year ago, I have bought the NIOS II Evaluation Kit. 

And I try to use it now :-) 

 

I try to create a C++ project, when I compile it seems good but when communicating with the devboard there is this problem : 

I used : 

NIOS II Evaluation Kit 1.1 

Quartus II 4.2 Web Edition Full 

# ############################# 

Using cable "Nios II Evaluation Board [USB-0]", device 1, instance 0x00 

Pausing target processor: OK 

Reading System ID at address 0x021208B8: does not match 

ID value does not match: read 0x14400B2E; expected 0x2FF81C2D 

Timestamp value does not match: image on board is newer than expected 

Read timestamp 13:10:34 1906/03/20; expected 9:45:02 2004/11/25 

The software you are downloading may not run on the system which is currently 

configured into the device. Please download the correct SOF or recompile. 

Restarting target processor# ############################# 

 

For me, the problem comes from the choice of the C++ project 

that is "altera_nios_dev_board_cyclone_1c20.ptf". 

The chip on the devboard is a EP1C12F324 

 

Now I try to create the C++ project with the template "altera_nios_eval_board_cyclone_1c12.ptf". 

but I can't go further than the creation wizard, I have this error : 

# ############################# 

!SUBENTRY 1 org.eclipse.core.resources 4 77 août 23, 2006 21:23:12.31 

!MESSAGE I:/altera/kits/nios2/components/altera_nios_dev_board_cyclone_1c20/system/software/hello_world_0_syslib and I:/altera/kits/nios2/components overlap. 

!ENTRY org.eclipse.cdt.ui 4 4 août 23, 2006 21:29:58.93 

!MESSAGE Error 

!STACK 1 

org.eclipse.core.internal.resources.ResourceException: Invalid project description. 

at org.eclipse.core.internal.resources.Project.checkDescription(Project.java:131) 

at org.eclipse.core.internal.resources.Project.create(Project.java:220) 

at org.eclipse.cdt.core.CCorePlugin.createCProject(CCorePlugin.java:550) 

at com.altera.ide.core.project.NiosProjectCreator.createNewCProject(NiosProjectCrea 

tor.java:107) 

at com.altera.ide.core.project.NiosProjectCreator.createNiosProject(NiosProjectCrea 

tor.java:67) 

at com.altera.nj.ui.wizards.ManagedNJWizard.createDefaultSDKProject(ManagedNJWizard 

.java:296) 

at com.altera.nj.ui.wizards.ManagedNJWizard.doRun(ManagedNJWizard.java:250) 

at org.eclipse.cdt.ui.wizards.NewCProjectWizard$1.run(NewCProjectWizard.java:213) 

at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModif 

yDelegatingOperation.java:45) 

at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71) 

at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595) 

at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.jav 

a:85) 

at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:30 

2) 

at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) 

at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758) 

at org.eclipse.cdt.ui.wizards.NewCProjectWizard.invokeRunnable(NewCProjectWizard.ja 

va:231) 

at org.eclipse.cdt.ui.wizards.NewCProjectWizard.performFinish(NewCProjectWizard.jav 

a:154) 

at com.altera.nj.ui.wizards.ManagedNJWizard.performFinish(ManagedNJWizard.java:233) 

at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608) 

at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321) 

at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423) 

at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) 

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) 

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) 

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022) 

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729) 

at org.eclipse.jface.window.Window.runEventLoop(Window.java:583) 

at org.eclipse.jface.window.Window.open(Window.java:563) 

at org.eclipse.ui.internal.NewWizardShortcutAction.run(NewWizardShortcutAction.java 

:96) 

at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) 

at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont 

ributionItem.java:456) 

at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContribu 

tionItem.java:403) 

at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397) 

at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72) 

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) 

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) 

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022) 

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729) 

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) 

at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) 

at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:85 

8) 

at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 

at java.lang.reflect.Method.invoke(Unknown Source) 

at org.eclipse.core.launcher.Main.basicRun(Main.java:291) 

at org.eclipse.core.launcher.Main.run(Main.java:747) 

at org.eclipse.core.launcher.Main.main(Main.java:583) 

!ENTRY org.eclipse.core.resources 4 77 août 23, 2006 21:29:58.93 

!MESSAGE Invalid project description. 

!SUBENTRY 1 org.eclipse.core.resources 0 0 août 23, 2006 21:29:58.93 

!MESSAGE OK. 

!SUBENTRY 1 org.eclipse.core.resources 4 77 août 23, 2006 21:29:58.93 

!MESSAGE I:/altera/kits/nios2/components/altera_nios_eval_board_cyclone_1c12/system/software/hello_world_3_syslib and I:/altera/kits/nios2/components overlap.# ############################# 

 

Can anyone help me ? 

 

Thanks a lot. 

Best regards.
0 Kudos
0 Replies
Reply