Re: [U-Boot] Question about theKernel

2011-12-02 Thread Wolfgang Denk
Dear StrongLeg, a few formal requests: 1) Please always keep the mailing list on Cc: 2) Please do not top post. 3) Please do not full quote. You may want to read http://www.netmeister.org/news/learn2quote.html In message you wrote: > it's not in u-boot, i use 'si' in gdb before theKernel, u-b

Re: [U-Boot] Question about theKernel

2011-12-01 Thread Wolfgang Denk
Dear "StrongLeg", In message <74376E61A3BD4FD5A8ED9CD9E483F3B9@stronglegf60fee> you wrote: > the entry address of uImage is 0x80300040, in the do_bootm_linux() function, > theKernel is set to that address correctly, the parameter is passed > correctly to, but after run to theKernel, gdb said: "C

[U-Boot] Question about theKernel

2011-12-01 Thread StrongLeg
the entry address of uImage is 0x80300040, in the do_bootm_linux() function, theKernel is set to that address correctly, the parameter is passed correctly to, but after run to theKernel, gdb said: "Cannot access memory at address 0x7xxx", gdb command 'si' 'set $pc' can't change pc value, doe