<div dir="ltr">Hi, <div><br></div><div style>I want to build a basic image for the Avionic Tamonten board using Yocto. SO, I created a skidata-tamonten.conf in the list of machines based on the beagleboard.conf but I dont know what to add for the UBOOT_MACHINE= . I tried my best to use the same "omap_beagle_conf" but it doesnot boot properly. Here is the skidata-tamonten.conf file description</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>XSERVER ?= "xserver-xorg \</div><div>           xf86-input-evdev \</div><div>           xf86-input-mouse \</div><div>           xf86-video-omapfb \</div><div>           xf86-input-keyboard"</div><div><br></div>
<div># Ship all kernel modules by default</div><div>MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"</div><div><br></div><div># Allow for MMC booting ()</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 ?= "cortexa9thf"</div><div>include conf/machine/include/tune-cortexa9.inc</div><div><br></div><div>IMAGE_FSTYPES += "tar.bz2 ext2 ext3"</div><div><br></div><div>SERIAL_CONSOLE = "115200 ttyO2"</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 ?= "v2012.04%"</div><div><br></div><div>UBOOT_MACHINE = "???????????????????"</div><div><br></div><div>UBOOT_ENTRYPOINT = "0x00008000"</div><div>UBOOT_LOADADDRESS = "0x00008000"</div>
<div><br></div><div>MACHINE_FEATURES = "usbgadget usbhost vfat alsa screen touchscreen keyboard"</div><div><br></div><div><br></div><div style>Greetings & Regards,</div><div style>Swaroop</div><div style><br>
</div></div></div>