Chat

2021-08-10 Thread Mathew Benson
t;? Is it possible to build two kernels in a single step, or should it contain an entry in "arm" for the R5 and an entry in "aarch64" for the A53? -- *Mathew Benson* CEO | Chief Engineer Windhover Labs, LLC 832-640-4018 www.windhoverlabs.com ___

Re: RTEMS on the Zynq Ultrascale+ R5

2021-08-09 Thread Mathew Benson
for the console. I might go virtual later. On Mon, Aug 9, 2021 at 1:27 PM Joel Sherrill wrote: > > > On Mon, Aug 9, 2021 at 12:53 PM Mathew Benson > wrote: > >> I might take that on. When I took the RTEMS training a couple years ago, >> the repository was still in th

Re: RTEMS on the Zynq Ultrascale+ R5

2021-08-09 Thread Mathew Benson
re's right. OAR did the aarch64 bit port but we haven't touched the > R5 yet. Everytime someone (you?) ask, I always think of the R52 FVP and > tms570 BSPs but those aren't what you need. > > This is certainly something we'd like to see for RTEMS. It just needs a > sponsor. :) > >

RTEMS on the Zynq Ultrascale+ R5

2021-08-07 Thread Mathew Benson
Has anybody started or completed porting RTEMS to the R5? Sent from my iPad ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Microblaze

2020-01-24 Thread Mathew Benson
The website states there is no Microblaze support. Is that still true? Just checking. Sent from my iPad ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: Shell bug(?)

2019-11-01 Thread Mathew Benson
So no matter what priority the shell task is initialized as, it preempts all other tasks? On Fri, Nov 1, 2019 at 11:36 AM Joel Sherrill wrote: > > > On Fri, Nov 1, 2019, 11:24 AM Mathew Benson > wrote: > >> My shell task is set to priority 250. I have anoth

Shell bug(?)

2019-11-01 Thread Mathew Benson
something in the documentation regarding integration of the shell? Is there something we are or are not supposed to do when the shell is integrated? -- *Mathew Benson* CEO | Chief Engineer Windhover Labs, LLC 832-640-4018 www.windhoverlabs.com ___ users mailing

Re: shell output

2019-11-01 Thread Mathew Benson
S_ZOMBIE, "ZOMBI" }, { STATES_DORMANT,"DORM" } modes traces t o rtems_monitor_dump_modes(), which eventually traces to: static const rtems_assoc_t rtems_monitor_modes_assoc[] = { { "nP", RTE

Re: shell output

2019-11-01 Thread Mathew Benson
>> what these mean or point me where in the code it is? It’s not an easy >> follow. >> >> Sent from my iPhone >> >> On Oct 31, 2019, at 13:43, Mathew Benson >> wrote: >> >> is there any documentation that explains the actual output of the shell &g

shell output

2019-10-31 Thread Mathew Benson
mean: EV, SIG:IS, READY, MSG, SEM, and TIME? What do the MODES mean? Same question for the "sema" command output. -- *Mathew Benson* CEO | Chief Engineer Windhover Labs, LLC 832-640-4018 www.windhoverlabs.com ___ users mailing list

Re: File system deadlock troubleshooting

2019-10-09 Thread Mathew Benson
a trace from ramdisk? On Wed, Oct 9, 2019 at 6:01 PM Chris Johns wrote: > On 10/10/19 6:23 am, Mathew Benson wrote: > > I added the tracerfs command to the shell. Not sure why that's not > already > > there. > > The command is not in the shell directory and I did no

Re: File system deadlock troubleshooting

2019-10-09 Thread Mathew Benson
uffer-scan: count=5, block=2270: 1 2269 2268 2267 2266 : not found All trace events immediately stop here. On Tue, Oct 8, 2019 at 9:30 AM Mathew Benson wrote: > I don't have a test case that I can post or give away, yet. I may put one > together later. > > Yes. All 4 tasks are on

Re: File system deadlock troubleshooting

2019-10-08 Thread Mathew Benson
/10/19 12:53 pm, Mathew Benson wrote: > > I'm using RTEMS 5 on a LEON3. I'm troubleshooting a failure condition > that > > occurs when stress test reading and writing to and from RAM disk. RAM > disk to > > RAM disk. When the condition is tripped, it

File system deadlock troubleshooting

2019-10-07 Thread Mathew Benson
the kernel is pending on, what the expected response is, and what the block device actually did. Can anybody shed some light on this or recommend some debugging steps? I'm trying to exhaust all I can do before I start manually decoding machine code. -- *Mathew Benson* CEO | Chief Engineer

RTEMS on Zynq

2019-08-30 Thread Mathew Benson
Could somebody point me to documentation or exchange emails with me to help me through running RTEMS on a Zedboard? I got it running in qemu (zynq) no problem. I should have everything built. I'm just struggling my way through u-boot now. -- *Mathew Benson* CEO | Chief Engineer Windhover Labs

Re: task info

2019-03-21 Thread Mathew Benson
0 15 32 > > In the example above, the task ERRM is waiting for a message on the queue > EMIQ. > > If you do not have access to the shell, you can try to follow through what > the shell actually does in the code, and hopefully it will provide the > information tha

task info

2019-03-21 Thread Mathew Benson
to a symbol that I can peek? -- *Mathew Benson* CEO | Chief Engineer Windhover Labs, LLC 832-640-4018 www.windhoverlabs.com ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: CPU utilization

2018-07-12 Thread Mathew Benson
I like this idea. I signed up for the mailing list. I'll try to submit something in the next few days. Thanks. On Thu, Jul 12, 2018 at 12:56 PM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > - Am 12. Jul 2018 um 19:48 schrieb Mathew Benson > mathew.ben.

Re: CPU utilization

2018-07-12 Thread Mathew Benson
InUs = > (_Timestamp_Get_seconds() * *static_cast*(100)) + > (_Timestamp_Get_nanoseconds() / *static_cast*(1000)); > > > > > *return* cpuUsageInUs; > > > } > > } &g

CPU utilization

2018-07-10 Thread Mathew Benson
that I can call to return a structure rather than parsing it with the rtems_printer plugin? I haven't dug into the rtems_printer object yet, but I'm assuming I could use it and parse a string sent to it. -- *Mathew Benson* CEO | Chief Engineer Windhover Labs, LLC 832-640-4018