Re: RTEMS Shell Problem

2019-06-11 Thread Chris Johns
On 12/6/19 12:55 am, Alan Cudmore wrote: > 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_MAXI

RISC-V Support for HiFive Unleashed

2019-06-11 Thread Molock, Dwaine S. (GSFC-5820)
All: Does the current RTEMS RISC-V port support the HiFive Unleashed (https://www.sifive.com/boards/hifive-unleashed) development board? If not, what BSP should I use as a starting point to create a BSP for this particular board? Is there a generic RISC-V BSP I could use? Thanks, Dwaine

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: BeagleBone Black Networking (wifi and/or wired)

2019-06-11 Thread Sebastian Huber
On 11/06/2019 10:19, Christian Mauderer wrote: For example running libbsd with a beaglebone booted without a device tree crashes with a NULL pointer access when libbsd checks the magic value in the DTB header (I could not quickly find how libbsd is passed the DTB pointer from the BSP). If you pro

Re: BeagleBone Black Networking (wifi and/or wired)

2019-06-11 Thread Christian Mauderer
On 11/06/2019 01:27, Chris Johns wrote: > On 9/6/19 6:00 pm, Christian Mauderer wrote: >> On 09/06/2019 04:24, Chris Johns wrote: >>> On 8/6/19 1:45 am, Christian Mauderer wrote: Note that basically all device tree files that I have found yet are forked from the Linux ones. >>> >>> Yes,