Program Flashing

I'm using KL720 SDK v1.3.0.

I have a question about Evaluation board(Board 96-B) setting.

I couldn't program flash via UART0 interface. Could you help me?

When I program flash via UART0 interface, which position of dip switch on the board is correct?

I tried it to be set UART mode. Is this setting correct?

I'm using binary code "flash_image_solution_companion.bin".

Below is the command which I tried.

>> python flash_programmer.py -a flash_image_solution_companion.bin

Could you give me advices?

Comments

  • switch to UART mode is correct

    when run "python flash_programmer.py -a ... " you should get the message as picture:

    what error message you got?

  • edited February 2022

    Thank you for your information.

    I am using two environments, one is Ubuntu on Virtual Box and the other one is Msys2.

    When I ran "python programmer.py a ..." on Ubuntu, there were some transfer errors.

    When I ran "python programmer.py a ..." on Msys2, the error was "there isn't xmodem command".

    I forgot to capture the message. I'll investigate them.

  • I resolved this problem.

    I could flash the program by using native Ubuntu environment.

    The problem was that previous environment didn't have enough tools for flashing.

    I got a capture image.


The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.