i.MX6ULL BSP ?

2018-06-25 Thread Ian Caddy
Hi All, We are starting a new board development using an i.MX6ULL (MCIMX6Y2) with a single ARM Cortex-A7 core and was wondering if anyone has already created a BSP for this or something similar to this, and would be willing to share some or all of it? regards, Ian Caddy -- Ian Caddy

Re: Re: how to use system function to execute the script

2018-06-25 Thread bin.w...@qkmtech.com
thanks,it works bin.w...@qkmtech.com From: Chris Johns Date: 2018-06-22 13:07 To: bin.w...@qkmtech.com; Users Subject: Re: how to use system function to execute the script On 22/06/2018 14:44, bin.w...@qkmtech.com wrote: > hi everyone: > > i want to use the "system()" to execute the script.

Re: Error building libbsd

2018-06-25 Thread Nicolas Tsiogkas
Hi Christian, I will go with python3 indeed as I have to finally close a patch for Ethercat SOEM working with RTEMS 5. In parallel I will try to investigate with the waf examples and report back. Thanks for the prompt reply and effort. :) Regards, Niko On Mon, Jun 25, 2018 at 10:15 AM

Re: Error building libbsd

2018-06-25 Thread Christian Mauderer
Hello Niko, if the patch didn't do anything to your output, the error has to happen quite early. The first one should have been printed when the build() function of the wscript has been reached. So I would assume that it already happens before that. If you have time and desire to find the bug,

Re: Error building libbsd

2018-06-25 Thread Nicolas Tsiogkas
Hi, sorry for the late reply. So, the patch didn't do a thing. Got the same print. But I tried to run waf with python3 python3 /home/niko/.local/bin/waf-2.0.8 and python3 /home/niko/.local/bin/waf-2.0.8 install That was successful. From that I can assume that there is some issue with the