u-boot-2014.10移植(4)识别dm9000

发布者:Harmonious222最新更新时间:2023-06-09 来源: elecfans关键字:u-boot  移植  dm9000 手机看文章 扫描二维码
随时随地手机看文章

在smdk2440.h里面注释掉CS8900相关的


#if 0

        #define CONFIG_DRIVER_CS8900    1    /* we have a CS8900 on-board */

        #define CS8900_BASE        0x19000300

        #define CS8900_BUS16        1 /* the Linux driver does accesses as shorts */

        #endif

        

        #if !defined(CONFIG_DRIVER_CS8900)

        #define CONFIG_DRIVER_DM9000        1

        #define CONFIG_DM9000_USE_16BIT     1

        #define CONFIG_DM9000_BASE            0x20000000

        #define DM9000_IO                    0x20000000  

        #define DM9000_DATA                    0x20000004

        #endif


并修改默认IP配置


在什么smdk2440.c board_eth_init函数里面添加


#ifdef CONFIG_DRIVER_DM9000

    rc = dm9000_initialize(bis);

#endif

再次烧写,可以识别


Net:   dm9000


设置ip


#define CONFIG_NETMASK          255.255.255.0

#define CONFIG_IPADDR           192.168.1.111

#define CONFIG_SERVERIP         192.168.1.113

#define CONFIG_ETHADDR          00:0c:29:45:c4:c3 

后面可以使用nfs和tftp来下载u-boot, kernel 和rootfs


关键字:u-boot  移植  dm9000 引用地址:u-boot-2014.10移植(4)识别dm9000

上一篇:u-boot-2014.10移植(5)支持nand
下一篇:u-boot-2014.10移植(3)识别NOR Flash

小广播
设计资源 培训 开发板 精华推荐

最新单片机文章
何立民专栏 单片机及嵌入式宝典

北京航空航天大学教授,20余年来致力于单片机与嵌入式系统推广工作。

更多开源项目推荐
换一换 更多 相关热搜器件

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved