From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E0886E008FB; Fri, 31 Aug 2018 15:31:13 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [198.47.19.141 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B58E1E00655 for ; Fri, 31 Aug 2018 15:31:12 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id w7VMVBZf008731; Fri, 31 Aug 2018 17:31:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1535754671; bh=5f3e7odyrMbOG9fliteuaQiY2urbi1JIuocaSMzDTZc=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=pbsAni/nO76r5UGfXZvx6QIZEmn4gK4JlmEZWHaj53CRqN9gp1YAd66gSuWChW46b BKiyIjquRPjimITA0RNbk4XHb2f/m/oqJUcPzx81O6ETxkImrusQgoVK90zrmSeIvH cjgtgWF69zmZTvboSqwPH0HV6ctgLY2RHwqss47A= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7VMVAGx019917; Fri, 31 Aug 2018 17:31:10 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Fri, 31 Aug 2018 17:31:10 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Fri, 31 Aug 2018 17:31:10 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7VMVAKq024032; Fri, 31 Aug 2018 17:31:10 -0500 Date: Fri, 31 Aug 2018 18:29:31 -0400 From: Denys Dmytriyenko To: "Patkar, Sarvesh S." Message-ID: <20180831222931.GC2362@beryl> References: <20180831024139.GN11110@beryl> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: "meta-ti@yoctoproject.org" Subject: Re: BeagleBone Black: cannot access USB MSC devices X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 22:31:13 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Do you have a complete boot log? On Fri, Aug 31, 2018 at 05:55:53PM +0000, Patkar, Sarvesh S. wrote: > Hi Denys, > > Thank you for the quick reply. > > I tried the core-image-base. I see the following on the console. > > root@beaglebone:~# lsusb > unable to initialize libusb: -99 > > fdisk doesn't list the USB device as well. > > Is there anything else that I can try? > > Thanks, > Sarvesh > > -----Original Message----- > From: Denys Dmytriyenko [mailto:denys@ti.com] > Sent: Thursday, August 30, 2018 7:42 PM > To: Patkar, Sarvesh S. > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] BeagleBone Black: cannot access USB MSC devices > > > Please don't use core-image-minimal (e.g. core-image-base is much better), if you want to get anything useful out of it, besides just booting, including such tools as fdisk, lsusb, etc. Thanks. > > > On Fri, Aug 31, 2018 at 02:16:09AM +0000, Patkar, Sarvesh S. wrote: > > Hi, > > > > I am a beginner in Yocto and still learning to configure the images > > generated. > > > > I am trying to use USB devices with the BeagleBone Black (Rev C) . > > Specifically, I want to access a Mass Storage Class Device (a USB > > Flash > > Drive) from the BeagleBone Black. I used the meta, meta-poky and > > meta-ti layers to build a core-image-minimal image for beaglebone > > machine. On booting up with the image, I do not see any obvious > > errors. However, it cannot detect the presence of a USB Device > > connected to it. I checked this using fdisk -l. lsusb command is not found. > > > > I went through an old email chain > > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.yoctoprojec > > t.org_pipermail_linux-2Dyocto_2014-2DJune_002787.html&d=DwIBAg&c=q6k2D > > sTcEGCcCb_WtVSz6hhIl8hvYssy7sH8ZwfbbKU&r=kLMtB9EeaG0D8_vJ7xCDnkGx5TX9d > > c8pLS0HaMWl2-A&m=ZnXiBdSvO_0jYV33nEuRQrF7tLzUs8TgUM7hBC6IchQ&s=nMXUhOH > > LBBgCs7EOynlKAfyBNTlmCSJFY8uJm1C3cAY&e= > > to find if there was a solution. One of the things mentioned was to > > use menuconfig to configure the kernel for built-in USB support. But, > > I am not sure if the .config file is being picked up by bitbake. > > > > How do I enable USB support for MSC devices on BeagleBone Black? > > > > poky branch= sumo-19.0.0 > > meta-ti branch= ti2018.02 > > > > Thanks for the help! > > Sarvesh > > > > > -- > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org