Re: BSP missing

2020-08-26 Thread Mritunjay Sharma
From: users on behalf of Zacchaeus Liang Sent: Thursday, August 27, 2020 7:00 AM To: jan.som...@dlr.de Cc: RTEMS Users RTEMS Subject: Re: BSP missing 'm currently getting an error that the arch and the bsp is not found zakonrockets@zakonrockets-Inspiron-15-70

Re: BSP missing

2020-08-26 Thread Zacchaeus Liang
'm currently getting an error that the arch and the bsp is not found zakonrockets@zakonrockets-Inspiron-15-7000-Gaming:~/development/app/hello$ ./waf configure --rtems=$HOME/development/rtems/5 --rtems-bsp=pc386 Setting top to : /home/zakonrockets/development/app/hello S

Re: Overcoming a 256 bytes console/uart limit

2020-08-26 Thread Ian Caddy
Hi, On 26/08/2020 5:36 pm, Schweikhardt, Jens (TSPCE3-TL4) wrote: Hello world\n I’m observing a 256 byte input limit with RTEMS 5 on riscv that I don’t know how to overcome. We are using the RTEMS console driver and newlib stdio. The effect is that an fgets() appears to only accept 256 cha

Re: pc386 hello.exe on real hardware (issues with VGA/VBE output)

2020-08-26 Thread Karel Gardas
On 8/26/20 9:53 AM, Chris Johns wrote: >> I'm not able to run hello.exe on real >> hardware PC w/o UART1 presented/connected and get its expected "Hello" >> output to the VGA/GPU console. I think RTEMS still pushed hello message >> down to the UART1. > > I just want to understand what UART1 is. I

Overcoming a 256 bytes console/uart limit

2020-08-26 Thread Schweikhardt, Jens (TSPCE3-TL4)
Hello world\n I'm observing a 256 byte input limit with RTEMS 5 on riscv that I don't know how to overcome. We are using the RTEMS console driver and newlib stdio. The effect is that an fgets() appears to only accept 256 characters, specifically if we connect via picocom on a Linux box, we can t

Re: pc386 hello.exe on real hardware (issues with VGA/VBE output)

2020-08-26 Thread Chris Johns
On 26/8/20 7:56 am, Karel Gardas wrote: > > while testing pc386 BSP to write some verified information bits into the > manual I've hit very simple issue. Thank you for doing this, it is really great to see it happening. > I'm not able to run hello.exe on real > hardware PC w/o UART1 presented/c