readme.txt

来自「DM9000 10M/100M以太网扩展板Linux驱动代码」· 文本 代码 · 共 60 行

TXT
60
字号
                                              dm9000 drivers for JXARM9-2410
                                                 Wuhan CVTECH Info & Tech
1. install
    in RedHat Console Window, input commmands following instruction:

    #mount /dev/cdrom /mnt/cdrom
    #cd /mnt/cdrom 
    #./install
    
    attention: before this, the linux of JXARM9-2410 must be installed.

2. make
    in RedHat Console Window, input commmands following instruction:

    #cd /home/cvtech/jx2410/dm9000
    #make

    if ok, the dm9000x.o file must occur in the /home/cvtech/jx2410/dm9000,
and /tftpboot.
directory.

3. run
    in JXARM9-2410 linux console, input commands following instruction:

    #mount 192.168.1.180:/tftpboot /mnt/nfs

    attention: before this, the nfs of RedHat must be configed and /tftpboot
directory must be share for arm linux. and RedHat IP address is 192.168.1.180.

    #cd /mnt/nfs
    #ls

    if ok, the dm9000x.o file will be seem in this directory

    #insmod dm9000x.o
    #ifconfig eth1 hw ether 00:0c:6e:3e:57:17
    #ifconfig eth0 down
    #ifconfig eth1 192.168.1.46 up
    #ping 192.168.1.180 -c 2

4. burn to flash
    in JXARM9-2410 linux console, input commands following instruction:
                                                                                                               
    #mount 192.168.1.180:/tftpboot /mnt/nfs
                                                                                                               
    attention: before this, the nfs of RedHat must be configed and /tftpboot
directory must be share for arm linux. and RedHat IP address is 192.168.1.180.
                                                                                                               
    #cd /mnt/nfs
    #ls
                                                                                                               
    if ok, the dm9000x.o file will be seem in this directory
    #cp dm9000x.o /mnt/jffs2/dm9000

5. run from flash
    in JXARM9-2410 linux console, input commands following instruction:

    #cd /mnt/jffs2/dm9000
    #./insdm9000

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?