码迷,mamicode.com
首页 > 其他好文 > 详细

UE-9260使用说明2

时间:2015-03-21 01:11:15      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

生成镜像

 

 

1. U-boot

    生成u-boot.bin文件

 

(1) Makefile

 

ifeq ($(ARCH),arm)

CROSS_COMPILE =

endif

   修改为

ifeq ($(ARCH),arm)

CROSS_COMPILE =/opt/crosstool/gcc-3.4.5-glibc-2.3.6/arm-softfloat-linux-gnu/bin/arm-softfloat-linux-gnu-

endif

 

(2) make

V1.1.5

$make mrproper

$make at91sam9260ek_config

$make dep

$make

 

V1.3.4

$make distclean

$make at91sam9260ek_config

$make dep

$make

2. Kernel

 

(1) Makefile

 

ARCH                 ?=arm

CROSS_COMPILE     ?=/home/at91/x-tools/arm-softfp-linux-gnueabi/bin/arm-softfp-linux-gnueabi-

 

 

(2) make menuconfig

   配置NFS客户端和LXT物理层芯片。

1) CONFIG_IP_PNP_DHCP

 

Networking support à

       Networking options à

              [*] IP: kernel levelautoconfiguration

                     [*] IP: DHCPsupport

                     [*] IP: BOOTPsupport

 

 

2)CONFIG_ROOT_NFS

 

File systems à

       Network File Systems à

              [*] Root file systemon NFS

 

 

 

 

3) otherNetworking options

 

 

Networking support à

       Networking options à

              [*] INET: socketmonitoring interface

 

 

4) Network Device options

 

Device Drivers à

         Networkdevice support à

                   PHYDevice support and infrastructure à

                            <*>Drivers for the Intel LXT PHYs

 

 

(3) make

在执行第二个命令时,需要u-boot的mkimage;安装:

#apt-get installuboot-mkimage

 

#make

#make uImage

 

 

 

UE-9260使用说明2

标签:

原文地址:http://blog.csdn.net/xiaobin_hlj80/article/details/44505451

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!