Re: Announce: RTEMS 5.1 Release

2020-08-28 Thread Alan Cudmore
Hello Chris, Thanks to you and the RTEMS developers for creating this release! I am testing your release packages. So far I have tried the following: 1. Built tools for SPARC, ARM, and i386 on an Ubuntu 18.04 LTS host. 2. Built the BSP for Beaglebone Black and the corresponding LibBSD 3. Built the

RE: Fwd: JTAG error with arm-rtems-gdb

2020-05-18 Thread Alan Cudmore
, 2020 12:38 PMTo: users@rtems.orgCc: Alan CudmoreSubject: Fwd: JTAG error with arm-rtems-gdb  -- Forwarded message -De: Mario Palomares <palomares.mari...@gmail.com>Date: dom., 17 may. 2020 a las 18:33Subject: Re: JTAG error with arm-rtems-gdbTo: Alan Cudmore <alan.cudm...@

RE: JTAG error with arm-rtems-gdb

2020-05-16 Thread Alan Cudmore
Hello Mario,Did you try bringing up the complete bare metal environment in the Bare Metal Raspberry Pi 3b JTAG blog entry?I would verify that that environment with the bare metal Aarch64 examples work before trying to get the 32 bit RTEMS binaries to work.It seems like these should work on the Pi2

Re: RTEMS Shell Problem

2019-06-11 Thread Alan Cudmore
That should work. I am currently using the shell on various LEON3 boards using rcc-1.3-rc6. My RTEMS config has this note: /* POSIX Keys are needed for the Shell */ #define CONFIGURE_MAXIMUM_POSIX_KEYS 32 #define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS64 ( my values are p

Re: RTEMS + IoT

2019-02-01 Thread Alan Cudmore
Nice! How does the 6LoWPAN device interface to the BeagleBone? SPI, UART? Do you have any plans to integrate any IOT libraries such as MQTT? Alan On Thu, Jan 31, 2019 at 6:22 AM Pierre FICHEUX wrote: > Hi all, > > Here is a link to a screenshot of the 1rst version of "RTEMS / IoT" > (RTEMS + 6L

Re: RTEMS in AMP mode

2018-10-17 Thread Alan Cudmore
Is the POSIX API preferred for RTEMS applications moving forward? Thanks, Alan On Wed, Oct 17, 2018 at 5:20 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 15/10/2018 14:23, Thawra Kadeed wrote: > > > > Thanks a lot Sebastian for referring me to the git master. > > > > Actua

Re: Installing cexp-2.2.3 for RTEMS 4.12

2017-10-06 Thread Alan Cudmore
I have not used Cexp in a while. I am working on integrating support for the RTEMS dynamic loader (RTL) in the OSAL and cFE, but it may take a while for that to be integrated into the open source OSAL release. For your immediate problem, would it be possible to try removing the #error macro line?

Re: RTEMS 4.12 on RPi Zero

2017-09-28 Thread Alan Cudmore
RTEMS should work on the Raspberry Pi Zero, but I have not tried RTEMS on the Raspberry Pi Zero W. The "W" model has wifi and bluetooth, and like the Raspberry Pi 3, the bluetooth is connected to the UART which is used by the RTEMS console. I believe we need to write a new console driver for the Pi

Re: gethostid in RTEMS 4.11

2017-09-06 Thread Alan Cudmore
Paul, I don't think the gethostid function is used in the cFS, so you could just #undef the OS_INCLUDE_NETWORK in the osconfig.h file. This would remove the gethostid call and allow it to compile. I'm working on a LEON3 RTEMS 4.11 build. I have it running on several boards, TSIM, and a QEMU target