[linux-cirrus] debuging problems U-boot with Epi Majic.
- From: gokhan boluk <gboluk@xxxxxxxxxxx>
- To: <linux-cirrus@xxxxxxxxxxxxx>
- Date: Mon, 4 Dec 2006 07:26:06 +0000
Does any body use epi majic series debugger (edb93xx board)
I'm trying debug u-boot with epi maijic but getting some error?
/*
(gdb) load
Loading section .text, size 0x162d4 lma 0x60000000
Memory access error while loading section .text. //ERROR :-(
*/
Have you got a any idea?
Thanks;
Gokhan Boluk
(gdb) set remoteti 10
(gdb) file u-boot
Reading symbols from /root/u-boot/u-boot...done.
(gdb) target remote localhost:2345
Remote debugging using localhost:2345
0x00000000 in ?? ()
(gdb) load
Loading section .text, size 0x162d4 lma 0x60000000
Memory access error while loading section .text. //ERROR :-(
(gdb) MON dw pc
.pc 00000000 //pc must be 0x60000000 :(
(gdb) MON r
Auto JTAG detection process detected 1 TAP
(gdb) MON dw pc
.pc 60000000 //this is true address
(gdb) b start.S:reset
Breakpoint 1 at 0x60000050: file /root/u-boot/cpu/arm920t/start.S, line 128.
(gdb) c
Continuing.
Program received signal SIGTRAP, Trace/breakpoint trap. //Getting this errror
0x00000000 in ?? ()
_________________________________________________________________
Use Messenger to talk to your IM friends, even those on Yahoo!
http://ideas.live.com/programpage.aspx?versionId=7adb59de-a857-45ba-81cc-685ee3e858fe
Other related posts:
- » [linux-cirrus] debuging problems U-boot with Epi Majic.