由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - Kernel doesn't boot after upgraded to 256MB memory
相关主题
how to use rs232/485 in linux board pls ?[合集] 在 SD/USB 上运行你的 ubuntu
新的 localmodconfig 可以自动选择系统需要的 module升级到2.6.20,kernel panic 了 T__T
自己编译的vanilla kernel在FC15上只能进入system rescue mode请教500GB硬盘分区问题
SuSE Enterprise 10: Kernel Update问题iptables can kill the network connection if booting from nfs ?
what's the "1000M ethernet support" in the kernel confighowto install vboxguestadditions on CentOS.
怎么保存kernel panic的消息?有人玩树梅么? Raspery pi
section mismatches while making kernelApache : 好像有一个命令能显示当前的config变量?
开机直接kernel panic会是什么原因?build image with debug info, can you build the debug symbol only ?
相关话题的讨论汇总
话题: kernel话题: 256mb话题: 128mb话题: debug话题: boot
进入Linux版参与讨论
1 (共1页)
b**r
发帖数: 352
1
I have a circuit board based on ARM926EJS, it was working fine with 128MB
DDR2. I just changed to a 256MB chip, the kernel boots ok if I only use the
lower 128MB. but will hang right after "booting the kernel" if I try to use
more, say 130MB.
I can r/w to the upper 128MB in uboot without any problem though.
I am trying to locate where the kernel hangs. I turned on DEBUG in head.S,
which didn't reveal anything usual. How can I get more debug info?
N****w
发帖数: 21578
2
any output on screen or RS-232 serial terminal?
s****n
发帖数: 786
3
如果u-boot里可以访问high 128M,查kernel tree
基本肯定是local bus访问无效地址造成kernel崩溃,看mmu相关的mmap register,很
久没摸arm,忘了具体内容,查manual

the
use

【在 b**r 的大作中提到】
: I have a circuit board based on ARM926EJS, it was working fine with 128MB
: DDR2. I just changed to a 256MB chip, the kernel boots ok if I only use the
: lower 128MB. but will hang right after "booting the kernel" if I try to use
: more, say 130MB.
: I can r/w to the upper 128MB in uboot without any problem though.
: I am trying to locate where the kernel hangs. I turned on DEBUG in head.S,
: which didn't reveal anything usual. How can I get more debug info?

b**r
发帖数: 352
4
Thanks for the replies.
I've enabled CONFIG_DEBUG_LL, inserted some printascii() into codes. I
narrowed it down to bootmem_init(). Trying to understand the code right now.
1 (共1页)
进入Linux版参与讨论
相关主题
build image with debug info, can you build the debug symbol only ?what's the "1000M ethernet support" in the kernel config
Any detailed instruction to remote debug shared library in QtCreator in Linux ?怎么保存kernel panic的消息?
靠,bios都禁掉的硬盘居然linux里还有section mismatches while making kernel
RE: 为了表示学习linux的决心开机直接kernel panic会是什么原因?
how to use rs232/485 in linux board pls ?[合集] 在 SD/USB 上运行你的 ubuntu
新的 localmodconfig 可以自动选择系统需要的 module升级到2.6.20,kernel panic 了 T__T
自己编译的vanilla kernel在FC15上只能进入system rescue mode请教500GB硬盘分区问题
SuSE Enterprise 10: Kernel Update问题iptables can kill the network connection if booting from nfs ?
相关话题的讨论汇总
话题: kernel话题: 256mb话题: 128mb话题: debug话题: boot