2009-09-29 14:21:27 Not able to create uImage.initramfs
V Hemanth Kumar (INDIA)
Message: 80645
Hi,
I am not able to create uImage.initramfs when I compile the distribution.
I am using the latest uClinux-dist-2009R1-RC6.tar.bz2 distribution and toolchain.
When I compile the distribution I only get the vmImage and vmlinux!
What could be the possible issue?
Thanks.
QuoteReplyEditDelete
2009-09-29 14:44:22 Re: Not able to create uImage.initramfs
Frank Van Hooft (CANADA)
Message: 80647
Perhaps you turned it off in menuconfig. What happens if you select "default all settings" in menuconfig, then do a make clean && make?
QuoteReplyEditDelete
2009-09-29 16:46:10 Re: Not able to create uImage.initramfs
Mike Frysinger (UNITED STATES)
Message: 80654
as Frank said, the images are created based on your configuration settings. if you disabled the options in the kernel, then it means you didnt want these types of images and so the uClinux-dist build system wont generate them.
QuoteReplyEditDelete
2009-09-30 04:55:14 Re: Not able to create uImage.initramfs
V Hemanth Kumar (INDIA)
Message: 80711
I am sorry, I don't remember which settings I changed because of which I am not able to create the uImage.
Can you please point me to which settings in linux kernel configuration I have to enable to create uImage.initramfs?
QuoteReplyEditDelete
2009-09-30 05:07:18 Re: Not able to create uImage.initramfs
Mike Frysinger (UNITED STATES)
Message: 80712
reading the Analog Devices vendor.mak shows that CONFIG_BLK_DEV_INITRD controls initramfs