标签:
(1) arch
ARCH ?=arm
(2) corss_compile
CROSS_COMPILE ?= /home/at91/x-tools/arm-softfp-linux-gnueabi/bin/arm-softfp-linux-gnueabi-
$sudo apt-getinstall uboot-mkimage
$make clean
$make <Soc_defconfig> #at91sam9260ek_defconfig for instance
$make menuconfig*
$make uImage
注* 更改默认硬件驱动时,执行此步。
zImage:
执行:Go命令(U-boot)
缺点:需要手动设置相关参数,才能加载
uImage:
执行:Bootm命令(U-boot)
优点:自动加载
标签:
原文地址:http://blog.csdn.net/xiaobin_hlj80/article/details/43080003