Re: omap5912-osk bad magic number

2008-06-03 Thread mohammed shareef
i am using uImage only.. here is what i do to make an image after compiling the kernel: arm-linux-objcopy -O binary -R .note -R .comment -S arch/arm/boot/compressed/vmlinux linux.bin gzip -9 linux.bin /tools/mkimage -A arm -O linux -T kernel -C gzip -a 0x10c08000 -e 0x10c08000 -n 'Linux Kernel

Re: omap5912-osk bad magic number

2008-06-03 Thread Felipe Balbi
Just a tip, On Tue, 3 Jun 2008 15:02:50 +0530, mohammed shareef [EMAIL PROTECTED] wrote: /tools/mkimage -A arm -O linux -T kernel -C gzip -a 0x10c08000 -e 0x10c08000 -n 'Linux Kernel Image' -d linux.bin.gz uImage.cc put mkimage in you path (/usr/local/bin, for instance) and issue make uImage

Re: omap5912-osk bad magic number

2008-06-02 Thread Felipe Balbi
On Mon, Jun 02, 2008 at 11:13:48PM +0530, mohammed shareef wrote: Hi, i tried to re-compile my kernel by adding a few features and then transfered the new image using u-boot. Unfortunately am getting the following error: ## Booting image at 0010 ... Bad Magic Number OMAP5912 OSK #