Hi aditi, On Wed, Nov 16, 2016, aditi hilbert wrote: > I tried building and loading the blinky and bleprph apps on the > Arduino 101 using 1_0_0_b1_dev branch. The bootloader and the app > image are combined using “dd” utility and the combined image uploaded > using "dfu-util”. The board did not blink (with blinky app) or > advertise (with bleprph app). Hard reset did not help. > > Overwriting the flash with 0xff before loading each image did not work > either. > Creating an image padded with 0xff and loading it did not work. > > Has anyone tested Arduino 101 recently with Mynewt?
I don't think the nRF51 (ble_core DFU interface) on the Arduino 101 has any LEDs connected to it. The main purpose of the Arduino 101 BSP in MyNewt is to make the nRF51 act as an HCI controller using the blehci app, while having another OS running on the Quark SE (x86_app DFU interface) that can then do things like blink an LED. Johan
