ChinaUnix.net
相关文章推荐:

Freeing init memory

我的是mx31板子,跑到freeing init memory: 196K后停止了,请问出了什么错误,谢谢!!!

by shenxiaocheng - 嵌入式开发 - 2013-04-11 11:15:04 阅读(8739) 回复(10)

相关讨论

请问在uclinux启动的时候控制台打印出的freeing init memory: 184K中的184K是怎么得到的呢,跟什么有关系呢?是不是内核 裁减的越小,这个值就越小呢?小弟正在做uclinux内核裁减,希望知道的朋友能给小弟点建议,我的目标是,越小越好;

by qks5201314 - Linux环境编程 - 2008-06-23 08:28:33 阅读(3045) 回复(8)

大家好!我又遇到问题了,移植内核时,程序停在freeing init memory 望指点,十分感谢!

by thx0233412 - Linux新手园地 - 2009-06-04 12:38:06 阅读(1413) 回复(2)

各位老大,我自己做了文件系统 用的是busybox 1.13.1 按照这个帖子做的 http://blog.chinaunix.net/u2/80919/showart.php?id=1415951 把文件系统烧进去后就发生了这个错误 ////////////////////////////////////////////////////////// page size: 512 bytes OOB area size: 16 bytes sector size: 8 KiB pages number: 16384 pages per sector: 16 bus width: 8 bits in sector size: 13 bits in page size: 9 bits in OOB s...

by lovehebut - 嵌入式开发 - 2008-12-08 19:09:15 阅读(3577) 回复(3)

VFS: Mounted root (cramfs filesystem,read only). freeing init memory: 68K 然后跟进去, static int init(void * unused) { ................ if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) ................ } ---> asmlinkage long sys_open(const char __user * filename, int flags, int mode) { ................ if (fd >= 0) { struct file *f = filp_open(tmp, flags, mode); .........

by edisontang - 嵌入式开发 - 2008-07-01 11:48:06 阅读(3285) 回复(4)

我用的linux2.6.9,插电源启动,串口就停留在最后一句输出。这时按reset键却能够正常运行到busybox. 这是哪里出的问题呢?时序有问题吗? 谢谢 Using physmap partition definition Creating 4 MTD partitions on "phys_mapped_flash": 0x00000000-0x00030000 : "Boot Loader" 0x00030000-0x00110000 : "OS Kernel" 0x00110000-0x007a0000 : "Ramdisk" 0x007a0000-0x00800000 : "File System" NET: Registered protocol family 2 I...

by againyuan - 嵌入式开发 - 2008-11-27 20:41:51 阅读(8627) 回复(17)

(转)http://blog.sina.com.cn/s/blog_5592d0620100034s.html 在 http://www.kernel.org 下载 2.6.15.4 的内核, 在ftp://ftp.handhelds.org/projects/toolchain/arm-linux-gcc-3.4.1.tar.bz2下载交叉编译工具 修改Makefile 注释掉以下内容: #ARCH ?= $(SUBARCH) #CROSS_COMPILE ?= 增加如下内容: ARCH : = arm CROSS_COMPILE =/usr/local/arm/3.4.1/bin/arm-linux- 修改arch\arm\mach-s3c2410\devs.c文件 增加头...

by Reny - Linux文档专区 - 2009-04-21 10:44:00 阅读(1312) 回复(0)

移植linux2.6.22至pxa270基本成功了 nfs方式能将系统起来。 工具链为arm-none-linux-gnueabi busybox版本1.9.0。 启动参数:boot root=/dev/nfs rw nfsroot=192.168.1.100:/rootfs ip=192.168.1.200::::: console=ttyS0,38400 netmac=00:cf:0a:be:04:25 mem=64M nohalt 启动后telnet连上板子,/dev下有console. 但串口输出停在freeing init memory: 88K后就没有输出了。连接板子只好用telnet方式。 sys_open((const char __use...

by zozowit - 嵌入式开发 - 2008-01-30 11:44:35 阅读(2174) 回复(0)

移植linux2.6.22至pxa270,结果启动信息显示至freeing init memory: 92K就停住了 打印跟踪,发现停在了./init/main.c的sys_open((const char __user *) "/dev/console", O_RDWR, 0)函数中 该函数没有返回,似乎死在里头了,作为菜鸟我也尝试跟踪,一路打印,直到驱动里也没找出个所以然来,还望给位指点 [ 本帖最后由 zozowit 于 2008-1-28 10:26 编辑 ]

by zozowit - 嵌入式开发 - 2008-01-28 10:21:54 阅读(1866) 回复(0)

高手们,请帮我诊断下,我现在在移植2.6.18的内核到ARM + s3c2410的平台上面来,参考高手们的移植经验,有关nandflash的分区信息我已经添加进去了!并且能够识别nandflash,但是不能进入控制台,启动信息如下: Uncompressing Linux................................................................ done, booting the kernel. Linux version 2.6.18 ([email]jerry@vsserver1.porcheson.com[/email]) (gcc version 3.4.1) #22 T...

by yubobo0622 - 嵌入式开发 - 2008-11-03 11:47:38 阅读(2817) 回复(5)

freeing unused kernel memory 出现了, 我使用的是 Processor : VIA Eden ESP VE series(400MHz or 800MHz) Chipset : PLE133/VT686B, Realtek RTL8100 make menuconfig 选择的是 CyrixIII/VIA-C3 没有选择  VIA C3-2 (Nehemiah) menu.list of grub kernel /kernel syst_size=110M log_size=10M init=/linuxrc rw root=/dev/ram0 rw boot=/dev/hda2:ext2 PKGPATH=/dev/hda2 console=ttyS0,9600n8 console=tty0 initrd /ini...

by ixp2xxx - 内核源码 - 2007-05-28 15:09:51 阅读(5959) 回复(5)