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++
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
12748 Discussions

DM9000 driver for NIOS2 MMU?

Altera_Forum
Honored Contributor II
1,259 Views

Is the diver dm9000.c in uClinux sources for NIOS2 MMU or only for noMMU?

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
564 Views

It works on NIOS2 MMU and noMMU. I successfully run it.

0 Kudos
Altera_Forum
Honored Contributor II
564 Views

 

--- Quote Start ---  

It works on NIOS2 MMU and noMMU. I successfully run it. 

--- Quote End ---  

 

 

Hi, 

 

Do you use the tool sopc2dts? 

 

I am having problems with the chip DM9000A. 

 

The next is correct? 

 

dm9000: ethernet@0x801470 { 

compatible = "davicom,dm9000-1.0"; 

reg = < 0x00801470 0x00000004 >; 

interrupt-parent = < &nios_ii_processor >; 

interrupts = < 1 >; 

address-bits = < 48 >; 

max-frame-size = < 1518 >; 

local-mac-address = [ 00 00 00 00 00 00 ]; 

}; //end ethernet@0x801470 (dm9000)
0 Kudos
Reply