Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Russell Haley
Sorry for the direct mail, Gedare.  The Lua mailing list I'm on automatically forwards to all users in the email because it re-writes the return mail address but leaves the persons name on it. I keep forgetting th

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Joel Sherrill
Is it building and working now? :) On Mon, Apr 9, 2018 at 9:28 AM, Russell Haley wrote: > Sorry for the direct mail, Gedare. The Lua mailing list I'm on > automatically forwards to all users in the email because it re-writes the > return mail address but leaves the persons name on it. I keep fo

Timers in a task context

2018-04-09 Thread Matthew J Fletcher
Hi, Some other operating systems allow a timer be created that will fire the associated routine in that tasks context. In rtems timers are either in the interrupt or the timer task, either way, not in the context of the task that created the timer. This has caused me some head scratching,. the ex

Re: Timers in a task context

2018-04-09 Thread Joel Sherrill
On Mon, Apr 9, 2018 at 11:54 AM, Matthew J Fletcher wrote: > Hi, > > Some other operating systems allow a timer be created that will fire the > associated routine in that tasks context. In rtems timers are either in the > interrupt or the timer task, either way, not in the context of the task > t

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Russell Haley
On Mon, Apr 9, 2018 at 7:39 AM, Joel Sherrill wrote: > Is it building and working now? :) > Yes, I'm able to run Lua 5.3 with the sparc erc32 BSP. I'm hoping to clean it up tonight and share it on the list in the next few days. There is also a tool by the lua team called srlua to create an execu

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Gedare Bloom
On Mon, Apr 9, 2018 at 4:17 PM, Russell Haley wrote: > > > On Mon, Apr 9, 2018 at 7:39 AM, Joel Sherrill wrote: > >> Is it building and working now? :) >> > > Yes, I'm able to run Lua 5.3 with the sparc erc32 BSP. I'm hoping to clean > it up tonight and share it on the list in the next few days.

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Chris Johns
On 10/04/2018 10:40, Gedare Bloom wrote: > On Mon, Apr 9, 2018 at 4:17 PM, Russell Haley > wrote: > I'd like to start with getting other Lua scripts running. My goal > is > to load a library called penlight that's a few dozens of files. Is >

RTEMS booting problem for PICO-PI-IMX7 board.

2018-04-09 Thread JunBeom Kim (EmbedCoreTech)
Dear Sir, Is there RTEMS users for running RTEMS for PICO-PI-IMX7 board ? I purchased PICO-PI-IMX7 from Wanboard. https://www.wandboard.org/products/android-things/PICO-PI-IMX7/ I am tring to test RTEMS on PICO-PI-IMX7 using RTEMS current version for i.MX7D SDB board. On referencing, when I ch

RE: RTEMS booting problem for PICO-PI-IMX7 board.

2018-04-09 Thread JunBeom Kim (EmbedCoreTech)
Dear Sir, I found additional point. If I use below modified code only even though there is not stdout-path in dtb file, UART5 will be used for debug console. static imx_uart_context *imx_uart_console = &imx_uart_instances[4]; all UART instances information(base, regs, irq, etc) is restored by

Re: RTEMS booting problem for PICO-PI-IMX7 board.

2018-04-09 Thread Sebastian Huber
Hello Kim, maybe you can temporarily disable the device tree based probing and use a hard coded console device. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@emb

RE: RTEMS booting problem for PICO-PI-IMX7 board.

2018-04-09 Thread JunBeom Kim (EmbedCoreTech)
Dear Huber, I think that it is another option. But, I think that device tree based probing for ARMv7A GIC, timer, serial is best approach. I want to use device tree based probing method continuously. If possible, please could you send me imx7d-sdb.dtb file which you are using ? Best Regards,

RTEMS Contribution for i.MX6Q SDP.

2018-04-09 Thread JunBeom Kim (EmbedCoreTech)
Dear Sir, I would like to contribute RTEMS version for i.MX6Q SDP. At this time, I completed RTEMS single core based testing for i.MX6Q Is there standard rule for uploading rtems git site ? I will follow up this according to standard rule. Best Regards, JunBeom Kim ~~ Presi

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Russell Haley
On Mon, Apr 9, 2018 at 5:53 PM, Chris Johns wrote: > On 10/04/2018 10:40, Gedare Bloom wrote: > > On Mon, Apr 9, 2018 at 4:17 PM, Russell Haley > > wrote: > > I'd like to start with getting other Lua scripts running. My > goal is > > to load a

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Chris Johns
On 10/04/2018 15:58, Russell Haley wrote: > On Mon, Apr 9, 2018 at 5:53 PM, Chris Johns > wrote: > On 10/04/2018 10:40, Gedare Bloom wrote: > > On Mon, Apr 9, 2018 at 4:17 PM, Russell Haley > >