Announce: RTEMS 5.1 Release

2020-08-25 Thread Chris Johns
The RTEMS 5.1 Release is available. The release can be found at: https://ftp.rtems.org/pub/rtems/releases/5/5.1 Please follow the release instructions provided by the link. The RTEMS 5 release is a significant milestone for the RTEMS project with many years of effort from many people as we cont

Re: RTEMS 5.1 RC2 Available

2020-08-25 Thread Chris Johns
On 25/8/20 8:38 pm, Karel Gardas wrote: > I'm especially not sure > how best to format Runtime Options listing -- e.g. `--console` results > in not so nice -console in output etc. I would just document the options and what they do. This format is fine ... https://docs.rtems.org/branches/master/u

Re: RTEMS 5.1 RC2 Available

2020-08-25 Thread Karel Gardas
On 8/25/20 3:12 PM, Joel Sherrill wrote: > Thanks. Other than appearing to have lines longer than 80 characters, it > looks ok to me. > Good, so I'll fix that and amend commit and resend again. > We had some progress with students converting wiki pages to > documentation. I personally want to mi

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

2020-08-25 Thread Karel Gardas
Hi, while testing pc386 BSP to write some verified information bits into the manual I've hit very simple issue. 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 dow

RE: BSP missing

2020-08-25 Thread Jan.Sommer
> I followed this tutorial from a GSOC student. > https://medium.com/@mritunjaysharma394/installing-rtems-ecosystem-and-building-your-first-bsp-993d1cf38902 > > This is how i've configured it. > $HOME/development/rtems/rtems-5/configure --target=i386-rtems5 > --enable-rtemsbsp=pc386 --enable-t

Re: STM32 Nucleo F429ZI bsp ?

2020-08-25 Thread Mr. Andrei Chichak
The ‘429 shares a data sheet with the STM32F407VGT6 that is the basis of the STM32F4 BSP. The 429 has more RAM (256k vs 192k), and the ZI version has more Flash (2M vs 1M). This would mean that the linker files would need to be altered simply. The 429 mostly adds an LCD controller and support

Re: BSP missing

2020-08-25 Thread Zacchaeus Liang
I followed this tutorial from a GSOC student. https://medium.com/@mritunjaysharma394/installing-rtems-ecosystem-and-building-your-first-bsp-993d1cf38902 This is how i've configured it. $HOME/development/rtems/rtems-5/configure --target=i386-rtems5 --enable-rtemsbsp=pc386 --enable-tests=samples --p

RE: BSP missing

2020-08-25 Thread Jan.Sommer
> -Original Message- > From: users [mailto:users-boun...@rtems.org] On Behalf Of Gedare Bloom > Sent: Tuesday, August 25, 2020 9:15 PM > To: Zacchaeus Liang > Cc: RTEMS Users RTEMS > Subject: Re: BSP missing > > Hi Zack, > > On Tue, Aug 25, 2020 at 1:02 PM Zacchaeus Liang > wrote: > >

Re: BSP missing

2020-08-25 Thread Joel Sherrill
On Tue, Aug 25, 2020 at 2:15 PM Gedare Bloom wrote: > Hi Zack, > > On Tue, Aug 25, 2020 at 1:02 PM Zacchaeus Liang > wrote: > > > > So I was able to build the bsp and all of the tests pass. I'm currently > trying to build the hello world app. > > > > zakonrockets@zakonrockets-Inspiron-15-7000-Ga

Re: BSP missing

2020-08-25 Thread Gedare Bloom
Hi Zack, On Tue, Aug 25, 2020 at 1:02 PM Zacchaeus Liang wrote: > > So I was able to build the bsp and all of the tests pass. I'm currently > trying to build the hello world app. > > zakonrockets@zakonrockets-Inspiron-15-7000-Gaming:~/development/app/hello$ > ./waf configure --rtems=$HOME/devel

BSP missing

2020-08-25 Thread Zacchaeus Liang
So I was able to build the bsp and all of the tests pass. I'm currently trying to build the hello world app. zakonrockets@zakonrockets-Inspiron-15-7000-Gaming:~/development/app/hello$ ./waf configure --rtems=$HOME/development/rtems/5 --rtems-bsp=pc-qemu Setting top to : /

Re: RTEMS 5.1 RC2 Available

2020-08-25 Thread Joel Sherrill
Thanks. Other than appearing to have lines longer than 80 characters, it looks ok to me. We had some progress with students converting wiki pages to documentation. I personally want to minimize what is in the wiki especially for content that should be tied to a specific RTEMS version. I say this b

Re: RTEMS 5.1 RC2 Available

2020-08-25 Thread Karel Gardas
On 8/25/20 2:30 AM, Chris Johns wrote: >> Also is there any reason pcx86 BSP is not documented at all? > > We need someone to create and add the documentation for the PC BSP. It is not > hard but it is important. The README in the BSP could be filtered, updated and > moved into the doco. Please r