Post Go back to editing

How to use the mass storage drive?

FormerMember
FormerMember

I noticed that when I plug my EVAL-ADICUP360 board into my USB port, it shows up as a mass storage drive.  How do I use that feature?  Which files need to copied to the mass storage device?

Parents
  • The USB Mass Storage Device labeled "MBED" is used for  for drag and drop programming of the target chip.

    It consumes a binary flash image, which can be created with the GNU ARM Eclipse plugins.

    See screenshot below:

    Simply copy the project.bin file to the MBED drive.

    If everything goes well. The drive automatically disappears once the flashing is done.

    It should immediately come back. If there was an error condition, a new file (fail.txt) within the MBED driver should indicate the cause.

    Hope this helps.

    -Michael

Reply
  • The USB Mass Storage Device labeled "MBED" is used for  for drag and drop programming of the target chip.

    It consumes a binary flash image, which can be created with the GNU ARM Eclipse plugins.

    See screenshot below:

    Simply copy the project.bin file to the MBED drive.

    If everything goes well. The drive automatically disappears once the flashing is done.

    It should immediately come back. If there was an error condition, a new file (fail.txt) within the MBED driver should indicate the cause.

    Hope this helps.

    -Michael

Children
No Data