Re: Is the PowerPC virtex BSP still in use?

2018-09-04 Thread Sebastian Huber
On 05/09/18 07:48, Sebastian Huber wrote: Hello, the virtex BSP was added to the repository in 1995. Is is still in use with a recent RTEMS release or the master branch? https://git.rtems.org/rtems/tree/bsps/powerpc/virtex If yes, then please have a look at: https://devel.rtems.org/ticket/3

Re: Stitching in another BSP into V5

2018-09-04 Thread groups
Of course. I should have looked in there. Thank you for your help. A > On 2018-September-04, at 23:55, Sebastian Huber > wrote: > > Hello Andrei, > > you still need the BSP build files in "c", e.g. > > https://git.rtems.org/rtems/tree/c/src/lib/libbsp/arm/stm32f4 > > Build system improveme

Re: Stitching in another BSP into V5

2018-09-04 Thread Sebastian Huber
Hello Andrei, you still need the BSP build files in "c", e.g. https://git.rtems.org/rtems/tree/c/src/lib/libbsp/arm/stm32f4 Build system improvements are extremely time consuming. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189

Stitching in another BSP into V5

2018-09-04 Thread Mr. Andrei Chichak
Hello, I’ve been using a BSP for the STM32F767 that was derived from the STM32F4 BSP. I had it stitched into the source tree, but the way that BSPs are handled has changed and I can’t get ./bootstrap to recognize my BSP’s existence. What I did was to take my BSP and copy it into rtems/bsps/arm

Is the PowerPC virtex BSP still in use?

2018-09-04 Thread Sebastian Huber
Hello, the virtex BSP was added to the repository in 1995. Is is still in use with a recent RTEMS release or the master branch? https://git.rtems.org/rtems/tree/bsps/powerpc/virtex If yes, then please have a look at: https://devel.rtems.org/ticket/3505 I suggest to remove this BSP to get ri

Re: imx6ULL memcpy issue in RTEMS 5

2018-09-04 Thread Ian Caddy
On 4/09/2018 6:24 PM, Chris Johns wrote: On 4/9/18 6:13 pm, Ian Caddy wrote: I pretty much copied the build tree, from the imx BSP (which is based on an imx7 I think from memory) as the imx6ULL is a Cortex-A7 single core proceessor, using the ARMv7-A architecture. Some places have been saying

Re: imx6ULL memcpy issue in RTEMS 5

2018-09-04 Thread Chris Johns
On 4/9/18 6:13 pm, Ian Caddy wrote: > Hi All, > > I am trying to get a imx6ULL custom BSP running on RTEMS 5.  I am working > through some startup issues between u-boot and RTEMS and I think I have most > of > them squared away now. > > During the RTEMS higher level init, the IMFS is inited and

Re: imx6ULL memcpy issue in RTEMS 5

2018-09-04 Thread Ian Caddy
Actually probably have placed this in the email as well: RTEMS version: 5.0.0.caccc5bfc6fab5672068e6cf6c32c1318a729cba-modified RTEMS tools: 7.3.0 20180125 (RTEMS 5, RSB 4bd8de535bbede68c7b46ea88a1b8eed356c3897, Newlib 3.0.0) regards, Ian C. On 4/09/2018 4:13 PM, Ian Caddy wrote: Hi All,

imx6ULL memcpy issue in RTEMS 5

2018-09-04 Thread Ian Caddy
Hi All, I am trying to get a imx6ULL custom BSP running on RTEMS 5.  I am working through some startup issues between u-boot and RTEMS and I think I have most of them squared away now. During the RTEMS higher level init, the IMFS is inited and as part of that, /dev is created.  When creating