Re: Best practice for usage of the log_fcb_handler

2017-08-25 Thread marko kiiskila
> On Aug 25, 2017, at 10:28 AM, Alfred Schilken wrote: > > Thanks Marko, this helps. > > So I can cut off some Kb from the FLASH_AREA_REBOOT_LOG area, > create an own slot with it and bind it to an own log_fcb_handler. > > Right? Yes, all that should work. > > I wanted

Re: Best practice for usage of the log_fcb_handler

2017-08-25 Thread Alfred Schilken
Thanks Marko, this helps. So I can cut off some Kb from the FLASH_AREA_REBOOT_LOG area, create an own slot with it and bind it to an own log_fcb_handler. Right? I wanted to be sure, that the FLASH_AREA_NFFS can’t be shared by several handlers. EDV-Beratung Schilken alf...@schilken.de

Re: Regarding Arduino M0 zero serial communication implementation

2017-08-25 Thread Christopher Collins
On Fri, Aug 25, 2017 at 09:53:26AM -0700, marko kiiskila wrote: > Also note that blinky does not have shell compiled in. It’s a very simple > app which just blinks an LED. Try the app slinky instead; that one has shell > enabled. I believe Jyothi is following this tutorial which adds console and

Re: Best practice for usage of the log_fcb_handler

2017-08-25 Thread marko kiiskila
> On Aug 25, 2017, at 9:29 AM, Alfred Schilken wrote: > > Hello, > > I couldn’t find an example usage of the log_fcb_handler and just used the > reboot_log for writing to the 16 kB FLASH_AREA_REBOOT_LOG area. > > This works fine but it a bit dirty. > > Is there a

Re: Regarding Arduino M0 zero serial communication implementation

2017-08-25 Thread marko kiiskila
> On Aug 25, 2017, at 8:39 AM, Christopher Collins wrote: > > Hi Jyothi, > > On Fri, Aug 25, 2017 at 12:10:50PM +, jyoth...@aritron.com wrote: > [...] >> After we run the application, cant able to get the shell prompt as >> mentioned by you through minicom. With Arduino

Best practice for usage of the log_fcb_handler

2017-08-25 Thread Alfred Schilken
Hello, I couldn’t find an example usage of the log_fcb_handler and just used the reboot_log for writing to the 16 kB FLASH_AREA_REBOOT_LOG area. This works fine but it a bit dirty. Is there a cleaner way to use both the CONFIG_FCB and the LOG_FCB at the same time in an app? Maybe both can

Re: Regarding Arduino M0 zero serial communication implementation

2017-08-25 Thread Christopher Collins
Hi Jyothi, On Fri, Aug 25, 2017 at 12:10:50PM +, jyoth...@aritron.com wrote: [...] > After we run the application, cant able to get the shell prompt as > mentioned by you through minicom. With Arduino IDE and the arduino > EDBG boot loader we can able to communicate with the board. But with

Regarding Arduino M0 zero serial communication implementation

2017-08-25 Thread jyothi . s
Dear Sir/Madam, For testing purpose, we are implementing serial communication with arduino M0 Pro with ESP8266MOD. I am trying with the basic blinky application with shell and console implementation. I followed all the steps mentioned in the links below: Creating Project and target: