[oe-issues] [Bug 2077] linux-omap1 builds notbootable image
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Tue Apr 3 21:57:36 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2077
------- Comment #2 from anvoebugz at gmail.com 2007-04-03 14:57 -------
The file linux-2.6.18/arch/arm/boot/Makefile contains:
quiet_cmd_uimage = UIMAGE $@
cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A arm -O linux -T kernel \
-C none -a $(ZRELADDR) -e $(ZRELADDR) \
-n 'Linux-$(KERNELRELEASE)' -d $< $@
The way of creating image is differ of current way in linux-omap1.inc.
Is there any convention of image names in the OpenEmbedded?
The result of booting with image built with current linux-omap1.inc:
Load address: 0x10000000
Loading: #################################################################
#################################################################
#################################################################
##########################################################
done
Bytes transferred = 1291440 (13b4b0 hex)
## Booting image at 10000000 ...
Image Name: OE
Image Type: ARM Linux Kernel Image (gzip compressed)
Data Size: 1291376 Bytes = 1.2 MB
Load Address: 10008000
Entry Point: 10008000
Verifying Checksum ... OK
Uncompressing Kernel Image ... Error: inflate() returned -3
GUNZIP ERROR - must RESET board to recover
U-Boot 1.1.1 (Aug 4 2005 - 10:41:25)
The result of booting with applied patch:
Load address: 0x10000000
Loading: #################################################################
#################################################################
#################################################################
############################################################
done
Bytes transferred = 1304212 (13e694 hex)
## Booting image at 10000000 ...
Image Name: Linux-2.6.18-omap1
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1304148 Bytes = 1.2 MB
Load Address: 10008000
Entry Point: 10008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux..............................
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list