I checked out the microbit target in upstream which is probably damn near identical to my tinyble target, and it similarly hangs.
They share the same programmer, mbed firmware with cmsisdap hid endpoint, so I wonder if its a transport issue not a dep issue. On Wed, Feb 22, 2017 at 4:50 PM, Christopher Collins <[email protected]> wrote: > On Wed, Feb 22, 2017 at 04:08:00PM -0700, Jacob Rosenthal wrote: > > I can shell to both boards and send and receive characters, so I know > uart > > is ok. > [...] > > Hmm... I don't see any problems with your config. I am able to use > newtmgr over serial with a similar target: > > targets/blesplit-nrf52dk > app=apps/blesplit > bsp=hw/bsp/nrf52dk > build_profile=debug > loader=apps/bleprph > syscfg=SHELL_TASK=1 > > To get it working, I needed to make the following changes: > > 1. Add dependency to target's pkg.yml file: > - mgmt/newtmgr/transport/nmgr_shell > > 2. Add SHELL_TEST=1 syscfg override to target's syscfg.yml file. > > Your target already has both of these changes, though. > > Was this working and then suddenly broke? Or has this newtmgr over > serial never worked for this target? > > I don't know that it helps any, but for completeness I'm attaching my > dep, revdep, and config. > > (Btw, I noticed a bug in the revdep output. All packages should be > included in the list, but packages with no dependers, e.g., bsp, are > missing). > > Chris >
