Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThanks for your response.
I am using the nios2 branch of linux 2.6 from git://sopc.et.ntust.edu.tw/git/linux-2.6.git and the trunk branch of uClinux-dist from git://sopc.et.ntust.edu.tw/git/uClinux-dist.git . I am also using the toolchain from git://sopc.et.ntust.edu.tw/git/toolchain-mmu.git and the sopc2dts tool from git://sopc.et.ntust.edu.tw/git/tools.git . All of these are from the most recent commits. My build box is running Ubuntu 12.04 LTS. sopc2dts doesn't seem to be having any problems recognizing the new device for me. The output dts is: ethernet: ethernet0x10003c40 {
compatible = "ALTR,tse-13.0", "ALTR,tse-1.0";
reg = < 0x10003400 0x00000400
0x10003C40 0x00000040
0x10003C00 0x00000040
0x10003800 0x00000400 >;
reg-names = "control_port", "rx_csr", "tx_csr", "s1";
interrupt-parent = < &proc >;
interrupts = < 3 4 >;
ALTR,rx-fifo-depth = < 2048 >; /* embeddedsw.CMacro.RECEIVE_FIFO_DEPTH type NUMBER */
ALTR,tx-fifo-depth = < 2048 >; /* embeddedsw.CMacro.TRANSMIT_FIFO_DEPTH type NUMBER */
address-bits = < 48 >;
max-frame-size = < 1518 >;
local-mac-address = ;
phy-mode = "rgmii";
ALTR,mii-id = < 0 >;
}; //end ethernet0x10003c40 (ethernet) I also have what what I believe are the appropriate settings enabled in the uClinux menuconfig. Device Drivers -> Network device support -> Generic Media Independent Interface device support Device Drivers -> Network device support -> Ethernet driver support -> Altera Triple-Speed Ethernet MAC support