On 2017-08-25 15:39, Christopher Collins wrote:
Hi Jyothi,
On Fri, Aug 25, 2017 at 12:10:50PM +0000, [email protected] 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
the arduino_boot and arduino_blinky targets in mynewt cant able to
communicate.
Did you set the BSP_ARDUINO_ZERO_PRO syscfg setting to 1, as indicated
in https://mynewt.apache.org/latest/os/tutorials/arduino_zero/? That
step is easy to miss.
Chris
Thanks Chris for your reply.
I made the target syscfg file :
SHELL_TASK: 1
SHELL_PROMPT_MODULE: 1
CONSOLE_TICKS: 1
CONSOLE_PROMPT: 1
BSP_ARDUINO_ZERO_PRO: 1
I can able to run blinky application in my arduino zero only I cannot
able to get the shell and console window in minicom.