* Avionic Tamonten Board - Uboot problem
@ 2013-02-19 13:28 Satya Swaroop Damarla
2013-02-19 14:58 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Satya Swaroop Damarla @ 2013-02-19 13:28 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]
Hi,
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
#@TYPE: Machine
#@NAME: skidata-tamonten machine
#@DESCRIPTION: Machine configuration for the Tamonten board
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
XSERVER ?= "xserver-xorg \
xf86-input-evdev \
xf86-input-mouse \
xf86-video-omapfb \
xf86-input-keyboard"
# Ship all kernel modules by default
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
# Allow for MMC booting ()
EXTRA_IMAGEDEPENDS += "u-boot"
# Uncomment the following line to enable the hard floating point abi. Note
that
# this breaks some binary libraries and 3D (neither of which ship with
# meta-yocto). For maximum compatibility, leave this disabled.
DEFAULTTUNE ?= "cortexa9thf"
include conf/machine/include/tune-cortexa9.inc
IMAGE_FSTYPES += "tar.bz2 ext2 ext3"
SERIAL_CONSOLE = "115200 ttyO2"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "3.2%"
KERNEL_IMAGETYPE = "uImage"
PREFERRED_VERSION_u-boot ?= "v2012.04%"
UBOOT_MACHINE = "???????????????????"
UBOOT_ENTRYPOINT = "0x00008000"
UBOOT_LOADADDRESS = "0x00008000"
MACHINE_FEATURES = "usbgadget usbhost vfat alsa screen touchscreen keyboard"
Greetings & Regards,
Swaroop
[-- Attachment #2: Type: text/html, Size: 2352 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Avionic Tamonten Board - Uboot problem
2013-02-19 13:28 Avionic Tamonten Board - Uboot problem Satya Swaroop Damarla
@ 2013-02-19 14:58 ` Gary Thomas
2013-02-19 16:02 ` Satya Swaroop Damarla
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2013-02-19 14:58 UTC (permalink / raw)
To: yocto
On 2013-02-19 06:28, Satya Swaroop Damarla wrote:
> Hi,
>
> 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
>
Try 'tec_config'
> #@TYPE: Machine
> #@NAME: skidata-tamonten machine
> #@DESCRIPTION: Machine configuration for the Tamonten board
>
> PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
> XSERVER ?= "xserver-xorg \
> xf86-input-evdev \
> xf86-input-mouse \
> xf86-video-omapfb \
> xf86-input-keyboard"
>
> # Ship all kernel modules by default
> MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
>
> # Allow for MMC booting ()
> EXTRA_IMAGEDEPENDS += "u-boot"
>
> # Uncomment the following line to enable the hard floating point abi. Note that
> # this breaks some binary libraries and 3D (neither of which ship with
> # meta-yocto). For maximum compatibility, leave this disabled.
> DEFAULTTUNE ?= "cortexa9thf"
> include conf/machine/include/tune-cortexa9.inc
>
> IMAGE_FSTYPES += "tar.bz2 ext2 ext3"
>
> SERIAL_CONSOLE = "115200 ttyO2"
>
> PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
> PREFERRED_VERSION_linux-yocto ?= "3.2%"
>
> KERNEL_IMAGETYPE = "uImage"
>
> PREFERRED_VERSION_u-boot ?= "v2012.04%"
>
> UBOOT_MACHINE = "???????????????????"
>
> UBOOT_ENTRYPOINT = "0x00008000"
> UBOOT_LOADADDRESS = "0x00008000"
>
> MACHINE_FEATURES = "usbgadget usbhost vfat alsa screen touchscreen keyboard"
>
>
> Greetings & Regards,
> Swaroop
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Avionic Tamonten Board - Uboot problem
2013-02-19 14:58 ` Gary Thomas
@ 2013-02-19 16:02 ` Satya Swaroop Damarla
2013-02-19 18:36 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Satya Swaroop Damarla @ 2013-02-19 16:02 UTC (permalink / raw)
To: Gary Thomas, yocto
[-- Attachment #1: Type: text/plain, Size: 3497 bytes --]
Unfortunately "tec_config" didnot work. Here is the error message
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 8 CROSS_COMPILE=arm-poky-linux-gnueabi-
CC=arm-poky-linux-gnueabi-gcc
--sysroot=/home/build/yocto/poky/buildTamonten/tmp/sysroots/skidata-tamonten
tec_config
| make: *** No rule to make target `tec_config'. Stop.
| make: *** [tec_config] Error 1
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (see
/home/build/yocto/poky/buildTamonten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot-v2012.04.01+git3+415d386877df49eb051b85ef74fa59a16dc17c7d-r2/temp/log.do_compile.21665
for further information)
ERROR: Task 69 (/home/build/yocto/poky/meta/recipes-bsp/u-boot/
u-boot_2012.04.01.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3421 tasks of which 319 didn't need to be
rerun and 1 failed.
On Tue, Feb 19, 2013 at 3:58 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2013-02-19 06:28, Satya Swaroop Damarla wrote:
>
>> Hi,
>>
>> 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
>>
>>
> Try 'tec_config'
>
> #@TYPE: Machine
>> #@NAME: skidata-tamonten machine
>> #@DESCRIPTION: Machine configuration for the Tamonten board
>>
>> PREFERRED_PROVIDER_virtual/**xserver ?= "xserver-xorg"
>> XSERVER ?= "xserver-xorg \
>> xf86-input-evdev \
>> xf86-input-mouse \
>> xf86-video-omapfb \
>> xf86-input-keyboard"
>>
>> # Ship all kernel modules by default
>> MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
>>
>> # Allow for MMC booting ()
>> EXTRA_IMAGEDEPENDS += "u-boot"
>>
>> # Uncomment the following line to enable the hard floating point abi.
>> Note that
>> # this breaks some binary libraries and 3D (neither of which ship with
>> # meta-yocto). For maximum compatibility, leave this disabled.
>> DEFAULTTUNE ?= "cortexa9thf"
>> include conf/machine/include/tune-**cortexa9.inc
>>
>> IMAGE_FSTYPES += "tar.bz2 ext2 ext3"
>>
>> SERIAL_CONSOLE = "115200 ttyO2"
>>
>> PREFERRED_PROVIDER_virtual/**kernel ?= "linux-yocto"
>> PREFERRED_VERSION_linux-yocto ?= "3.2%"
>>
>> KERNEL_IMAGETYPE = "uImage"
>>
>> PREFERRED_VERSION_u-boot ?= "v2012.04%"
>>
>> UBOOT_MACHINE = "???????????????????"
>>
>> UBOOT_ENTRYPOINT = "0x00008000"
>> UBOOT_LOADADDRESS = "0x00008000"
>>
>> MACHINE_FEATURES = "usbgadget usbhost vfat alsa screen touchscreen
>> keyboard"
>>
>>
>> Greetings & Regards,
>> Swaroop
>>
>>
>>
>> ______________________________**_________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.**org/listinfo/yocto<https://lists.yoctoproject.org/listinfo/yocto>
>>
>>
> --
> ------------------------------**------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------**------------------------------
> ______________________________**_________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.**org/listinfo/yocto<https://lists.yoctoproject.org/listinfo/yocto>
>
[-- Attachment #2: Type: text/html, Size: 4871 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Avionic Tamonten Board - Uboot problem
2013-02-19 16:02 ` Satya Swaroop Damarla
@ 2013-02-19 18:36 ` Gary Thomas
[not found] ` <CABTzgQ4EAdhgKh5uD8BnHsdbXFPbxubm5G_1TQ4dUhLgPOOOYQ@mail.gmail.com>
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2013-02-19 18:36 UTC (permalink / raw)
To: Satya Swaroop Damarla; +Cc: yocto
On 2013-02-19 09:02, Satya Swaroop Damarla wrote:
> Unfortunately "tec_config" didnot work. Here is the error message
I think you need a newer U-Boot to get the support for this board.
Try
PREFERRED_VERSION_u-boot ?= "v2012.10%"
or even
PREFERRED_VERSION_u-boot ?= "v2013.01%"
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | NOTE: make -j 8 CROSS_COMPILE=arm-poky-linux-gnueabi- CC=arm-poky-linux-gnueabi-gcc --sysroot=/home/build/yocto/poky/buildTamonten/tmp/sysroots/skidata-tamonten tec_config
> | make: *** No rule to make target `tec_config'. Stop.
> | make: *** [tec_config] Error 1
> | ERROR: oe_runmake failed
> | ERROR: Function failed: do_compile (see
> /home/build/yocto/poky/buildTamonten/tmp/work/skidata_tamonten-poky-linux-gnueabi/u-boot-v2012.04.01+git3+415d386877df49eb051b85ef74fa59a16dc17c7d-r2/temp/log.do_compile.21665 for
> further information)
> ERROR: Task 69 (/home/build/yocto/poky/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb <http://u-boot_2012.04.01.bb>, do_compile) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 3421 tasks of which 319 didn't need to be rerun and 1 failed.
>
>
>
>
> On Tue, Feb 19, 2013 at 3:58 PM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
>
> On 2013-02-19 06:28, Satya Swaroop Damarla wrote:
>
> Hi,
>
> 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
>
>
> Try 'tec_config'
>
> #@TYPE: Machine
> #@NAME: skidata-tamonten machine
> #@DESCRIPTION: Machine configuration for the Tamonten board
>
> PREFERRED_PROVIDER_virtual/__xserver ?= "xserver-xorg"
> XSERVER ?= "xserver-xorg \
> xf86-input-evdev \
> xf86-input-mouse \
> xf86-video-omapfb \
> xf86-input-keyboard"
>
> # Ship all kernel modules by default
> MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
>
> # Allow for MMC booting ()
> EXTRA_IMAGEDEPENDS += "u-boot"
>
> # Uncomment the following line to enable the hard floating point abi. Note that
> # this breaks some binary libraries and 3D (neither of which ship with
> # meta-yocto). For maximum compatibility, leave this disabled.
> DEFAULTTUNE ?= "cortexa9thf"
> include conf/machine/include/tune-__cortexa9.inc
>
> IMAGE_FSTYPES += "tar.bz2 ext2 ext3"
>
> SERIAL_CONSOLE = "115200 ttyO2"
>
> PREFERRED_PROVIDER_virtual/__kernel ?= "linux-yocto"
> PREFERRED_VERSION_linux-yocto ?= "3.2%"
>
> KERNEL_IMAGETYPE = "uImage"
>
> PREFERRED_VERSION_u-boot ?= "v2012.04%"
>
> UBOOT_MACHINE = "???????????????????"
>
> UBOOT_ENTRYPOINT = "0x00008000"
> UBOOT_LOADADDRESS = "0x00008000"
>
> MACHINE_FEATURES = "usbgadget usbhost vfat alsa screen touchscreen keyboard"
>
>
> Greetings & Regards,
> Swaroop
>
>
>
> _________________________________________________
> yocto mailing list
> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> https://lists.yoctoproject.__org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto>
>
>
> --
> ------------------------------__------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------__------------------------------
> _________________________________________________
> yocto mailing list
> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> https://lists.yoctoproject.__org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto>
>
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Avionic Tamonten Board - Uboot problem
[not found] ` <CABTzgQ4EAdhgKh5uD8BnHsdbXFPbxubm5G_1TQ4dUhLgPOOOYQ@mail.gmail.com>
@ 2013-02-20 13:16 ` Gary Thomas
0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2013-02-20 13:16 UTC (permalink / raw)
To: Satya Swaroop Damarla; +Cc: Yocto Project
On 2013-02-20 00:21, Satya Swaroop Damarla wrote:
> Hi Gary,
>
> I think you are right that we need may be the new uboot version but it is not available in the uboot directory of the poky and i get the follwoing warning and the simulation is
> ending like previously....
>
> NOTE: Resolving any missing task queue dependencies
> NOTE: preferred version v2013.01% of u-boot not available (for item u-boot)
> NOTE: versions of u-boot available: v2011.03+git26+19b54a701811220221fc4d5089a2bb18892018ca v2011.06+git27+b1af6f532e0d348b153d5c148369229d24af361a
> v2012.04.01+git25+415d386877df49eb051b85ef74fa59a16dc17c7d
> NOTE: preferred version v2013.01% of u-boot not available (for item u-boot)
> NOTE: versions of u-boot available: v2011.03+git26+19b54a701811220221fc4d5089a2bb18892018ca v2011.06+git27+b1af6f532e0d348b153d5c148369229d24af361a
> v2012.04.01+git25+415d386877df49eb051b85ef74fa59a16dc17c7d
> NOTE: preferred version v2013.01% of u-boot not available (for item u-boot-dev)
> NOTE: versions of u-boot available: v2011.03+git26+19b54a701811220221fc4d5089a2bb18892018ca v2011.06+git27+b1af6f532e0d348b153d5c148369229d24af361a
> v2012.04.01+git25+415d386877df49eb051b85ef74fa59a16dc17c7d
>
> May be you can tell me how to add the new uboot file
The easiest way is to just add the meta-ti layer - they have
a recipe for 2013.01.
n.b. It's common courtesy to keep such discussions on the mailing list so
that everyone benefits from the answers.
> On Tue, Feb 19, 2013 at 7:36 PM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
>
> On 2013-02-19 09:02, Satya Swaroop Damarla wrote:
>
> Unfortunately "tec_config" didnot work. Here is the error message
>
>
> I think you need a newer U-Boot to get the support for this board.
> Try
> PREFERRED_VERSION_u-boot ?= "v2012.10%"
> or even
> PREFERRED_VERSION_u-boot ?= "v2013.01%"
>
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | NOTE: make -j 8 CROSS_COMPILE=arm-poky-linux-__gnueabi- CC=arm-poky-linux-gnueabi-gcc --sysroot=/home/build/yocto/__poky/buildTamonten/tmp/__sysroots/skidata-tamonten
> tec_config
> | make: *** No rule to make target `tec_config'. Stop.
> | make: *** [tec_config] Error 1
> | ERROR: oe_runmake failed
> | ERROR: Function failed: do_compile (see
> /home/build/yocto/poky/__buildTamonten/tmp/work/__skidata_tamonten-poky-linux-__gnueabi/u-boot-v2012.04.01+__git3+__415d386877df49eb051b85ef74fa59__a16dc17c7d-r2/temp/log.do___compile.21665
> for
> further information)
> ERROR: Task 69 (/home/build/yocto/poky/meta/__recipes-bsp/u-boot/u-boot___2012.04.01.bb <http://u-boot_2012.04.01.bb> <http://u-boot_2012.04.01.bb>, do_compile) failed with
> exit code '1'
>
> NOTE: Tasks Summary: Attempted 3421 tasks of which 319 didn't need to be rerun and 1 failed.
>
>
>
>
> On Tue, Feb 19, 2013 at 3:58 PM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com> <mailto:gary@mlbassoc.com <mailto:gary@mlbassoc.com>>> wrote:
>
> On 2013-02-19 06:28, Satya Swaroop Damarla wrote:
>
> Hi,
>
> 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
>
>
> Try 'tec_config'
>
> #@TYPE: Machine
> #@NAME: skidata-tamonten machine
> #@DESCRIPTION: Machine configuration for the Tamonten board
>
> PREFERRED_PROVIDER_virtual/____xserver ?= "xserver-xorg"
>
> XSERVER ?= "xserver-xorg \
> xf86-input-evdev \
> xf86-input-mouse \
> xf86-video-omapfb \
> xf86-input-keyboard"
>
> # Ship all kernel modules by default
> MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
>
> # Allow for MMC booting ()
> EXTRA_IMAGEDEPENDS += "u-boot"
>
> # Uncomment the following line to enable the hard floating point abi. Note that
> # this breaks some binary libraries and 3D (neither of which ship with
> # meta-yocto). For maximum compatibility, leave this disabled.
> DEFAULTTUNE ?= "cortexa9thf"
> include conf/machine/include/tune-____cortexa9.inc
>
>
> IMAGE_FSTYPES += "tar.bz2 ext2 ext3"
>
> SERIAL_CONSOLE = "115200 ttyO2"
>
> PREFERRED_PROVIDER_virtual/____kernel ?= "linux-yocto"
>
> PREFERRED_VERSION_linux-yocto ?= "3.2%"
>
> KERNEL_IMAGETYPE = "uImage"
>
> PREFERRED_VERSION_u-boot ?= "v2012.04%"
>
> UBOOT_MACHINE = "???????????????????"
>
> UBOOT_ENTRYPOINT = "0x00008000"
> UBOOT_LOADADDRESS = "0x00008000"
>
> MACHINE_FEATURES = "usbgadget usbhost vfat alsa screen touchscreen keyboard"
>
>
> Greetings & Regards,
> Swaroop
>
>
>
> ___________________________________________________
> yocto mailing list
> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org> <mailto:yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>__>
> https://lists.yoctoproject.____org/listinfo/yocto <https://lists.yoctoproject.__org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto>>
>
>
> --
> ------------------------------____----------------------------__--
>
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------____----------------------------__--
> ___________________________________________________
> yocto mailing list
> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org> <mailto:yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>__>
> https://lists.yoctoproject.____org/listinfo/yocto <https://lists.yoctoproject.__org/listinfo/yocto <https://lists.yoctoproject.org/listinfo/yocto>>
>
>
>
> --
> ------------------------------__------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------__------------------------------
>
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-02-20 13:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-19 13:28 Avionic Tamonten Board - Uboot problem Satya Swaroop Damarla
2013-02-19 14:58 ` Gary Thomas
2013-02-19 16:02 ` Satya Swaroop Damarla
2013-02-19 18:36 ` Gary Thomas
[not found] ` <CABTzgQ4EAdhgKh5uD8BnHsdbXFPbxubm5G_1TQ4dUhLgPOOOYQ@mail.gmail.com>
2013-02-20 13:16 ` Gary Thomas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.