1、编译uboot
1.1(OK6410开发板)执行命令
make forlinx_nand_ram256_config
以下为各个开发板编译uboot的对应命令
TQ210: make TQ210_config
Smart210: make smart210_config
OK210: make forlinx_linux_config
OK6410...
分类:
其他好文 时间:
2015-02-06 09:43:28
阅读次数:
243
include/command.h:struct cmd_tbl_s { char *name; /* Command Name */ int maxargs; /* maximum number of arguments 最大参数个数*/ int repeatable; ...
分类:
其他好文 时间:
2015-01-27 17:40:48
阅读次数:
217
1、bootmbootm [addr [arg ...]]- boot application image stored in memorypassing arguments 'arg ...'; when booting a Linux kernel,'arg' can be the addres...
分类:
其他好文 时间:
2014-07-18 15:31:25
阅读次数:
216
Printenv打印环境变量。Uboot> printenvbaudrate=115200ipaddr=192.168.1.1ethaddr=12:34:56:78:9A:BCserverip=192.168.1.5Environment size: 80/8188 bytesSetenv设置新的变...
分类:
其他好文 时间:
2014-06-20 21:51:01
阅读次数:
192
mini2440
内核启动后,可以用busybox制作一个简单的根文件系统并用nfs来启动该文件系统启动mini2440,
按任意键进入uboot,按q键进入uboot命令行:执行以下命令:set bootargs "noinitrd root=/dev/nfs rw
nfsroot=192.168...
分类:
其他好文 时间:
2014-05-23 11:52:08
阅读次数:
357
介绍了uboot中的命令 重要的命令给出了命令的实例和部分相关命令的关联关系 方便自己使用...
分类:
其他好文 时间:
2014-05-15 04:22:22
阅读次数:
349