|
RE: gdb + loading binary files
|
10/09/2007 11:54 AM
post1892
|
RE: gdb + loading binary files
Let me explain what I would like to accomplish.
I want to use QEMU's Integrator/CP + ARM 926.
QEMU support booting with floppy/hdd/cdrom or linux kernel (I may have least explored this )
I would like to
* invoke qemu with -S and -s switch
* connect arm gdb from host (my case Linux)
* load ipl to address 0x1000
* load startup+kernel to someother locations (say 0x00100000)
* set pc/r15 to 0x1000
* run
I have modified the serial driver to get the address through serial output port and do a setup_image and start_image on
that address.
Let me know if it is possible, or anybody tried this. I haven't' yet tried the restore file command.
L9h
|
|
|