Re: i.MX6ULL BSP ?

2018-06-25 Thread Ian Caddy
On 26/06/2018 2:52 PM, Sebastian Huber wrote: Hello Ian, we have a BSP for i.MX7. It should be easy to get it working on a i.MX6: https://git.rtems.org/rtems/tree/bsps/arm/imx You need the latest RTEMS master for this BSP (RTEMS 5). The network driver is in the libbsd. That sounds aweso

Re: i.MX6ULL BSP ?

2018-06-25 Thread Sebastian Huber
Hello Ian, we have a BSP for i.MX7. It should be easy to get it working on a i.MX6: https://git.rtems.org/rtems/tree/bsps/arm/imx You need the latest RTEMS master for this BSP (RTEMS 5). The network driver is in the libbsd. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D

Re: RTEMS Source Builder issue

2018-06-25 Thread Chris Johns
On 26/06/2018 16:36, Ian Caddy wrote: > Hi All, > > I am trying to use the source builder to put together an ARM toolchain, I > followed the instructions on: > > https://docs.rtems.org/branches/master/rsb/quick-start.html > > but got the 4.11.3 tag from GIT, and used the command line: > > ../so

RTEMS Source Builder issue

2018-06-25 Thread Ian Caddy
Hi All, I am trying to use the source builder to put together an ARM toolchain, I followed the instructions on: https://docs.rtems.org/branches/master/rsb/quick-start.html but got the 4.11.3 tag from GIT, and used the command line: ../source-builder/sb-set/builder -- log=l-arm.txt --prefix=

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 Goanna

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. b

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 Christian

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, yo

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 pyt