Re: Cheap Small PC for RTEMS testing

2020-01-13 Thread Alan Cudmore
I wonder if any of these boards would be compatible: https://up-board.org/ The Up Board that has the same form factor as a raspberry Pi looks like it is $100 US: https://up-shop.org/up-boards/272-up-board.html A google shows this x86 32 bit processor, which is interesting: http://www.86duino.com

Cheap Small PC for RTEMS testing

2020-01-13 Thread Joel Sherrill
Hi I was looking for a recommendation as a cheap test PC option. I was considering the Minnowboard but it looks like minnowboard.org is dead which makes me a bit vervois. It has 64-bit BIOS. Did we ever get far enough where this might work? https://store.netgate.com/Turbot4.aspx Does anyone hav

Re: Raspberrypi3: AUX Uart driver

2020-01-13 Thread Niteesh
The ns16550_context already has a field named baud_divisor, so if the user passes value for it, then we can skip the GetBaudDivisor function and use that value instead. Is this approach okay? On Mon, Jan 13, 2020 at 3:46 PM Niteesh wrote: > On Mon, Jan 13, 2020 at 1:38 PM Christian Mauderer < >

Re: Requirement Document generator tool

2020-01-13 Thread Gedare Bloom
On Mon, Jan 13, 2020 at 9:06 AM Christian Mauderer wrote: > > Hello Jose, > > On 10/01/2020 17:33, Jose Valdez wrote: > > Hello, > > > > Regarding this topic and to start to define the python tools that are more > > appropriate for the RTEMS community python developments, I would like to > > pro

Re: Requirement Document generator tool

2020-01-13 Thread Joel Sherrill
On Mon, Jan 13, 2020 at 10:04 AM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > Hello Jose, > > On 10/01/2020 17:33, Jose Valdez wrote: > > Hello, > > > > Regarding this topic and to start to define the python tools that are > more appropriate for the RTEMS community python d

Re: GCC for epiphany in RTEMS BSP Builder Tier builds

2020-01-13 Thread Gedare Bloom
On Mon, Jan 13, 2020 at 4:55 AM Joel Sherrill wrote: > > Hi > > When building everything using the RTEMS BSP Builder, the epiphany always > fails building the legacy network stack due to a GCC bug. I managed an > epiphany build with rtems6 tools and this target fails even earlier. > > I was hopi

Re: Requirement Document generator tool

2020-01-13 Thread Christian Mauderer
Hello Jose, On 10/01/2020 17:33, Jose Valdez wrote: > Hello, > > Regarding this topic and to start to define the python tools that are more > appropriate for the RTEMS community python developments, I would like to > propose the following tools (to be placed in RTEMS Software Engineering > man

GCC for epiphany in RTEMS BSP Builder Tier builds

2020-01-13 Thread Joel Sherrill
Hi When building everything using the RTEMS BSP Builder, the epiphany always fails building the legacy network stack due to a GCC bug. I managed an epiphany build with rtems6 tools and this target fails even earlier. I was hoping to update the tools to something that worked but that doesn't seem

Re: Raspberrypi3: AUX Uart driver

2020-01-13 Thread Niteesh
On Mon, Jan 13, 2020 at 1:38 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > On 12/01/2020 21:26, Niteesh wrote: > > On Sun, Jan 12, 2020 at 11:42 PM Christian Mauderer > > wrote: > > > > Hello Niteesh, > > > > On 12/01/2020 16:06, Nitees

Re: Raspberrypi3: AUX Uart driver

2020-01-13 Thread Christian Mauderer
On 12/01/2020 21:56, Niteesh wrote: > The following questions are not related to uart, but they kept bugging > me for a while, and want to clear them > > 1) If the linker places the text section at 0x20 what happens all > the memory below that? Are they left empty > or are they used for things

Re: Raspberrypi3: AUX Uart driver

2020-01-13 Thread Christian Mauderer
On 12/01/2020 21:26, Niteesh wrote: > On Sun, Jan 12, 2020 at 11:42 PM Christian Mauderer > wrote: > > Hello Niteesh, > > On 12/01/2020 16:06, Niteesh wrote: > > The only issue, I faced while using this driver is the baud divisor is > > calculatedĀ  >