> It's possible to load the kernel image on that evaluation board using GDB or
> angelboot ?
I'm porting kernel to the clps7500 board using angelboot.
use the following..
./angelboot -f opts zImage
The opts file is ..
base 0x8000
entry 0x8000
device /dev/ttyS0
options "9600 8N1"
baud 115200
# otherfile rootfs.gz
# otherbase 0x408000
exec minicom
If the kernel is compiled for serial console you'll see uncompressing
kernel message on your ttyS0.
Enjoy!
_Saran_
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.