Hello, On Mon, 19 Jan 2015 09:59:19 +0000 (UTC) Coskun AYYILDIZ <[email protected]> wrote:
> Hi, > I have an Ubuntu 12.04 host located in VmWare in Windows 7. I want to install > the ELDK-5.5 for the powerpc platform but have been unsuccessful till now. > I mounted the iso file as described: > sudo mount -o loop eldk-5.5-powerpc.iso /media/cdrom > Going into the /media/cdrom folder I can see the install.sh script. Then I > continue as described: > ./install.sh -d /opt/eldk-5-5/ powerpc > However it gives the following error:Error: SDK image "gmae" is not available > Available SDK images for target 'powerpc':<none> > However it gives the following error:Error: RFS image "minimal" is not > available Available RFS images for target 'powerpc':<none> > Then I want to use 'none' SDK image and 'none' in RFS image. So, I run the > following command: > ./install.sh -s - -r - -d /opt/eldk-5-5/ powerpc Something is wrong with your .iso image, it seems. Please run sha256sum eldk-5.5-powerpc.iso and check the output. It should be: 0afc2fba3e4897dcb76cd284266d5aa6b6e93160fcef33df01d8b90f21d00189 eldk-5.5-powerpc.iso If it is not, then first ensure that you download the whole iso image correctly. Best regards, Anatolij _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
