Advertisement
Guest User

Untitled

a guest
Dec 10th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. 0> <info> app: Inside main
  2. 0> <debug> app: In nrf_bootloader_init
  3. 0> <debug> app: in weak nrf_dfu_init_user
  4. 0> <debug> app: In real nrf_dfu_init
  5. 0> <debug> nrf_dfu_settings: Running nrf_dfu_settings_init(sd_irq_initialized=false).
  6. 0> <debug> nrf_dfu_flash: Calling nrf_dfu_flash_init(sd_irq_initialized=false)...
  7. 0> <debug> nrf_dfu_flash: Initializing nrf_fstorage_nvmc backend.
  8. 0> <debug> app: Initializing the clock.
  9. 0> <debug> app: Enter nrf_dfu_continue
  10. 0> <debug> app: Valid BL
  11. 0> <debug> app: Verifying BL: Addr: 0x00023000, Src: 0x00044000, Len: 0x00009EB4
  12. 0> <debug> app: Bootloader was verified
  13. 0> <debug> app: Writing settings and reseting device.
  14. 0> <debug> nrf_dfu_settings: Writing settings...
  15. 0> <debug> nrf_dfu_settings: Erasing old settings at: 0x0007F000
  16. 0> <debug> nrf_dfu_flash: nrf_fstorage_erase(addr=0x0x0007F000, len=1 pages), queue usage: 1
  17. 0> <debug> nrf_dfu_flash: Flash erase success: addr=0x0007F000, pending 0
  18. 0> <debug> nrf_dfu_flash: nrf_fstorage_write(addr=0x0007F000, len=0x1B8 bytes), queue usage: 1
  19. 0> <debug> nrf_dfu_flash: Flash write success: addr=0x0007F000, pending 0
  20. 0> <debug> nrf_dfu_flash: This operation had a callback, calling back to 0x00075895.
  21. 0> <debug> app: Enter nrf_dfu_app_is_valid
  22. 0> <debug> app: Return true. App was valid
  23. 0> <debug> app: Starting reset delay timer
  24. 0> <debug> app: Enter nrf_dfu_app_is_valid
  25. 0> <debug> app: Return true. App was valid
  26. 0> <debug> nrf_dfu_settings: Erasing settings page additional data.
  27. 0> <debug> app: Enter nrf_dfu_app_is_valid
  28. 0> <debug> app: Return true. App was valid
  29. 0> <debug> app: Jumping to: 0x00023000
  30. 0> <debug> app: Running nrf_bootloader_app_start with address: 0x00023000
  31. 0> <debug> app: Disabling interrupts
  32. 0> <debug> app: Setting SD vector table base: 0x00023000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement