The manual of my starterkit says i should do this with the vmlinux: arm-elf-objcopy -O binary -S vmImage vmlinux.bin gzip -f9 vmlinux.bin mkimage -A arm -O linux -T kernel -C gzip -a 0x20008000 -e 0x20008000 -n "Linux Kernel Image" -d vmlinux.bin.gz vmImage
When im take the ./arch/arm/boot/compressed/vmlinux it won't work. If i take the ./vmlinux it is to big. -----Ursprüngliche Nachricht----- Von: "Gilles Chanteperdrix" <[EMAIL PROTECTED]> Gesendet: 16.05.08 14:18:30 An: [EMAIL PROTECTED] CC: [email protected] Betreff: Re: [Xenomai-help] at91sam9263 and user-space support compile fails On Fri, May 16, 2008 at 1:07 PM, <[EMAIL PROTECTED]> wrote: > I have found some debug flags. > Now the vmlinux is smaller but still to big > > -rwxr-xr-x 1 paradoxxa paradoxxa 4,8M 16. Mai 12:36 vmlinux > -rwxr-xr-x 1 paradoxxa paradoxxa 1,7M 16. Mai 12:36 > arch/arm/boot/compressed/vmlinux A 1.7M vmlinux is Ok. I do not understand what you mean. -- Gilles _____________________________________________________________________ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! http://smartsurfer.web.de/?mc=100071&distributionid=000000000066 _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
