发布时间:2013-11-16 11:16:53
u-boot官方下载地址ftp://ftp.denx.de/pub/u-boot/......【阅读全文】
发布时间:2013-11-16 09:44:58
使用nor的supervivi烧写uboot到nand: 进入supervivi,选择a,absolute user application /**************uboot下用命令下载uboot,内核和文件系统********************/ /* 先将内核zImage.........【阅读全文】
发布时间:2013-11-15 20:53:39
supervivi##### FriendlyARM BIOS 2.0 for 2440 #####[x] format NAND FLASH for Linux[v] Download vivi[k] Download linux kernel[y] Download root_yaffs image[a] Absolute User Application[n] Download Nboot for WinCE[l] Download WinCE boot-logo[w] Download WinCE NK.bin[d] Download & Run[z] Downl.........【阅读全文】
发布时间:2013-11-15 19:47:26
友善之臂原厂内核中的Nand 分区表,如下图所示:因此,在mach-mini2440.c 中加入以下代码;;以下蓝色部分为说明文字static struct mtd_partition mini2440_default_nand_part[] = {[0] = {.name = "supervivi", ;这里是bootloader 所在的分区,可以放置u-boot, supervivi 等内容,对应/dev/mtdblock0.size =.........【阅读全文】
发布时间:2013-11-15 09:38:01
u-boot的环境变量 u-boot的环境变量是使用u-boot的关键,它可以由你自己定义的,但是其中有一些也是大家经常使用,约定熟成的,有一些是u-boot自己定义的,更改这些名字会出现错误,下面的表中我们列出了一些常用的环境变量: 环境变量.........【阅读全文】