* Devtool: Script Not found
@ 2017-03-02 14:26 SatyaNarayana Sampangi
2017-03-02 15:48 ` Leonardo Sandoval
0 siblings, 1 reply; 16+ messages in thread
From: SatyaNarayana Sampangi @ 2017-03-02 14:26 UTC (permalink / raw)
To: Paul Eggleton; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 536 bytes --]
Hi Paul,
I am not finding the devtool script under the
/${HOME}/yocto/poky/scripts, so I copied that script from the website and
changed the permissions.
I did sourcing also,
but when I run the script, I am getting
devtool
Traceback (most recent call last):
File "/home/satya/yoctoBSP/poky/scripts/devtool", line 38, in <module>
from devtool import DevtoolError, setup_tinfoil
ImportError: No module named 'devtool'
Can you pls help me here. whereI am going wrong.
Thanks in Advance,
Regards,
Satya
[-- Attachment #2: Type: text/html, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: Devtool: Script Not found 2017-03-02 14:26 Devtool: Script Not found SatyaNarayana Sampangi @ 2017-03-02 15:48 ` Leonardo Sandoval 2017-03-02 15:59 ` Burton, Ross 2017-03-02 16:14 ` SatyaNarayana Sampangi 0 siblings, 2 replies; 16+ messages in thread From: Leonardo Sandoval @ 2017-03-02 15:48 UTC (permalink / raw) To: SatyaNarayana Sampangi; +Cc: Paul Eggleton, yocto On Thu, 2017-03-02 at 19:56 +0530, SatyaNarayana Sampangi wrote: > Hi Paul, > > > I am not finding the devtool script under the > /${HOME}/yocto/poky/scripts, so I copied that script from the website > and changed the permissions. > > > I did sourcing also, > > when you said 'sourcing' you mean you prepare the environment with the oe-init-build-env? Looks to me that you are missing this step. > but when I run the script, I am getting > > > > > devtool > Traceback (most recent call last): > File "/home/satya/yoctoBSP/poky/scripts/devtool", line 38, in > <module> > from devtool import DevtoolError, setup_tinfoil > ImportError: No module named 'devtool' > > > Can you pls help me here. whereI am going wrong. > > > Thanks in Advance, > > > Regards, > Satya > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 15:48 ` Leonardo Sandoval @ 2017-03-02 15:59 ` Burton, Ross 2017-03-02 16:14 ` SatyaNarayana Sampangi 1 sibling, 0 replies; 16+ messages in thread From: Burton, Ross @ 2017-03-02 15:59 UTC (permalink / raw) To: SatyaNarayana Sampangi; +Cc: Paul Eggleton, yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 628 bytes --] On 2 March 2017 at 15:48, Leonardo Sandoval < leonardo.sandoval.gonzalez@linux.intel.com> wrote: > > I am not finding the devtool script under the > > /${HOME}/yocto/poky/scripts, so I copied that script from the website > > and changed the permissions. > If you don't have devtool under scripts/ then you most likely have an old release which doesn't have devtool. The scripts/devtool file is basically just one of many files that you'll need, and I don't think it would be at all easy to copy-and-paste devtool from master to a very old release. If you want to use devtool, please upgrade your poky. Ross [-- Attachment #2: Type: text/html, Size: 1140 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 15:48 ` Leonardo Sandoval 2017-03-02 15:59 ` Burton, Ross @ 2017-03-02 16:14 ` SatyaNarayana Sampangi 2017-03-02 16:19 ` Burton, Ross 2017-03-02 16:20 ` Gary Thomas 1 sibling, 2 replies; 16+ messages in thread From: SatyaNarayana Sampangi @ 2017-03-02 16:14 UTC (permalink / raw) To: Leonardo Sandoval; +Cc: Paul Eggleton, yocto [-- Attachment #1: Type: text/plain, Size: 1470 bytes --] Thanks Leonardo Sandoval and Ross, I am using beagle bone black, for which meta-ti layer and poky versions compatible is daisy 1.6 as mention in the official website of yocto. If I upgrade the poky to the latest version, then compatibity will be lost. Pls help me out here. Thanks & Regards, satya On Thu, Mar 2, 2017 at 9:18 PM, Leonardo Sandoval < leonardo.sandoval.gonzalez@linux.intel.com> wrote: > On Thu, 2017-03-02 at 19:56 +0530, SatyaNarayana Sampangi wrote: > > Hi Paul, > > > > > > I am not finding the devtool script under the > > /${HOME}/yocto/poky/scripts, so I copied that script from the website > > and changed the permissions. > > > > > > I did sourcing also, > > > > > when you said 'sourcing' you mean you prepare the environment with the > oe-init-build-env? Looks to me that you are missing this step. > > > > but when I run the script, I am getting > > > > > > > > > > devtool > > Traceback (most recent call last): > > File "/home/satya/yoctoBSP/poky/scripts/devtool", line 38, in > > <module> > > from devtool import DevtoolError, setup_tinfoil > > ImportError: No module named 'devtool' > > > > > > Can you pls help me here. whereI am going wrong. > > > > > > Thanks in Advance, > > > > > > Regards, > > Satya > > -- > > _______________________________________________ > > yocto mailing list > > yocto@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/yocto > > > [-- Attachment #2: Type: text/html, Size: 2351 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 16:14 ` SatyaNarayana Sampangi @ 2017-03-02 16:19 ` Burton, Ross 2017-03-02 16:25 ` SatyaNarayana Sampangi 2017-03-02 16:56 ` Denys Dmytriyenko 2017-03-02 16:20 ` Gary Thomas 1 sibling, 2 replies; 16+ messages in thread From: Burton, Ross @ 2017-03-02 16:19 UTC (permalink / raw) To: SatyaNarayana Sampangi; +Cc: Paul Eggleton, yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 508 bytes --] On 2 March 2017 at 16:14, SatyaNarayana Sampangi <satya.2891@gmail.com> wrote: > I am using beagle bone black, for which meta-ti layer and poky versions > compatible is daisy 1.6 as mention in the official website of yocto. If I > upgrade the poky to the latest version, then compatibity will be lost. Pls > help me out here. > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ has branches for krogoth (2.1) and morty (2.2). Where did you see that 1.6 is the last release supported? Ross [-- Attachment #2: Type: text/html, Size: 995 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 16:19 ` Burton, Ross @ 2017-03-02 16:25 ` SatyaNarayana Sampangi 2017-03-02 16:26 ` Burton, Ross 2017-03-02 16:56 ` Denys Dmytriyenko 1 sibling, 1 reply; 16+ messages in thread From: SatyaNarayana Sampangi @ 2017-03-02 16:25 UTC (permalink / raw) To: Burton, Ross; +Cc: Paul Eggleton, yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 766 bytes --] Hi Ross, Pls go through this link, https://www.yoctoproject.org/product/meta-ti-bsp-layer very clearly mentioned Thanks & Regards, satya On Thu, Mar 2, 2017 at 9:49 PM, Burton, Ross <ross.burton@intel.com> wrote: > > On 2 March 2017 at 16:14, SatyaNarayana Sampangi <satya.2891@gmail.com> > wrote: > >> I am using beagle bone black, for which meta-ti layer and poky versions >> compatible is daisy 1.6 as mention in the official website of yocto. If I >> upgrade the poky to the latest version, then compatibity will be lost. Pls >> help me out here. >> > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ has branches for > krogoth (2.1) and morty (2.2). Where did you see that 1.6 is the last > release supported? > > Ross > [-- Attachment #2: Type: text/html, Size: 1852 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 16:25 ` SatyaNarayana Sampangi @ 2017-03-02 16:26 ` Burton, Ross [not found] ` <CAF1M0z7UKFzAovgMYd_BWPTi2nWQQ69AjSVOvCO_j0Bej=iTGA@mail.gmail.com> 2017-03-02 16:48 ` Denys Dmytriyenko 0 siblings, 2 replies; 16+ messages in thread From: Burton, Ross @ 2017-03-02 16:26 UTC (permalink / raw) To: SatyaNarayana Sampangi; +Cc: Paul Eggleton, yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 292 bytes --] On 2 March 2017 at 16:25, SatyaNarayana Sampangi <satya.2891@gmail.com> wrote: > > Pls go through this link, > > https://www.yoctoproject.org/product/meta-ti-bsp-layer > > very clearly mentioned > Clearly the meta-ti maintainers should update the site. (CCing Denys) Ross [-- Attachment #2: Type: text/html, Size: 867 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <CAF1M0z7UKFzAovgMYd_BWPTi2nWQQ69AjSVOvCO_j0Bej=iTGA@mail.gmail.com>]
* Re: Devtool: Script Not found [not found] ` <CAF1M0z7UKFzAovgMYd_BWPTi2nWQQ69AjSVOvCO_j0Bej=iTGA@mail.gmail.com> @ 2017-03-02 16:34 ` SatyaNarayana Sampangi 0 siblings, 0 replies; 16+ messages in thread From: SatyaNarayana Sampangi @ 2017-03-02 16:34 UTC (permalink / raw) To: Burton, Ross; +Cc: yocto, Paul Eggleton [-- Attachment #1: Type: text/plain, Size: 400 bytes --] Thanks Ross for quick glance. On 02-Mar-2017 9:56 PM, "Burton, Ross" <ross.burton@intel.com> wrote: On 2 March 2017 at 16:25, SatyaNarayana Sampangi <satya.2891@gmail.com> wrote: > > Pls go through this link, > > https://www.yoctoproject.org/product/meta-ti-bsp-layer > > very clearly mentioned > Clearly the meta-ti maintainers should update the site. (CCing Denys) Ross [-- Attachment #2: Type: text/html, Size: 1310 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 16:26 ` Burton, Ross [not found] ` <CAF1M0z7UKFzAovgMYd_BWPTi2nWQQ69AjSVOvCO_j0Bej=iTGA@mail.gmail.com> @ 2017-03-02 16:48 ` Denys Dmytriyenko 1 sibling, 0 replies; 16+ messages in thread From: Denys Dmytriyenko @ 2017-03-02 16:48 UTC (permalink / raw) To: Burton, Ross Cc: Paul Eggleton, yocto@yoctoproject.org, SatyaNarayana Sampangi On Thu, Mar 02, 2017 at 04:26:32PM +0000, Burton, Ross wrote: > On 2 March 2017 at 16:25, SatyaNarayana Sampangi <satya.2891@gmail.com> > wrote: > > > > > Pls go through this link, > > > > https://www.yoctoproject.org/product/meta-ti-bsp-layer > > > > very clearly mentioned > > > > Clearly the meta-ti maintainers should update the site. meta-ti maintainers have no control over that page. It says "compatible" as defined in "Yocto Project Compatible 1.0": https://www.yoctoproject.org/ecosystem/yocto-project-branding-program That program has been in the process of upgrading and I've been asked to wait for the new and improved "Yocto Project Compatible 2.0" process... So, technically, meta-ti is still following the rules and adhering to the compatibility guidelines all the way to version 2.2, just not running the official review process for the old program... BTW, meta-ti says compatible with version 1.6, while meta-intel is 1.5: https://www.yoctoproject.org/product/meta-intel-bsp-layer So, clearly, the process has been abandoned by everyone... -- Denys ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 16:19 ` Burton, Ross 2017-03-02 16:25 ` SatyaNarayana Sampangi @ 2017-03-02 16:56 ` Denys Dmytriyenko 2017-03-02 21:01 ` SatyaNarayana Sampangi 1 sibling, 1 reply; 16+ messages in thread From: Denys Dmytriyenko @ 2017-03-02 16:56 UTC (permalink / raw) To: Burton, Ross Cc: Paul Eggleton, yocto@yoctoproject.org, SatyaNarayana Sampangi On Thu, Mar 02, 2017 at 04:19:33PM +0000, Burton, Ross wrote: > On 2 March 2017 at 16:14, SatyaNarayana Sampangi <satya.2891@gmail.com> > wrote: > > > I am using beagle bone black, for which meta-ti layer and poky versions > > compatible is daisy 1.6 as mention in the official website of yocto. If I > > upgrade the poky to the latest version, then compatibity will be lost. Pls > > help me out here. > > > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ has branches for krogoth > (2.1) and morty (2.2). Where did you see that 1.6 is the last release > supported? ^^^^^^^^^^ This is all that matters! The rest is just fluff... -- Denys ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 16:56 ` Denys Dmytriyenko @ 2017-03-02 21:01 ` SatyaNarayana Sampangi 2017-03-02 23:02 ` Denys Dmytriyenko 0 siblings, 1 reply; 16+ messages in thread From: SatyaNarayana Sampangi @ 2017-03-02 21:01 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 1386 bytes --] Hi Denys, I build, system with krogoth and meta-ti with both version same, after running on the beaglebone it is showing like below, anything I need to change. No lease, forking to background done. hwclock: can't open '/dev/misc/rtc': No such file or directory Starting syslogd/klogd: done INIT: Id "O0" respawning too fast: disabled for 5 minutes [ 92.942038] random: nonblocking pool is initialized INIT: Id "O0" respawning too fast: disabled for 5 minutes Note: This I did not get in Daisy 1.6 and meta-ti with compatible. Could you help me here. Thanks, satya On Thu, Mar 2, 2017 at 10:26 PM, Denys Dmytriyenko <denis@denix.org> wrote: > On Thu, Mar 02, 2017 at 04:19:33PM +0000, Burton, Ross wrote: > > On 2 March 2017 at 16:14, SatyaNarayana Sampangi <satya.2891@gmail.com> > > wrote: > > > > > I am using beagle bone black, for which meta-ti layer and poky versions > > > compatible is daisy 1.6 as mention in the official website of yocto. > If I > > > upgrade the poky to the latest version, then compatibity will be lost. > Pls > > > help me out here. > > > > > > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ has branches for > krogoth > > (2.1) and morty (2.2). Where did you see that 1.6 is the last release > > supported? > > ^^^^^^^^^^ This is all that matters! The rest is just fluff... > > -- > Denys > [-- Attachment #2: Type: text/html, Size: 2233 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 21:01 ` SatyaNarayana Sampangi @ 2017-03-02 23:02 ` Denys Dmytriyenko 2017-03-03 4:36 ` SatyaNarayana Sampangi 0 siblings, 1 reply; 16+ messages in thread From: Denys Dmytriyenko @ 2017-03-02 23:02 UTC (permalink / raw) To: SatyaNarayana Sampangi; +Cc: yocto@yoctoproject.org On Fri, Mar 03, 2017 at 02:31:42AM +0530, SatyaNarayana Sampangi wrote: > Hi Denys, > > I build, system with krogoth and meta-ti with both version same, after > running on the beaglebone it is showing like below, > > anything I need to change. > > No lease, forking to background > done. > hwclock: can't open '/dev/misc/rtc': No such file or directory > Starting syslogd/klogd: done > INIT: Id "O0" respawning too fast: disabled for 5 minutes > [ 92.942038] random: nonblocking pool is initialized > INIT: Id "O0" respawning too fast: disabled for 5 minutes > > Note: This I did not get in Daisy 1.6 and meta-ti with compatible. > > Could you help me here. Would be nice to understand which kernel and which image you are building and using. The console in recent kernels moved from ttyO to ttyS, although our kernel has fallback mechanism and should still boot with ttyO, hence the question. -- Denys > On Thu, Mar 2, 2017 at 10:26 PM, Denys Dmytriyenko <denis@denix.org> wrote: > > > On Thu, Mar 02, 2017 at 04:19:33PM +0000, Burton, Ross wrote: > > > On 2 March 2017 at 16:14, SatyaNarayana Sampangi <satya.2891@gmail.com> > > > wrote: > > > > > > > I am using beagle bone black, for which meta-ti layer and poky versions > > > > compatible is daisy 1.6 as mention in the official website of yocto. > > If I > > > > upgrade the poky to the latest version, then compatibity will be lost. > > Pls > > > > help me out here. > > > > > > > > > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ has branches for > > krogoth > > > (2.1) and morty (2.2). Where did you see that 1.6 is the last release > > > supported? > > > > ^^^^^^^^^^ This is all that matters! The rest is just fluff... > > > > -- > > Denys > > ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 23:02 ` Denys Dmytriyenko @ 2017-03-03 4:36 ` SatyaNarayana Sampangi 2017-03-05 17:09 ` SatyaNarayana Sampangi 2017-03-13 16:59 ` Denys Dmytriyenko 0 siblings, 2 replies; 16+ messages in thread From: SatyaNarayana Sampangi @ 2017-03-03 4:36 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 2193 bytes --] Hi Denys, I am using linux-ti-staging 4.4, zImage--4.4.41+git0+7c580a51af-r22a-beaglebone-20170302194632.bin Image: core-image-minimal Could you pls clarify where i am going wrong? Thanks, satya On Fri, Mar 3, 2017 at 4:32 AM, Denys Dmytriyenko <denis@denix.org> wrote: > On Fri, Mar 03, 2017 at 02:31:42AM +0530, SatyaNarayana Sampangi wrote: > > Hi Denys, > > > > I build, system with krogoth and meta-ti with both version same, after > > running on the beaglebone it is showing like below, > > > > anything I need to change. > > > > No lease, forking to background > > done. > > hwclock: can't open '/dev/misc/rtc': No such file or directory > > Starting syslogd/klogd: done > > INIT: Id "O0" respawning too fast: disabled for 5 minutes > > [ 92.942038] random: nonblocking pool is initialized > > INIT: Id "O0" respawning too fast: disabled for 5 minutes > > > > Note: This I did not get in Daisy 1.6 and meta-ti with compatible. > > > > Could you help me here. > > Would be nice to understand which kernel and which image you are building > and > using. The console in recent kernels moved from ttyO to ttyS, although our > kernel has fallback mechanism and should still boot with ttyO, hence the > question. > > -- > Denys > > > > On Thu, Mar 2, 2017 at 10:26 PM, Denys Dmytriyenko <denis@denix.org> > wrote: > > > > > On Thu, Mar 02, 2017 at 04:19:33PM +0000, Burton, Ross wrote: > > > > On 2 March 2017 at 16:14, SatyaNarayana Sampangi < > satya.2891@gmail.com> > > > > wrote: > > > > > > > > > I am using beagle bone black, for which meta-ti layer and poky > versions > > > > > compatible is daisy 1.6 as mention in the official website of > yocto. > > > If I > > > > > upgrade the poky to the latest version, then compatibity will be > lost. > > > Pls > > > > > help me out here. > > > > > > > > > > > > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ has branches for > > > krogoth > > > > (2.1) and morty (2.2). Where did you see that 1.6 is the last > release > > > > supported? > > > > > > ^^^^^^^^^^ This is all that matters! The rest is just fluff... > > > > > > -- > > > Denys > > > > [-- Attachment #2: Type: text/html, Size: 3286 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-03 4:36 ` SatyaNarayana Sampangi @ 2017-03-05 17:09 ` SatyaNarayana Sampangi 2017-03-13 16:59 ` Denys Dmytriyenko 1 sibling, 0 replies; 16+ messages in thread From: SatyaNarayana Sampangi @ 2017-03-05 17:09 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 2422 bytes --] Hi Denys, Any idea for the above problem? On Fri, Mar 3, 2017 at 10:06 AM, SatyaNarayana Sampangi < satya.2891@gmail.com> wrote: > Hi Denys, > > I am using linux-ti-staging 4.4, > > zImage--4.4.41+git0+7c580a51af-r22a-beaglebone-20170302194632.bin > > Image: core-image-minimal > > Could you pls clarify where i am going wrong? > > Thanks, > satya > > On Fri, Mar 3, 2017 at 4:32 AM, Denys Dmytriyenko <denis@denix.org> wrote: > >> On Fri, Mar 03, 2017 at 02:31:42AM +0530, SatyaNarayana Sampangi wrote: >> > Hi Denys, >> > >> > I build, system with krogoth and meta-ti with both version same, after >> > running on the beaglebone it is showing like below, >> > >> > anything I need to change. >> > >> > No lease, forking to background >> > done. >> > hwclock: can't open '/dev/misc/rtc': No such file or directory >> > Starting syslogd/klogd: done >> > INIT: Id "O0" respawning too fast: disabled for 5 minutes >> > [ 92.942038] random: nonblocking pool is initialized >> > INIT: Id "O0" respawning too fast: disabled for 5 minutes >> > >> > Note: This I did not get in Daisy 1.6 and meta-ti with compatible. >> > >> > Could you help me here. >> >> Would be nice to understand which kernel and which image you are building >> and >> using. The console in recent kernels moved from ttyO to ttyS, although our >> kernel has fallback mechanism and should still boot with ttyO, hence the >> question. >> >> -- >> Denys >> >> >> > On Thu, Mar 2, 2017 at 10:26 PM, Denys Dmytriyenko <denis@denix.org> >> wrote: >> > >> > > On Thu, Mar 02, 2017 at 04:19:33PM +0000, Burton, Ross wrote: >> > > > On 2 March 2017 at 16:14, SatyaNarayana Sampangi < >> satya.2891@gmail.com> >> > > > wrote: >> > > > >> > > > > I am using beagle bone black, for which meta-ti layer and poky >> versions >> > > > > compatible is daisy 1.6 as mention in the official website of >> yocto. >> > > If I >> > > > > upgrade the poky to the latest version, then compatibity will be >> lost. >> > > Pls >> > > > > help me out here. >> > > > > >> > > > >> > > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ has branches for >> > > krogoth >> > > > (2.1) and morty (2.2). Where did you see that 1.6 is the last >> release >> > > > supported? >> > > >> > > ^^^^^^^^^^ This is all that matters! The rest is just fluff... >> > > >> > > -- >> > > Denys >> > > >> > > [-- Attachment #2: Type: text/html, Size: 3880 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-03 4:36 ` SatyaNarayana Sampangi 2017-03-05 17:09 ` SatyaNarayana Sampangi @ 2017-03-13 16:59 ` Denys Dmytriyenko 1 sibling, 0 replies; 16+ messages in thread From: Denys Dmytriyenko @ 2017-03-13 16:59 UTC (permalink / raw) To: SatyaNarayana Sampangi; +Cc: yocto@yoctoproject.org On Fri, Mar 03, 2017 at 10:06:21AM +0530, SatyaNarayana Sampangi wrote: > Hi Denys, > > I am using linux-ti-staging 4.4, > > zImage--4.4.41+git0+7c580a51af-r22a-beaglebone-20170302194632.bin > > Image: core-image-minimal > > Could you pls clarify where i am going wrong? Numerous people are reporting 4.4 working for them just fine. Not sure what defconfig you are using. Have you tried using am335x-evm machine instead? > On Fri, Mar 3, 2017 at 4:32 AM, Denys Dmytriyenko <denis@denix.org> wrote: > > > On Fri, Mar 03, 2017 at 02:31:42AM +0530, SatyaNarayana Sampangi wrote: > > > Hi Denys, > > > > > > I build, system with krogoth and meta-ti with both version same, after > > > running on the beaglebone it is showing like below, > > > > > > anything I need to change. > > > > > > No lease, forking to background > > > done. > > > hwclock: can't open '/dev/misc/rtc': No such file or directory > > > Starting syslogd/klogd: done > > > INIT: Id "O0" respawning too fast: disabled for 5 minutes > > > [ 92.942038] random: nonblocking pool is initialized > > > INIT: Id "O0" respawning too fast: disabled for 5 minutes > > > > > > Note: This I did not get in Daisy 1.6 and meta-ti with compatible. > > > > > > Could you help me here. > > > > Would be nice to understand which kernel and which image you are building > > and > > using. The console in recent kernels moved from ttyO to ttyS, although our > > kernel has fallback mechanism and should still boot with ttyO, hence the > > question. > > > > -- > > Denys > > > > > > > On Thu, Mar 2, 2017 at 10:26 PM, Denys Dmytriyenko <denis@denix.org> > > wrote: > > > > > > > On Thu, Mar 02, 2017 at 04:19:33PM +0000, Burton, Ross wrote: > > > > > On 2 March 2017 at 16:14, SatyaNarayana Sampangi < > > satya.2891@gmail.com> > > > > > wrote: > > > > > > > > > > > I am using beagle bone black, for which meta-ti layer and poky > > versions > > > > > > compatible is daisy 1.6 as mention in the official website of > > yocto. > > > > If I > > > > > > upgrade the poky to the latest version, then compatibity will be > > lost. > > > > Pls > > > > > > help me out here. > > > > > > > > > > > > > > > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ has branches for > > > > krogoth > > > > > (2.1) and morty (2.2). Where did you see that 1.6 is the last > > release > > > > > supported? > > > > > > > > ^^^^^^^^^^ This is all that matters! The rest is just fluff... > > > > > > > > -- > > > > Denys > > > > > > ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Devtool: Script Not found 2017-03-02 16:14 ` SatyaNarayana Sampangi 2017-03-02 16:19 ` Burton, Ross @ 2017-03-02 16:20 ` Gary Thomas 1 sibling, 0 replies; 16+ messages in thread From: Gary Thomas @ 2017-03-02 16:20 UTC (permalink / raw) To: yocto On 2017-03-02 17:14, SatyaNarayana Sampangi wrote: > Thanks Leonardo Sandoval and Ross, > > I am using beagle bone black, for which meta-ti layer and poky versions compatible is daisy 1.6 as mention in the > official website of yocto. If I upgrade the poky to the latest version, then compatibity will be lost. Pls help me out here. > Not sure where you got that information, but the BeagleBoneBlack works just fine with much more recent branches. I'm using current master, but morty should be fine. > On Thu, Mar 2, 2017 at 9:18 PM, Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com > <mailto:leonardo.sandoval.gonzalez@linux.intel.com>> wrote: > > On Thu, 2017-03-02 at 19:56 +0530, SatyaNarayana Sampangi wrote: > > Hi Paul, > > > > > > I am not finding the devtool script under the > > /${HOME}/yocto/poky/scripts, so I copied that script from the website > > and changed the permissions. > > > > > > I did sourcing also, > > > > > when you said 'sourcing' you mean you prepare the environment with the > oe-init-build-env? Looks to me that you are missing this step. > > > > but when I run the script, I am getting > > > > > > > > > > devtool > > Traceback (most recent call last): > > File "/home/satya/yoctoBSP/poky/scripts/devtool", line 38, in > > <module> > > from devtool import DevtoolError, setup_tinfoil > > ImportError: No module named 'devtool' > > > > > > Can you pls help me here. whereI am going wrong. > > > > > > Thanks in Advance, > > > > > > Regards, > > Satya > > -- > > _______________________________________________ > > 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] 16+ messages in thread
end of thread, other threads:[~2017-03-13 17:00 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-02 14:26 Devtool: Script Not found SatyaNarayana Sampangi
2017-03-02 15:48 ` Leonardo Sandoval
2017-03-02 15:59 ` Burton, Ross
2017-03-02 16:14 ` SatyaNarayana Sampangi
2017-03-02 16:19 ` Burton, Ross
2017-03-02 16:25 ` SatyaNarayana Sampangi
2017-03-02 16:26 ` Burton, Ross
[not found] ` <CAF1M0z7UKFzAovgMYd_BWPTi2nWQQ69AjSVOvCO_j0Bej=iTGA@mail.gmail.com>
2017-03-02 16:34 ` SatyaNarayana Sampangi
2017-03-02 16:48 ` Denys Dmytriyenko
2017-03-02 16:56 ` Denys Dmytriyenko
2017-03-02 21:01 ` SatyaNarayana Sampangi
2017-03-02 23:02 ` Denys Dmytriyenko
2017-03-03 4:36 ` SatyaNarayana Sampangi
2017-03-05 17:09 ` SatyaNarayana Sampangi
2017-03-13 16:59 ` Denys Dmytriyenko
2017-03-02 16:20 ` 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.