ChinaUnix.net
相关文章推荐:

uboot 116内核启动参数

今天把文件系统和内核烧进去以后,出现如下信息: U-Boot 1.3.0-rc2 (May 10 2008 - 20:32:44) DRAM: 64 MB Flash: 32 MB Hit any key to stop autoboot: 0 ## Booting image at 000c0000 ... Image Name: linux-2.4.18 Created: 2008-05-10 13:04:54 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 930880 Bytes = 909.1 kB Load Address: a0008000 Entry Point: ...

by yk325 - Linux文档专区 - 2008-05-11 16:55:53 阅读(1258) 回复(0)

相关讨论

---------------------------------bootarg-------------------------------- bootfile=uImage serverip=192.168.1.177 nfshost=192.168.1.177 set bootargs=console=ttyS0,115200n8=noinitrd rw ip=192.168.1.80 video:output=pal root=/dev/nfs nfsroot=192.168.1.177:/work/ramdisk,nolock mem=28M set bootcmd='tftp;bootm' set setboot setenv bootargs \$(bootargs) eth=\$(ethaddr) set bootcmd 'run setboot; bootm 0x2...

by woodsjiang - Linux文档专区 - 2008-06-23 15:56:48 阅读(1009) 回复(0)

bootfile=uImage serverip=192.168.1.177 nfshost=192.168.1.177 set bootargs=console=ttyS0,115200n8=noinitrd rw ip=192.168.1.80 video:output=pal root=/dev/nfs nfsroot=192.168.1.177:/work/ramdisk,nolock mem=28M set bootcmd='tftp;bootm' set setboot setenv bootargs \$(bootargs) eth=\$(ethaddr) set bootcmd 'run setboot; bootm 0x2040000' 1. 得到所有命令列表 2. help: help usb, 列出USB功能的使用说明 3. pi...

by zxg623 - Linux文档专区 - 2008-06-26 22:10:58 阅读(811) 回复(0)

内核启动参数 Linux 2.4.x 以后的内核都期望以标记列表(tagged list)的形式来传递启动参数启动参数标记列表以标记 ATAG_CORE 开始,以标记 ATAG_NONE 结束。每个标记由标识被传递参数的 tag_header 结构以及随后的参数值数据结构来组成。数据结构 tag 和 tag_header 定义在 Linux 内核源码的include/asm/setup.h 头文件中: // 文件首部定义了struct tag的指针: static struct tag *params; // include/arm_asm/setup.h文件定义...

by psbec - Linux文档专区 - 2008-08-01 23:45:06 阅读(847) 回复(0)

关于uboot和Linux内核中几个地址参数uboot加载启动内核过程的理解
    uboot一般使用mkimage工具先制作一个启动映象文件来引导识别内核的,uboot源代码的tools/目录下有mkimage工具,这个工具可以用来制作不压缩或者压缩的多种可启动映象文件。mkimage在制作映象文件的时候,是在原来的可执行映象文...

by mutes - 移动操作系统 - 2013-04-23 11:13:19 阅读(4970) 回复(1)

powerpc的8572体系。 我在内核menuconfig里配置了bootloader的参数。 编译后运行内核,发现内核根本没有采用uboot启动参数 (比如nfs的路径,IP等参数),而是采用默认的参数。 我怀疑是配置文件DTB文件的问题,也就是说,uboot在获取环境变量bootarg之后,没有正确的更新DTB的内容。 我想查看DTB是否配置正确,但DTB里的内容都是DTS经过编译形成的16进制码,怎么看他是否正确? q1:大家有没有其他的解决方法? q2: powerp...

by wilos - 嵌入式开发 - 2009-06-21 20:37:54 阅读(2695) 回复(2)

linux启动参数 creator sz111@126.com linux如何得到bios传递来的参数呢?我以前一直不是很明白,今天看了 LINUX程序和vivi的源码之后才明白了。 原来是通过地址传输的。在2410设定ram的起始地址偏移0x100处放置启动 参数。bios只要在这里的位置放置了启动参数,然后Linux会去读就ok了。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/49088/showart_513691.html

by creatorwu - Linux文档专区 - 2008-04-01 13:52:07 阅读(1326) 回复(0)

1. RE: How to disable DHCP requestes and assign a static IP to the board during booting? You need to set static IP address as: ip=:::::: for example ip=172.18.1.222:172.18.1.49:172.18.0.254:255.255.0.0:::off setenv bootargs root=/dev/mtdblock2 mem=56M ip=192.168.81.45:192.168.81.1:255.255.255.0 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/54388/showart_1409716....

by hndeng06 - Linux文档专区 - 2008-11-12 19:58:19 阅读(1640) 回复(0)

您好! 重新编译了uboot内核文件,然后移植到开发板(MPC8313ERDB)上面去,uboot可以启动,打印信息如下: U-Boot 1.3.0 (Mar 26 2013 - 18:11:12) MPC83XX Reset Status: CPU: e300c3, MPC8313E, Rev: 21 at 333.333 MHz, CSB: 166 MHz Board: Freescale MPC8313ERDB I2C: ready DRAM: 128 MB FLASH: 8 MB NAND: In: serial Out: serial Err: serial Net: TSEC0, TSEC1 [PRIME] => 然后我再移植uImage等...

by shuimu_1 - 嵌入式开发 - 2013-05-31 16:56:37 阅读(2445) 回复(2)

IP-Config: Complete: device=eth0, addr=192.168.0.45, mask=255.255.255.0, gw=255.255.255.255, host=192.168.0.45, domain=, nis-domain=(none), bootserver=192.168.0.46, rootserver=192.168.0.46, rootpath= Looking up port of RPC 100003/2 on 192.168.0.46 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Looking up port of RPC 100005/1 on 192.168.0.46 Root-NFS: Server returned error -2 while ...

by quanguoheme - 嵌入式开发 - 2012-07-13 14:56:47 阅读(1385) 回复(4)

一、nfs启动内核与根文件系统,内核与根文件系统都在nfs上

bootargs=noinitrd root=/dev/nfs rw nfsroot=192.168.0.1:/home/tekkaman/working/nf
s/rootfs ip=192.168.0.2:192.168.0.1::255.255.255.0 console=ttySAC0,115200 init=/
linuxrc mem=64M
bootcmd=nfs 0x30008000 192.168.0.1:/home/tekkaman/working/nfs...

by lantianyu520 - 移动操作系统 - 2011-12-20 09:44:13 阅读(1072) 回复(0)