Re: Advice on JTAG debugging RTEMS for ARM (beaglebone)

2021-01-03 Thread Ian Caddy
. 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

Re: Overcoming a 256 bytes console/uart limit

2020-08-26 Thread Ian Caddy
|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

Re: cant break a stm32 exe

2019-04-03 Thread Ian Caddy
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

Re: task info

2019-03-21 Thread Ian Caddy
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

Re: device-tree example for altera-cyclone-v bsp

2019-02-13 Thread Ian Caddy
= "/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

Re: Creating older RTEMS5 tools

2019-01-13 Thread Ian Caddy
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

Re: Creating older RTEMS5 tools

2019-01-11 Thread Ian Caddy
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

Creating older RTEMS5 tools

2019-01-10 Thread Ian Caddy
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

RTEMS-5 syslog capability?

2018-12-13 Thread Ian Caddy
? regards, Ian Caddy Goanna Technologies Pty Ltd ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: RTEMS5 File Descriptors

2018-11-21 Thread Ian Caddy
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

Re: RTEMS5 File Descriptors

2018-11-21 Thread Ian Caddy
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

RTEMS5 File Descriptors

2018-11-20 Thread Ian Caddy
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

Re: RTEMS5 _REENT

2018-11-06 Thread Ian Caddy
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

RTEMS5 _REENT

2018-11-06 Thread Ian Caddy
of our other code? regards, Ian Caddy Goanna Technologies Pty Ltd ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: How to sync a dos file system externally

2018-10-02 Thread Ian Caddy
probably work fine. regards, Ian Caddy ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: New RTEMS user..

2018-09-06 Thread Ian Caddy
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

Re: imx6ULL memcpy issue in RTEMS 5

2018-09-04 Thread Ian Caddy
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

Re: imx6ULL memcpy issue in RTEMS 5

2018-09-04 Thread Ian Caddy
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

imx6ULL memcpy issue in RTEMS 5

2018-09-04 Thread Ian Caddy
-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

Re: IMFS on ram-disk

2018-07-24 Thread Ian Caddy
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

Re: RTEMS Source Builder issue

2018-06-26 Thread Ian Caddy
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

Re: RTEMS Source Builder issue

2018-06-26 Thread Ian Caddy
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

Re: RTEMS Source Builder issue

2018-06-26 Thread Ian Caddy
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

Re: i.MX6ULL BSP ?

2018-06-25 Thread Ian Caddy
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

RTEMS Source Builder issue

2018-06-25 Thread Ian Caddy
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

i.MX6ULL BSP ?

2018-06-25 Thread Ian Caddy
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

Re: Experience with CAN bus on RTEMS

2017-11-29 Thread 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