[
https://issues.apache.org/jira/browse/MYNEWT-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15657544#comment-15657544
]
William San Filippo commented on MYNEWT-484:
--------------------------------------------
Two possible things: your syscfg should be BSP_ARDUINO_ZERO_PRO=1. Also, did
you erase the flash first? I posted on the dev list how to do that for the
arduino zero and zero pro.
I am pretty sure I have the m0 pro here (says it on the board) and I had no
issues.
> Arduino M0 Pro does not boot
> ----------------------------
>
> Key: MYNEWT-484
> URL: https://issues.apache.org/jira/browse/MYNEWT-484
> Project: Mynewt
> Issue Type: Bug
> Components: Newt
> Affects Versions: v1_0_0_beta1
> Reporter: Sterling Hughes
> Assignee: William San Filippo
> Fix For: v1_0_0_beta1
>
>
> Tried loading and running newt on the M0 Pro, and it doesn't work. Works
> fine on the Arduino Zero.
> Doesn't work (with M0 Pro):
> targets/my_blinky_arduino_zero
> app=apps/blinky
> bsp=@mynewt_arduino_zero/hw/bsp/arduino_zero
> build_profile=debug
> syscfg=BSP_ARDUINO_ZERO_PRO=1
> targets/my_blinky_arduino_zero_boot
> app=@apache-mynewt-core/apps/boot
> bsp=@mynewt_arduino_zero/hw/bsp/arduino_zero
> build_profile=debug
> syscfg=BSP_ARDUINO_ZERO_PRO=1
> Works (with Arduino Zero):
> $ newt target show
> targets/my_blinky_arduino_zero
> app=apps/blinky
> bsp=@mynewt_arduino_zero/hw/bsp/arduino_zero
> build_profile=debug
> syscfg=BSP_ARDUINO_ZERO=1
> targets/my_blinky_arduino_zero_boot
> app=@apache-mynewt-core/apps/boot
> bsp=@mynewt_arduino_zero/hw/bsp/arduino_zero
> build_profile=debug
> syscfg=BSP_ARDUINO_ZERO=1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)