This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Viewing log in Python (pc-nrfutil)

I am using pc-nrfutil to perform FW upgrade (transport is serial), The target is custom board with 52840 processor, running Bootloader adapted from the SDK.

For most of the boards, it works fine. On certain board, I consistently got "Did not receive checksum response from DFU target.

I can see the message from "logger.info()" in my command prompt terminal in PC.

Sorry for the dumb question, but how do I see the message from "logger.log()"?

Any idea how to see logger.log() message? I would like to see SLIP raw messages to debug.

Parents
  • Hello,

    Do you mean where the logs you get on the nrfutil terminal is printed from? That would be nrfutil. But I think it will be better to try to debug the bootloader. Have you tried to monitor the bootloader project to find out why it doesn't work? Have you tested the pca10056_s140_ble_debug project, which will print some information in the RTT log?

    BR,

    Edvin

Reply
  • Hello,

    Do you mean where the logs you get on the nrfutil terminal is printed from? That would be nrfutil. But I think it will be better to try to debug the bootloader. Have you tried to monitor the bootloader project to find out why it doesn't work? Have you tested the pca10056_s140_ble_debug project, which will print some information in the RTT log?

    BR,

    Edvin

Children
No Data
Related