What you get will depend very much on what file system you are using. Each
file system has different behaviours.
If you have an application where you can yank power without a clean
shutdown then it is advisable to use a file system with a more predictable
caching policy.
For example, Yaffs (the f
So is the short answer here to learn, and use waf?
Is that the future of RTEMS?
Yet another build system :-).
Thanks
On Thu, Jan 30, 2020 at 11:54 AM Chris Johns wrote:
>
> On 30/1/20 4:51 am, Jonathan Brandmeyer wrote:
> > RTEMS BSPs place a bunch of pkg-config files under $prefix/lib/pkgconf
Thanks for the quick response Chris
It looks like I'm back in action.
On Wed, Jan 29, 2020 at 1:56 PM Chris Johns wrote:
>
> On 29/1/20 11:25 am, Charles Manning wrote:
> > Hi All
> >
> > I need to get going with RTEMS, so I thought I'd follow the quick
Hi All
I need to get going with RTEMS, so I thought I'd follow the quickstart
guild.
All good until I got to the bit where I wanted to build an app.
https://docs.rtems.org/branches/master/user/start/app.html: TODO
I have the following in the PATH:
/home/charles/quick-start/rtems/5/bin:
So I
Hello
In my quest for an RTEMS development environment that works with a
simulator, I thought I would try the HoW To at
http://heshamelmatary.blogspot.com/2015/02/howto-1-build-or1k-rtems-toolchain-via.html
This is based on 4.11, but I switched it to 5 by just substituting 5
everywhere there's 4
On Thu, Nov 21, 2019 at 11:43 AM Chris Johns wrote:
> On 21/11/19 5:44 am, Charles Manning wrote:
> > 2) Fleshing out
> https://docs.rtems.org/branches/master/user/start/app.html with
> > a brief compile and run example.
>
> This is an important and missing section and
On Thu, Nov 21, 2019 at 2:49 AM Joel Sherrill wrote:
>
>
> On Tue, Nov 19, 2019 at 10:43 PM Niteesh wrote:
>
>> Hii charles,
>>
>> On Wed, 20 Nov, 2019, 7:37 AM Charles Manning,
>> wrote:
>>
>>> Hi
>>>
>>> I am starting ou
Hi
I am starting out with RTEMS and want to get through the first steps from
zero to running a hello world application on a simulator, qemu etc.
Unfortunately https://docs.rtems.org/branches/master/user/start/index.html
ends up failing the BSP test in 2.7 and in a TODO at step 2.8 leaves me
hangi