<div dir="ltr">Hello Guys... I think uImage is important but it is not being generated by the yocto project. It only generated the rootfs and uboot.bin. Is there any variable that has to be introduced in the machine.conf (in my case it is skidata-tamonten.conf)....<div>
<br></div><div style>Here is the configuration file </div><div style><br></div><div style><div>#@TYPE: Machine</div><div>#@NAME: skidata-tamonten machine</div><div>#@DESCRIPTION: Machine configuration for the Tamonten board</div>
<div><br></div><div>PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"</div><div><br></div><div>IMAGE_FEATURES += "package-management"</div><div>EXTRA_IMAGEDEPENDS += " u-boot"</div><div><br>
</div><div># Uncomment the following line to enable the hard floating point abi. Note that</div><div># this breaks some binary libraries and 3D (neither of which ship with</div><div># meta-yocto). For maximum compatibility, leave this disabled.</div>
<div>DEFAULTTUNE ?= "cortexa9t"</div><div>include conf/machine/include/tune-cortexa9.inc</div><div><br></div><div>IMAGE_FSTYPES += "tar.bz2 ext2"</div><div><br></div><div>SERIAL_CONSOLE = "115200 ttyS0"</div>
<div><br></div><div>PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"</div><div>PREFERRED_VERSION_linux-yocto ?= "3.2%"</div><div><br></div><div>KERNEL_IMAGETYPE = " uImage"</div><div><br></div>
<div>PREFERRED_VERSION_u-boot ?= "v2013.01.01%"</div><div><br></div><div>UBOOT_MACHINE = "tec_config"</div><div>UBOOT_ENTRYPOINT = "0x17000000"</div><div>UBOOT_LOADADDRESS = "0x17000000"</div>
<div><br></div><div>MACHINE_FEATURES = "usbgadget usbhost vfat screen touchscreen keyboard"</div><div><br></div><div><br></div><div style>Greets,</div><div style>Satya</div></div></div>