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
bootm
Ubuntu 系统 Update-rc.d 命令
一、Linux系统主要启动步骤读取MBR的信息,启动
BootM
SIMONE
·
2011-10-25 17:00
u-boot和linux的机器码
启动u-boot后,用
bootm
命令来引导内核(执行
bootm
0x30008000),但是执行后,卡住了,无法启动内核,现象如下: Startingkernel...
xuxinshao
·
2011-10-19 09:00
c
timer
linux
IO
hex
linux内核
zimage、uImage、vmlinuz区别
uImage是u-boot使用
bootm
命令引导的Linux压缩内核映像文件格式,使用工具mkimage对普通的压缩内核映像文件(zImage)加工而得。可以由
bootm
命令从任意地址解压启动内核。
xuxinshao
·
2011-10-19 09:00
linux
shell
嵌入式
工具
tools
linux内核
mkimage制作linux内核映像
bootm
命令是用来引导经过u-boot的工具mkimage打包后的kernelimage的,什么叫做经过u-boot的工具mkimage打包后的kernelimage,这个就要看mkimage的代码
yanyiyyy
·
2011-07-11 12:00
bootm
命令分析
bootm
命令函数do_
bootm
位于Cmd_
bootm
.c,其流程为:确定是否要校验uImage和ramdisk里的数据,默认校验,若想不校验:设置了环境变量verify=n。
roadtoforest
·
2011-07-08 23:00
mkimage是怎样把内核制作成uboot格式的
在UBOOT中,引导内核最常用的方法是
bootm
命令,
bootm
命令可以引导“UBOOT格式”的内核。
liukun321
·
2011-07-04 09:00
linux
image
FreeBSD
工具
compression
linux内核
u-boot mkimage工具使用说明
我们使用
bootm
命令加载的内核和根文件系统,都要用这个工具加上个头。
roadtoforest
·
2011-07-03 00:00
Uncompressing Linux... done, booting the kernel (问题集锦)
Linux内核移植到MINI6410,主线内核2.6.37.1基本已经支持了MINI6410的板子,所以移植到能够启动起来的阶段很简单,但是在移植的时候还是出现了一个比较常见的问题:MINI6410#
bootm
0x50008000
CHALLEN537
·
2011-06-14 22:00
c
timer
image
struct
macros
linux内核
u-boot详细命令集!
1、bootmdKNLinux联盟
bootm
[addr[arg...]] -bootapplicationimagestoredinmemory passingargumen
zjt289198457
·
2011-06-04 09:00
uboot启动zImage(go)和uImage(
bootm
)分析
http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=embedded&Number=700811&Search=true&Forum=embedded&Words=uboot%C6%F4%B6%AFzImage&Match=Entire%20Phrase&Searchpage=0&Limit=25&Old=allposts&Mai
xxblinux
·
2011-06-04 01:00
内核启动时,设备及驱动初始化的实现
Uboot完成系统的引导并将Linux内核拷贝到内存之后,
bootm
->do_
bootm
_linux()跳转到kernel的起始位置; 压缩过的kernel入口在arch/arm/boot/compressed
hellolwl
·
2011-05-12 17:00
Module
command
basic
initialization
networking
linux内核
omap3530从SD卡启动
printenvbootdelay=3baudrate=115200ethaddr=aa:bb:cc:dd:ee:ffbootfile="uImage"tftp1=tftp0x80300000uImagetftp3=
bootm
80300000tftp0
zjjyliuweijie
·
2011-04-26 10:00
u-boot-2009.08引导内核学习笔记(转)
U-Boot移植好后就要考虑如何引导内核了(以下介绍的是
bootm
方式,开发板是友善之臂的mini2440)。
xmphoenix
·
2011-04-08 12:00
u-boot和linux的机器码问题分析
liweikui发表于2009-12-2114:24:00 在>一文中,执行完第6步的操作后,启动u-boot后,用
bootm
命令来引导内核(执行
bootm
0x30008000),但是执行后
guolele2010
·
2011-03-30 12:00
c
linux
timer
IO
hex
linux内核
uboot从
bootm
跳到内核
然后再使用
bootm
引导内核。 读取内核只是进行内存复制,因此仅仅需要分析
bootm
。
isiqi
·
2011-03-26 12:00
linux
cache
OS
Go
uboot从
bootm
跳到内核
============================================作者:yuanluluhttp://blog.csdn.net/yuanlulu版权没有,但是转载请保留此段声明============================================main_loop中执行的最重要的操作便是引导内核。引导分两步。第一步先读取内核镜像uImage到内存。然后再使
yuanlulu
·
2011-03-26 12:00
linux
struct
image
header
command
OS
uboot分析之
bootm
_start
作者:yuanluluhttp://blog.csdn.net/yuanlulu版权没有,但是转载请保留此段声明============================================
bootm
yuanlulu
·
2011-03-26 11:00
image
struct
header
OS
null
compression
uboot分析之
bootm
_start
bootm
命令执行过程中调用了
bootm
_start函数,这个函数比较重要,所以先分析它。
isiqi
·
2011-03-26 11:00
工作
linux
OS
Go
uboot分析之
bootm
_start
阅读更多
bootm
命令执行过程中调用了
bootm
_start函数,这个函数比较重要,所以先分析它。
isiqi
·
2011-03-26 11:00
OS
Linux
工作
Go
U-boot如何引导Linux内核启动
9806@163.com转载请注明http://blog.csdn.net/sailor_8318/archive/2008/08/05/2773412.aspx 【摘要】本节介绍了U-boot使用go或
bootm
insect27
·
2011-02-27 15:00
linux
image
header
application
compression
linux内核
U_boot 的 bootcmd 和bootargs参数详解
bootcmd=mmcinit;fatloadmmc0:180000000uImage;
bootm
80000000 需要注
shuaishuai80
·
2011-02-22 16:00
linux
server
脚本
command
Flash
平台
uboot引导linux内核
0上keety大侠提供的补丁生成的u-boot-1.1.3这段时间不断有人问我u-boot启动内核的问题,记得在上次提供的u-boot源码中提到了go的方案,不过其实u-boot本来有一种更好的方案:
bootm
Matrix_Designer
·
2010-12-21 10:00
u-boot与Linux内核机器码问题
在>一文中,执行完第6步的操作后,启动u-boot后,用
bootm
命令来引导内核(执行
bootm
0x30008000),但是执行后,卡住了,无法启动内核,现象如下:Startingkernel...
janlin1213
·
2010-12-02 09:00
c
linux
timer
IO
hex
linux内核
内核启动时,设备及驱动初始化的实现( 版本2.6.35.4)
02/17/3900590.aspxhttp://blog.chinaunix.net/u2/68846/showart_694377.htmlUboot完成系统的引导并将Linux内核拷贝到内存之后,
bootm
jinhongzhou
·
2010-11-20 11:00
bootm
命令中地址参数,内核加载地址以及内核入口地址
bootm
命令只能用来引导经过mkimage构建了镜像头的内核镜像文件以及根文件镜像,对于没有用mkimage对内核进行处理的话,那直接把内核下载到连接脚本中指定的加载地址0x30008000再运行就行
liangkaiming
·
2010-11-04 10:00
linux
image
cmd
header
download
byte
U-BOOT全线移植分析系列之四——U-boot如何引导Linux内核启动
【摘要】本节介绍了U-boot使用go或
bootm
启动linux内核的方法。首先介绍了mkimage的参数意义和
bootm
的详细执行流程。然后分析了如何利用mkimage生成内核映象的方法。
liangkaiming
·
2010-10-28 11:00
linux
image
header
application
compression
linux内核
如何在44B0板子的RAM中运行uclinux
1、将编译好的uclinux_rom.bin放在tftpd32的默认传输目录下,在uboot中输入命令tftp0x0c208000,镜像被自动下载到RAM中的0x0c208000位置,然后执行
bootm
0x0c208000
dasheng_604
·
2010-10-19 20:00
制作Linux映像和Kernel的启动
进入
bootm
命令分析之前,先来看看README里面的几段话,简单翻译之制作Linux映像============使用uboot时,内核通常生成的文件"zImage"或"bzImage"是没用的。
gowyz
·
2010-10-15 14:00
linux
struct
image
header
OS
linux内核
u-boot启动流程
现在我配置的启动模式是tftpboot;
bootm
,启动内核后通过NFS挂载根文件系统。 下面把代码详细的启动步骤记录下来。
kevin_hcy
·
2010-09-28 10:00
linux
image
command
cmd
application
NetWork
U-Boot启动引导内核分析(三)
标签:ARM bootloader U-Boot 代码分析抵岸科技do_
bootm
_linux()函数位于lib_arm/
Bootm
.c文件中,主要流程分析如下:voiddo_
bootm
_linux
dian_technology
·
2010-09-13 20:00
uboot传递内核参数全解析
linuxkernel启动的时候,bootloader把这个数据结构拷贝到某个地址,在改动PC跳向内核接口的同时,通过通用寄存器R2来传递这个地址的值,下面这句话就是uboot跳向linuxkernel的代码(
bootm
cjdao
·
2010-09-02 11:00
linux
U-BOOT下使用
bootm
引导内核方法
0上keety大侠提供的补丁生成的u-boot-1.1.3这段时间不断有人问我u-boot启动内核的问题,记得在上次提供的u-boot源码中提到了go的方案,不过其实u-boot本来有一种更好的方案:
bootm
willand1981
·
2010-08-13 16:00
U-boot启动内核原理
U-boot启动内核原理 ARM平台U-boot启动内核命令如:bootcmd=
bootm
0xc4040014 在.
mociml
·
2010-08-06 09:00
linux
image
header
Flash
Parameters
linux内核
u-boot-1.3.4移植问题点(一)
SST39VF1601(2MB)1.u-boot环境变量偏移地址及大小设置不合理,导致内核无法启动现象: 当我设置setenvbootcmdnandread3080000040000200000/;
bootm
30800000
sustzombie
·
2010-05-25 19:00
数据结构
linux
command
Flash
存储
tags
bootm
引导内核过程详解之二
//文件名:u-boot-1.3.1/lib_arm/armlinux.c//
bootm
引导内核过程详解之二 //由cmd_
bootm
.c中的do_
bootm
函数调用该函数来最终引导内核启动/*该函数的主要功能
sustzombie
·
2010-05-25 19:00
linux
image
struct
header
cmd
tags
bootm
引导内核过程详解之一-cmd_
bootm
//文件名:u-boot-1.3.1/common/cmd_
bootm
.c//
bootm
引导内核过程详解之一-cmd_
bootm
//Thomas.Yang2010.05.25 /*do_
bootm
()是
sustzombie
·
2010-05-25 19:00
linux
image
cmd
header
OS
compression
bootloader 内核启动参数
kernel启动的时候,bootloader把这个数据结构拷贝到某个地址, 在改动PC跳向内核接口的同时,通过通用寄存器R2来传递这个地址的值,下面这句话就是uboot跳向linux kernel的代码(
bootm
xiyangfan
·
2010-04-07 14:00
数据结构
linux
struct
header
command
uboot引导powerpc,u-boot,
bootm
,bootcmd
uboot使用
bootm
命令引导操作系统,不同架构
bootm
的功能不同。对于arm,也许就是带一个内核的内存地址就可以了,其他参数由bootargs决定。
lanmanck
·
2010-03-19 10:00
遇到的一个小问题
uboot1.2.0移植好了,但网卡驱动好像有问题tftp命令烧写内核会有错误,只好改用串口方式来烧写内核,但烧写完成后,在用
bootm
命令启动内核时,又出现BadMagicNumber错误,郁闷,解决中
victory08
·
2010-03-11 15:00
内核启动时,设备及驱动初始化的实现-非常好-不得不转
Uboot完成系统的引导并将Linux内核拷贝到内存之后,
bootm
->do_
bootm
_linux()跳转到kernel的起始位置; 压缩过的kernel入口在arch/arm/boot/c
linucos
·
2010-02-25 14:00
Module
command
basic
initialization
networking
linux内核
【Bootloader】U-BOOT全线移植分析系列之四--U-boot如何引导Linux内核启动?
9806@163.com转载请注明http://blog.csdn.net/sailor_8318/archive/2008/08/05/2773412.aspx 【摘要】本节介绍了U-boot使用go或
bootm
billpig
·
2010-01-29 15:00
linux
image
header
application
compression
linux内核
U-BOOT下使用
bootm
引导内核方法
U-BOOT下使用
bootm
引导内核方法注: u-boot使用的是打上:http://www.hhcn.com/cgi-bin/topic.cgi?
hero_james
·
2010-01-12 14:31
职场
休闲
u-boot
bootm
U-BOOT下使用
bootm
引导内核方法
U-BOOT下使用
bootm
引导内核方法注: u-boot使用的是打上:http://www.hhcn.com/cgi-bin/topic.cgi?
hero_james
·
2010-01-12 14:31
职场
休闲
u-boot
bootm
uImage,zimage,vmlinux概念及区别
uImage是u-boot使用
bootm
命令引导的Linux压缩内核映像文件格式,使用工具mkimage对普通的压缩内核映像文件(zImage)加工而得。可以由
bootm
命令从任意地址解压启动内核。
toonny1985
·
2010-01-06 14:00
linux
工具
tools
固化u-boot,kernel到flash上,让uboot开机帮您引导内核
如果你想把镜像文件写入flash,每次开机后让u-boot帮你复制到sdram中,再使用
bootm
命令引导的话,可以按照这样操作:sbc2410=>tftp0x30008000zImage.imgTFTPfromserver192.168.1.115
bournechen
·
2009-11-13 12:00
Uboot通过
bootm
命令向内核传递MAC地址
Uboot通过
bootm
命令向内核传递MAC地址R.wen 我们使用的系统中的CS8900a没有外接eeprom,所以在默认的情况,Linux下的CS8900a的驱动使用的是一个伪MAC地址
bournechen
·
2009-11-13 12:00
linux
image
header
Parameters
tags
linux内核
mkimage制作linux内核映像 (转)
bootm
命令是用来引导经过u-boot的工具mkimage打包后的kernelimage的,什么叫做经过u-boot的工具mkimage打包后的kernelimage,这个就要看mkimage的代码,
itismine
·
2009-10-27 19:00
U-BOOT下使用
bootm
引导内核方法
0上keety大侠提供的补丁生成的u-boot-1.1.3这段时间不断有人问我u-boot启动内核的问题,记得在上次提供的u-boot源码中提到了go的方案,不过其实u-boot本来有一种更好的方案:
bootm
yylklshmyt20090217
·
2009-09-25 21:00
linux
image
Flash
table
byte
hex
常用的bootargs参数设置备忘录
0x30800000,20Minit=/linuxrcsetenvbootcmdtftpboot0x33000000uImage-rtc/;tftpboot0x30800000initrd_fs-nfs.img/;
bootm
33000000sets
yylklshmyt20090217
·
2009-09-25 20:00
c
server
Random
U-BOOT下使用
bootm
引导内核方法[转载]
0上keety大侠提供的补丁生成的u-boot-1.1.3这段时间不断有人问我u-boot启动内核的问题,记得在上次提供的u-boot源码中提到了go的方案,不过其实u-boot本来有一种更好的方案:
bootm
lion3875
·
2009-07-19 10:00
职场
引导
休闲
u-boot
bootm
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
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
其他