Re: RPi Graphic testing

2015-07-22 Thread Pavel Pisa
Hello Qiao Yang, On Wednesday 22 of July 2015 11:19:35 QIAO YANG wrote: > Hi, > > When I updated to the latest firmware start.elf , the graphic doesn’t show > anymore. I haven’t yet found out what has been changed in the latest > firmware. I’ve uploaded my firmware. I’ve retested my latest commit,

Re: Generating lock graph for nested mutex project

2015-07-22 Thread Joel Sherrill
On 7/22/2015 11:03 AM, Saurabh Gadia wrote: hi, Is there any tool which can be used to generate lock-graph for the JPF implementation of nested mutex. I have removed unnecessary re-entrant locks and want to further investigate on which other locks can be avoided with correct implementation.

Generating lock graph for nested mutex project

2015-07-22 Thread Saurabh Gadia
hi, Is there any tool which can be used to generate lock-graph for the JPF implementation of nested mutex. I have removed unnecessary re-entrant locks and want to further investigate on which other locks can be avoided with correct implementation. code repo: https://github.com/saurabhgadia4/lock-m

Re: Raspberry Pi 2 SMP debug

2015-07-22 Thread Sebastian Huber
On 22/07/15 13:19, Rohini Kulkarni wrote: Hi, I need to debug my code to check what is going wrong with SMP initialization. Any suggestions on how I can go about this in the absence of actual debugging hardware? Pavel Pisa wrote something about JTAG debugging of the Raspberry Pi recently:

Raspberry Pi 2 SMP debug

2015-07-22 Thread Rohini Kulkarni
Hi, I need to debug my code to check what is going wrong with SMP initialization. Any suggestions on how I can go about this in the absence of actual debugging hardware? Thanks. -- Rohini Kulkarni ___ devel mailing list devel@rtems.org http://lists.rt

Re: RPi Graphic testing

2015-07-22 Thread QIAO YANG
Hi, When I updated to the latest firmware start.elf , the graphic doesn’t show anymore. I haven’t yet found out what has been changed in the latest firmware. I’ve uploaded my firmware. I’ve retested my latest commit, it worked with hello, ticker and rbi samples. https://www.dropbox.com/sh/95bu

Re: [RSB] port graphic libraries into rsb

2015-07-22 Thread Pavel Pisa
Hello Qiao Yang On Tuesday 21 of July 2015 14:21:07 QIAO YANG wrote: > Hi Pavel Pisa, > > On Jul 19, 2015, at 10:35 PM, Pavel Pisa wrote: > > Hello Chris and Qiao Yang, > > > > On Monday 20 of July 2015 01:12:33 Chris Johns wrote: > >> On 20/07/2015 6:55 am, QIAO YANG wrote: > >> > I've ported th