I AM TRYING TO BUILD PROGRAM USING MCUMGR

Dear Mate,

I am trying to build and flash a program by using (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) this link . i build the program 2 times succesfully after mcumgr --conntype serial --connstring "/dev/ttyACM0,baud=115200" echo hello this cmnd in my command promt i got NMP Timeout below i attached image also and i avoid that error and i tring to update application by using mcumgr --conntype serial --connstring "/dev/ttyACM0,baud=115200" image upload -e app_update.bin this cmnd i got nothing and it stuck at 0.0 only its not going and am struck here i need your suggestions and i am attaching both error images

Parents Reply Children
  • Have you tried the helloworld example located at \zephyr\samples\hello_world ? 
    Make sure you select the board bl653_dvk when you add the build configuration. 

    After that you should be able to check if it can print "Hello World" on UART. 

    I would suggest to test with the blinky (\zephyr\samples\basic\blinky) as well. You should see the LED blink after that. 

Related