Re: [yocto] loading FPGA bitfile with u-boot spl on ZYBO

2018-06-27 Thread Alan Levy
seconds using the following command: setenv bootdelay 3 saveenv This assumes that your version of U-Boot has the FGPA load and boot delay functionality built in. If not you'll need to rebuild it with the necessary options enabled. ALAN LEVY, Lead Consultant, Embedded Systems

Re: [yocto] yocto Digest, Vol 91, Issue 105

2018-04-27 Thread Alan Levy
build step that > depends on rendering config file templates (which fails due to missing > not finding the config file). Assuming that your target has an Ethernet interface you can use DNF/RPM together with a web server such as Apache or IIS to host the package repository; there are also some more

Re: [yocto] Halt problem

2018-01-15 Thread Alan Levy
because that's the most likely culprit. === ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron Walden, CB10 1NY, UK T: +44 (0) 1799 533200E: alan.l...@plextek.com W: www.plextek.com -Original Message- >D

Re: [yocto] yocto Digest, Vol 85, Issue 78

2017-10-24 Thread Alan Levy
_config). Perhaps another .bbappend somewhere in your build is also overwriting this file? > > Best regards, > Andreas Enbacka > Regards Alan ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron Walden,

Re: [yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
OK, done that now. Thanks for your assistance Alan ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron Walden, CB10 1NY, UK T: +44 (0) 1799 533200E: alan.l...@plextek.com W: www.plextek.com -Original

Re: [yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
rt log --limit 1 --no-auth-cache ! http://server/path/my_module/ failed with exit code 127, output: /usr/bin/env: 'svn': No such file or directory ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron Walden, CB10 1NY

Re: [yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
Just noticed the typo on my part - it's SRCPV that causes the problem, not SRCREV. Apologies for the confusion; a maze of twisty little variables, all alike ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron Walden

Re: [yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
D" PV = "${SRCPV}" SRCREV = "${AUTOREV}" SRC_URI = "svn://server/path;module=my_module" If you comment out the line referring to SRCPV all is well, if you include it bitbake blows up, even if I just perform cleansstate. ALAN LEVY, Lead Consultant, Embedded Sy

Re: [yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
for me to force an svn executable onto PATH was to add it to HOSTTOOLS but that may not be what is really intended. ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron Walden, CB10 1NY, UK T: +44 (0) 1799 533200E

[yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
the list of host apps defined in HOSTTOOLS in bitbake.conf. If I add an assignment in local.conf to append svn to HOSTTOOLS all is well again. I think that this is almost certainly a bug but I thought I'd raise the question here just in case it's really me doing something wrong. ALAN LEVY Lead