Sideleau, Scott R wrote: > ## Booting image at 00100000 ... > Image Name: OE > Image Type: ARM Linux Kernel Image (gzip compressed) > Data Size: 1065210 Bytes = 1 MB > Load Address: 10c08000 > Entry Point: 10c08000 > Verifying Checksum ... OK > Uncompressing Kernel Image ... OK I wonder about the adresses used here. Do you followed http://oskfordummies.hp.infoseek.co.jp/howto/flash_kernel.html ? I would assume kernel at 0x40000 and start address/entry point at 0x10008000. E.g.: ## Checking image at 00040000 ... Image Name: Linux-2.6.11-omap1 Image Type: ARM Linux Kernel Image (umcompressed) Data Size: 1159328 Bytes = 1.1 MB Load Address: 10008000 Entry Point: 10008000 Veryfying Checksum ... OK > Any ideas? Any and all help/direction is appreciated. For debugging, enable Kernel hacking -> Kernel debugging -> Kernel low-level debugging functions (and temporarily apply patch in attachment, seems to be necessary to work low level debugging properly). Dirk