.
That way no SD card required and all running in the memory.
regards,
Ian Caddy
On 31/12/2020 4:39 am, James Fitzsimons wrote:
Hi Christian,
Thanks very much for this suggestion. I gave it a shot this morning
and although it's not working yet, I can at least see the PC register
is pointi
|static size_t rtems_termios_cbufsize = 1024; static size_t
rtems_termios_raw_input_size = 1024; static size_t
rtems_termios_raw_output_size = 1024; This overrides the raw input and
output and the cooked buffer. Hope this helps. regards, Ian Caddy Goanna
Technologies Pty Ltd
Normally we would use 'c' instead of 'run'.
If you have downloaded your code, just use the c for continue for
embedded processors.
regards,
Ian Caddy
On 3/04/2019 3:48 pm, 787562067 wrote:
hi, guys, how to debug this case
Loading section .init, size 0xc vma 0x125ec
L
ly it will provide
the information that you are looking for.
regards,
Ian Caddy
On 22/03/2019 3:41 am, Mathew Benson wrote:
What's the best way to determine the status of a task? Is there an
API to determine if its pending or a runnable state? Is there an API
to determine what its p
= "/memory" and reserved_memory_path = "/reserved-memory"
Both these need to be defined in your device tree for it to work. Look
through all your other instances and ensure that your names line up.
regards,
Ian Caddy
On 12/02/2019 11:14 pm, Christian Spindeldreier wrote:
Hi
On 12/01/2019 6:45 am, Joel Sherrill wrote:
I assume it would be OK to change:
tools/rtems-binutils-2.31.1
tools/rtems-gcc-7.4.0-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f
back to:
tools/rtems-binutils-2.30
tools/rtems-gcc-7.3.0-newlib-3.0.0
I am going to atte
there is a better way, I would more
than happy to try it.
regards,
Ian C.
On 11/01/2019 2:59 pm, Ian Caddy wrote:
Hi All,
We have progressed with our RTEMS5 project using the imx6ULL, and are
getting closer to completing it, but we have been using linux tools
since around July18 and now need
don't know much about
source-builder as it normally works straight out of the box!!), to get
this sorted?
regards,
Ian Caddy
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
?
regards,
Ian Caddy
Goanna Technologies Pty Ltd
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
On 21/11/2018 4:16 pm, Sebastian Huber wrote:
Hello Ian,
On 21/11/2018 09:13, Ian Caddy wrote:
On the older product there was a reasonable existing code base
already built, so we effectively forced the users by deprecating the
old select and made them build with the new select.
what do
the early
work, I can force a compiler build option with the -DFD_SETSIZE=500so
this is probably the direction we will go, that way all the users will
end up with this define when they build their apps.
regards,
Ian Caddy
On 21/11/2018 3:00 pm, Sebastian Huber wrote:
Hello Ian,
the file
guaranteed going over the
default 64 fd_set limit at some stage (currently it is happening right
at the beginning for now on my simple system I have changed our
MAX_FILE_DESCRIPTORS to 64 and the select is working OK.
Does anyone know of a nice way around this issue without saying don't
use
On 7/11/2018 3:38 PM, Sebastian Huber wrote:
On 07/11/2018 08:23, Ian Caddy wrote:
Or should this be fixed to check whether multi-tasking is running
before checking the currently running thread, we do this in some of
our other code?
Code which runs before the idle threads are created
of our other code?
regards,
Ian Caddy
Goanna Technologies Pty Ltd
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
probably work fine.
regards,
Ian Caddy
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
lso the Atmel, now Microchip peripherals are quite different to the NXP
and others, so you might be able to share some code from the:
rtems/bsps/arm/atsam
Maybe the peripherals are the same or similar.
regards,
Ian Caddy
___
users mailing list
users
On 4/09/2018 6:24 PM, Chris Johns wrote:
On 4/9/18 6:13 pm, Ian Caddy wrote:
I pretty much copied the build tree, from the imx BSP (which is based on an imx7
I think from memory) as the imx6ULL is a Cortex-A7 single core proceessor, using
the ARMv7-A architecture.
Some places have been
Actually probably have placed this in the email as well:
RTEMS version: 5.0.0.caccc5bfc6fab5672068e6cf6c32c1318a729cba-modified
RTEMS tools: 7.3.0 20180125 (RTEMS 5, RSB
4bd8de535bbede68c7b46ea88a1b8eed356c3897, Newlib 3.0.0)
regards,
Ian C.
On 4/09/2018 4:13 PM, Ian Caddy wrote:
Hi All
-embedded/+question/289328
I can provide more detailed information if anyone is interested.
We are going to need to be able to support unaligned access for memcpy
on both the source and destination, so I was hoping someone might be
able to point me in the correct direction to
system block size increase to make max file size
68,173,568, instead of 4,329,344 */
#define CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK 256
We performed this update to increase the maximum file size as shown above.
Hope this helps.
regards,
Ian Caddy
On 24/07/2018 4:48 PM, Udit agarwal wrote:
Hi
Hi Chris,
On 27/06/2018 11:03 AM, Chris Johns wrote:
On 26/06/2018 17:13, Ian Caddy wrote:
An update on this, I am not that familiar with Ubuntu and got the correct
information about build-dep, it was erroring saying I had no source in my
source.list, which I have now fixed, and it is
On 26/06/2018 3:01 PM, Ian Caddy wrote:
Hi Chris,
On 26/06/2018 2:49 PM, Chris Johns wrote:
On 26/06/2018 16:36, Ian Caddy wrote:
It is failing trying to build newlib, complaining that it can not
find zlib.h:
Did you review the hosts section of the manual:
https://docs.rtems.org
Hi Chris,
On 26/06/2018 2:49 PM, Chris Johns wrote:
On 26/06/2018 16:36, Ian Caddy wrote:
It is failing trying to build newlib, complaining that it can not find zlib.h:
Did you review the hosts section of the manual:
https://docs.rtems.org/branches/master/rsb/hosts.html
Which host are you
awesome. Is the RTEMS V5 tree ready to run in production
environments yet?
regards,
Ian Caddy
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
directory
compilation terminated.
Makefile:1058: recipe for target 'lto-compress.o' failed
I can provide the complete log file if anyone is interested, but it is
14MBytes, but I have included the newlib build log which is 70K.
Is this a known issue?
regards,
Ian Caddy
RTEMS Tools Projec
Hi All,
We are starting a new board development using an i.MX6ULL (MCIMX6Y2)
with a single ARM Cortex-A7 core and was wondering if anyone has already
created a BSP for this or something similar to this, and would be
willing to share some or all of it?
regards,
Ian Caddy
--
Ian Caddy
driver, it sits as a library that uses the RTEMS API for interrupts,
tasks and message queues.
If you have any specific questions I am more than happy to discuss further.
regards,
Ian Caddy
On 29/11/2017 10:23 PM, jan.som...@dlr.de wrote:
Hello,
I was wondering if there has been any
27 matches
Mail list logo