All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Berton <fabio@bertux.com>
To: meta-ti@yoctoproject.org
Subject: Re: BeagleBoard C4 with USB
Date: Sun, 31 Aug 2014 17:07:58 -0300	[thread overview]
Message-ID: <5403809E.3000703@bertux.com> (raw)
In-Reply-To: <mailman.3.1409511601.29045.meta-ti@yoctoproject.org>

Try to install the packages bellow:

kernel-modules
usbutils


On 08/31/2014 04:00 PM, meta-ti-request@yoctoproject.org wrote:
> Send meta-ti mailing list submissions to
> 	meta-ti@yoctoproject.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.yoctoproject.org/listinfo/meta-ti
> or, via email, send a message with subject or body 'help' to
> 	meta-ti-request@yoctoproject.org
>
> You can reach the person managing the list at
> 	meta-ti-owner@yoctoproject.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of meta-ti digest..."
>
>
> Today's Topics:
>
>     1. [nightly] Distroless meta-ti/master minimal build
>        2014-08-30_21-00-30 (Denys Dmytriyenko)
>     2. BeagleBoard C4 with USB (Rudolf Streif)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 30 Aug 2014 21:58:30 -0400
> From: Denys Dmytriyenko <denys@ti.com>
> To: <meta-ti@yoctoproject.org>
> Subject: [meta-ti] [nightly] Distroless meta-ti/master minimal build
> 	2014-08-30_21-00-30
> Message-ID: <1330147917.535.1409450310755.JavaMail.jenkins@puget>
> Content-Type: text/plain; charset="us-ascii"
>
> An HTML attachment was scrubbed...
> URL: <http://lists.yoctoproject.org/pipermail/meta-ti/attachments/20140830/406dab3a/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 31 Aug 2014 07:48:09 -0700
> From: Rudolf Streif <rstreif@linuxfoundation.org>
> To: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
> Subject: [meta-ti] BeagleBoard C4 with USB
> Message-ID:
> 	<CA+gsK-okuyjWuEp+3bm6++ojWrDfaCPwXtXEOswu7Xikxg8jfA@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I have a BeagleBoard C4 laying around that I want to use for a project that
> has USB devices connected to it. I built a core-image-base with YP from
> master and meta-ti from master with this configuration:
>
> Build Configuration:
> BB_VERSION        = "1.23.1"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Fedora-18"
> TARGET_SYS        = "arm-poky-linux-gnueabi"
> MACHINE           = "beagleboard"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.6+snapshot-20140831"
> TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard cortexa8"
> TARGET_FPU        = "vfp-neon"
> meta
> meta-yocto
> meta-yocto-bsp    = "master:c16795477ea7e2159b5d3808268912b572887e2d"
> meta-ti           = "master:d2c40099cd219493e4a6d9a6218f88f1b9f3f8fb"
> meta-oe           = "master:1513d0e31f609ffcde9a116a50bfb0360b9e7ecf"
>
> It builds fine. I am installing u-boot, kernel and the device tree on the
> SSD card.
>
> I use this u-boot script to boot the board:
>
> setenv bootcmd 'mmc init; fatload mmc 0:1 0x80300000 uImage; fatload mmc
> 0:1 0x815f0000 beagle.dtb; bootm 0x80300000 - 0x815f0000'
> setenv bootargs 'console=tty0 console=ttyO2,115200n8 root=/dev/mmcblk0p2
> rootwait rootfstype=ext3 ro'
> boot
>
> In the above beagle.dtb =  uImage--3.14.8-r0-omap3-beagle-<date>.dtb which
> I assumed to be the correct one for the C4 because the other dtb created
> has xM explicitly in its name.
>
> The system boots fine but USB is not working. None of the typical USB host
> controller initialization is in the dmesg output and lsusb responds with
> 'unable to initialize libsub: -99'.
>
> I am not sure if I am doing anything wrong or if there is an actual issue.
> Help appreciated.
>
> Cheers,
> Rudi
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.yoctoproject.org/pipermail/meta-ti/attachments/20140831/fc724dcd/attachment-0001.html>
>
> ------------------------------
>



       reply	other threads:[~2014-08-31 20:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3.1409511601.29045.meta-ti@yoctoproject.org>
2014-08-31 20:07 ` Fabio Berton [this message]
2014-09-01  4:41   ` BeagleBoard C4 with USB Rudolf Streif
2014-09-01  6:34     ` Rudolf Streif
2014-09-01  6:40       ` Michael Trimarchi
2014-09-05  2:30       ` Peter A. Bigot
2014-09-05  3:18         ` Denys Dmytriyenko
2014-09-01  6:37     ` Michael Trimarchi
     [not found] <mailman.22627.1409553652.26702.meta-ti@yoctoproject.org>
2014-09-01 11:58 ` Fabio Berton
2014-08-31 14:48 Rudolf Streif

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5403809E.3000703@bertux.com \
    --to=fabio@bertux.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.