E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
mkconfig
TQ2440之U-Boot-1.1.6之顶层目录下的
mkconfig
U-Boot-1.1.6根目录下的
mkconfig
同样也具有如同makefile的重要地位。进入
mkconfig
可以看到它的源代码并不多。
lwj103862095
·
2012-11-21 20:00
TQ2440之U-Boot-1.1.6之顶层Makefile分析一
进入顶层的Makefile里面有那么二句1884 EmbedSky_config : unconfig1885 @$(
MKCONFIG
)$(@:_co
lwj103862095
·
2012-11-21 17:00
GNU ARM汇编--(十七)u-boot的makefile和
mkconfig
解读
自己写的bootloader可以引导kernel了,我以为曾经神秘的u-boot代码将变得毫无挑战,然事实表明u-boot作为优秀的开源代码,阅读起来还是很有挑战的,值得一读! 阅读碰到的头等问题:Makefile和shell脚本看不懂... 说起来做linux也很久了,Makefile和shell脚本都接触过,但真的都是略懂而已.因为公司的Makefile和shell简单的一
dndxhej
·
2012-10-31 21:00
QT210 -> u-boot-samsung-dev中的
mkconfig
文件注释
此文件是根据smdkv210single_config配置进行过删减,可生成smdkv210single_config配置的uboot镜像,其它配置被删除,仅供参考。#!/bin/sh-e #Scripttocreateheaderfilesandlinkstoconfigure #U-Bootforaspecificboard. # #Parameters:TargetArchitecture
kevinshq
·
2012-10-21 17:00
u-boot 1.1.6
mkconfig
源码注释
#!/bin/sh-e#Scripttocreateheaderfilesandlinkstoconfigure#U-Bootforaspecificboard.##Parameters: Target Architecture CPU Board[VENDOR][SOC]##(C)2002-2006DENXSoftwareEngineering,WolfgangDenk#APPEND=no
gexueyuan
·
2012-10-15 18:00
Arch64安装配置过程出现的问题
不相同导致grub2的配置文件内容有错误,但grub2是正确安装在MBR上的,于是这样就看到grub2的启动菜单,但选择后报找不到内核文件和文件系统,后用安装光盘重新用genfstab生成一份,再用grub-
mkconfig
wzk
·
2012-08-30 01:00
U-Boot编译过程完全分析-make ***_config 和
mkconfig
脚本,include/config.mk,include/config.h
2.1 U-BootMakefile分析2.1.1 U-Boot编译命令 对于mini2440开发板,编译U-Boot需要执行如下的命令:$ make mini2440_config$ make all 使用上面的命令编译U-Boot,编译生成的所有文件都保存在源代码目录中。为了保持源代码目录的干净,可以使用如下命令将编译生成的文件输出到一个外部
wu407797466
·
2012-08-08 17:00
shell
脚本
command
bash
Build
makefile
Android210 uboot 调试
makesmdkv210single_config 其中,Makefile中makesmdkv210single_config为:smdkv210single_config:unconfig @$(
MKCONFIG
jmhgg88
·
2012-07-27 10:00
c
android
cache
user
table
makefile
Fedora 17 设置 grub2 背景图片
backgroup.png,以root权限覆盖/boot/grub2/themes/system/background.png2、以root权限编辑/etc/default/grub文件3、意root权限执行grub2-
mkconfig
-o
HMSIWTV
·
2012-07-05 19:00
linux命令之你知我知--ln (诡异的相对目录)
ln命令大家都非常熟悉了,不过在看u-boot的
mkconfig
的时候发现一个诡异的地方。
ytmayer
·
2012-06-04 14:00
linux
File
uboot中
mkconfig
详细分析-- 转载
现在来分析$(SRCTREE)/
mkconfig
文件的内容。
mengzhuicanyang
·
2012-05-30 09:00
shell
脚本
header
null
include
makefile
U-BOOT
mkconfig
文件详细解析
U-BOOTmkconfig文件详细解析 #!/bin/sh-e #Scripttocreateheaderfilesandlinkstoconfigure#U-Bootforaspecificboard. ##****此处指出了脚本的参数#Parameters: Target Architecture CPU Board[VENDOR][SOC]##(C)2002-2006DENXSoftwar
mengzhuicanyang
·
2012-05-27 14:00
shell
脚本
header
null
Parameters
include
linux起动分析
u-boot-1.1.6 u-boot配制分析: //Makefile makexxx_config----> /*sbc2410x_config:unconfig @$(
MKCONFIG
)$(@:_
hui523hui523hui523
·
2012-04-29 10:00
linux
struct
cmd
command
makefile
更改Fedora16的启动顺序
grub.cfg |grep Fedoragrub2-set-default "Fedora Linux, with Linux 3.1.0-5.fc16.i686"grub2-editenv listgrub2-
mkconfig
贝贝爸爸的程序人生
·
2012-04-20 08:00
make: *** [smdk2410_config] 错误 127
stone-desktop:/home/stone/Files/u-boot-2008.10#makesmdk2410_configmake:execvp:/home/stone/Files/u-boot-2008.10/
mkconfig
zhangleiyigeren
·
2012-04-08 22:00
uboot之---make smdk2410_config命令详细解析
有很多相对不同板子的配置,如:gec2440_config:unconfig @$(
MKCONFIG
)$(@:_config=)armarm920tgec2440samsungs3c24x01.配置编
shiyi_2012
·
2012-04-01 22:00
c
header
null
include
makefile
终端
移植u-boot-1.1.6到mini2440
mini2440_config:unconfig@$(
MKCONFIG
)$(@:_config=)armarm920tmini2440NULLs3c24x0NULL指的是Vendor,也就是制造商,这里增
tonghuix
·
2012-03-27 11:52
移植
mini2440
u-boot-1.1.6
移植u-boot-1.1.6到mini2440
mini2440_config:unconfig@$(
MKCONFIG
)$(@:_config=)armarm920tmini2440NULLs3c24x0NULL指的是Vendor,也就是制造商,这里增
tonghuix
·
2012-03-27 11:52
移植
mini2440
u-boot-1.1.6
u-boot移植到mini2440之一
=arm-linux-2.修改顶层Makefile,仿照smdk2410的格式在smdk2410后添加mini2440_config: unconfig @$(
MKCONFIG
)$
mcgrady_tracy
·
2012-02-25 17:00
uboot
mkconfig
文件分析
uboot
mkconfig
文件分析一、在查看uboot的Makefile会看到
mkconfig
,现在来看看
mkconfig
到底做了什么?二、源脚本 #!
smallmuou
·
2012-02-14 12:00
header
脚本
null
Parameters
include
makefile
u-boot的Makefile分析之一make smdk2410_config
在编译U-BOOT之前,先要执行#makesmdk2410_config定义:smdk2410_config : unconfig @$(
MKCONFIG
)$(@:_config=)armarm920tsmdk2410samsungs3c24x0
dean_gdp
·
2011-12-14 23:00
Gentoo使用grub2
/configure #make #makeinstall #grub-
mkconfig
#自己编译的没有upd
cenziboy
·
2011-12-08 15:00
regex
deprecated
behavior
Android系统新产品定制-0.1版(2)
/
mkconfig
然后生成:include/config.hconfig.mk-------------------------------------------------
mkconfig
:cat>
yicao821
·
2011-11-14 16:00
android
File
测试
makefile
产品
u-boot分析(二) u-boot的编译及配置
mkconfig
u-boot分析(二)u-boot的编译及配置
mkconfig
刚开始接触u-boot总是存在这样的疑问,../include/configs/mini2440.h是如何关联到..
ghostyu
·
2011-11-11 22:00
File
Flash
null
Parameters
include
makefile
uboot
mkconfig
记录
#!/bin/sh-e#Scripttocreateheaderfilesandlinkstoconfigure#U-Bootforaspecificboard.##Parameters: Target Architecture CPU Board[VENDOR][SOC]##(C)2002-2006DENXSoftwareEngineering,WolfgangDenk##将开发板参数传入#表
velanjun
·
2011-11-08 22:00
让Ubuntu启动后自动进入文字界面,解决中文乱码
GRUB_CMDLINE_LINUX_DEFAULT="quietsplash"后面增加vag参数如:GRUB_CMDLINE_LINUX_DEFAULT="quietsplashvga=789"3.sudogrub-
mkconfig
4
紫馨岚
·
2011-09-03 17:29
Ubuntu
Learn GRUB2 (/etc/grub.d/*)
1.update-grub .Thecompletecommand is: sudo grub-
mkconfig
-o /boot/grub/grub.cfg.2.conffile:/boot/grub
ljy520zhiyong
·
2011-08-19 08:00
GRUB手册(2)
5.1.处理简单配置程序grub-
mkconfig
(参考第20章【调用grub-
mkconfig
】,53页)产生适用于大多数情形的‘grub.cfg’文件。
wuhui_gdnt
·
2011-07-31 07:00
linux
list
图形
Terminal
终端
linux内核
u-boot配置文件
u-boot-2010.06主目录下的“README”提供了代码和配置的详细说明(1)makefile注意在make的过程中生成了"include/autoconfig.mk" (2)
mkconfig
xgbing
·
2011-06-17 17:00
Android编译大全(五)--make文件分类
.make文件分类² 配置类主要用来配置product、board,以及根据你的Host和Target选择相应的工具以及设定相应的通用编译选项:config文件说明build/core/config.
mkConfig
wangyunqian6
·
2011-05-20 11:00
android
Module
System
Build
library
makefile
u-boot Makefile结构分析
分析了一下u-boot1.3.2的Makefile,基本的结构如下: 主目录下有一个Makefile,一个config.mk,一个
mkconfig
脚本。
isiqi
·
2011-05-15 16:00
makefile
U-Boot配置过程
在顶层Makefile中可以看到如下代码:SRCTREE:=$(CURDIR)……
MKCONFIG
:=$(SRCTREE)/
mkconfig
……smdk2410_config:unconfig@$(
MKCONFIG
wb127
·
2011-04-29 15:06
职场
休闲
u-boot
U-Boot配置过程
在顶层Makefile中可以看到如下代码:SRCTREE:=$(CURDIR)……
MKCONFIG
:=$(SRCTREE)/
mkconfig
……smdk2410_config:unconfig@$(
MKCONFIG
wb127
·
2011-04-29 15:06
职场
休闲
U-Boot
Linux
uboot 2010.06阅读分析
在根Makefile文件中,先根据用户配置,如at91rm9200dk_defconfig,调用
mkconfig
对系统用的一些头文件和目录进行操作,并在include目录下产生config.mk文件和config.h
wuxiwang
·
2011-03-28 13:00
api
include
makefile
图形
2010
linux内核
修改grub.cfg,让ubuntu10.04屏幕打印开机信息。
usr/sbin/grub-mkconfigusingtemplates#from/etc/grub.dandsettingsfrom/etc/default/grub#由 /usr/sbin/grub-
mkconfig
commshare
·
2011-03-08 16:00
linux
Debian
ubuntu
search
Terminal
menu
U-Boot 的
mkconfig
做了什么?
当然可以分析这个脚本,但是可以用一个直观的办法,如下图:很明显,它创建了一些链接。这主要是控制了要被编译的代码,在许多的config.mk里面,大量地使用到了ARCHCPU等变量,来控制被编译的代码,还有一些其它的Makefile的变量,用来控制TEXT_BASE。
張3.
·
2011-01-05 17:00
内存地址
U-BOOT配置
运行地址
config.mk
u-boot 1.1.6
mkconfig
源码注释( 请勿转载 )
#!/bin/sh-e#Scripttocreateheaderfilesandlinkstoconfigure#U-Bootforaspecificboard.##Parameters: Target Architecture CPU Board[VENDOR][SOC]##(C)2002-2006DENXSoftwareEngineering,WolfgangDenk#APPEND=no
heaiding
·
2010-12-28 22:00
c
header
File
null
Parameters
include
u-boot-1.1.6源码浅析(三)
现在来分析$(SRCTREE)/
mkconfig
文件的内容。
heaiding
·
2010-12-28 21:00
u-boot
mkconfig
文件分析
在u-boot执行make之前,会完成配置过程,make xxx_config 这个目标是调用uboot根目录下的
mkconfig
文件。
heaiding
·
2010-12-28 21:00
u-boot在s3c2410开发板上移植(NAND Flash Boot)过程
/
mkconfig
$(@:_config=)armarm920tbks2410NULLs3c24x0我把我的板子起名叫bks2410,可以依自己的喜好修改3)建立board/bks2410目录,拷贝board
md521
·
2010-11-07 10:00
c
function
command
Flash
makefile
alignment
uboot 2010.06阅读分析
在根Makefile文件中,先根据用户配置,如at91rm9200dk_defconfig,调用
mkconfig
对系统用的一些头文件和目录进行操作,并在include目录下产生config.mk文件和config.h
yuanyou
·
2010-09-12 14:00
api
include
makefile
图形
2010
linux内核
grub配置
default/grub_backup sudo gedit /etc/default/grub 例子 : GRUB_DEFAULT=0 GRUB_TIMEOUT=5 sudo grub-
mkconfig
foolraty
·
2010-08-11 08:00
ubuntu
grub配置
default/grub_backup sudo gedit /etc/default/grub 例子 : GRUB_DEFAULT=0 GRUB_TIMEOUT=5 sudo grub-
mkconfig
foolraty
·
2010-08-11 08:00
ubuntu
U-boot-1.2.0 Makefile解析
为ARM平台编译UBOOT使用如下命令: makesmdk2410_configmake Makefile中的目标smdk2410_config会去调用根目录下的
mkconfig
脚本文件,该脚本文件的功能是创建连接
polarbearboy
·
2010-07-05 17:00
c
脚本
Build
include
平台
makefile
mkconfig
脚本
/
mkconfig
$(@:_config)armarm1136board_nameNULLboard_name 如需在编译整个uboot之前另外做些事情,可在一个路径下定义一个脚本文件,把上述
mkconfig
sehrich
·
2010-06-29 15:00
脚本
null
makefile
Uboot 源码分析----启动代码
bootloader中start.S详细注解@文件包含处理 #include@由顶层的
mkconfig
生成,其中只包含了一个文件:configs/.h #include #include/* ***
ruixj
·
2010-06-02 17:00
c
exception
vector
汇编
user
Flash
移植U-Boot2009-01
修改顶层Makefile,增加一行hgateway_config : unconfig @$(
MKCONFIG
)$(@:_config=)armarm920thgatewayNULLs3c24x0hgateway
jun2ran
·
2009-12-26 17:00
u-boot在s3c2410开发板上移植(NAND Flash Boot)过程
/
mkconfig
$(@:_config=)armarm920tbks2410NULLs3c24x0我把我的板子起名叫bks2410,可以依自己的喜好修改3)建立board/bks2410目录,拷贝board
bournechen
·
2009-11-13 12:00
uboot-顶层Makefile注释
mkconfig
顶层makefile参考的文章。
jun2ran
·
2009-08-24 20:00
u-boot在s3c2410开发板上移植(NAND Flash Boot)过程
/
mkconfig
$(@:_config=)armarm920tbks2410NULLs3c24x0我把我的板子起名叫bks2410,可以依自己的喜好修改3)建立board/bks2410目录,拷贝board
ruixj
·
2009-06-15 22:00
c
function
command
Flash
makefile
alignment
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他