multitool syntax

Home Forums mDot/xDot multitool syntax

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31943
    Robert Macklin
    Participant

    I have been using multitool 0.1.1 to convert my files and now there is a new version 0.2.0 of multitool that I have installed, but it doesn’t have the same syntax. I get unrecognized argument errors when I run the same command.

    I got this command from another post in this forum:

    multitool device plain -c -b 0x10000 -o out_file.bin in_file.bin

    What is the proper syntax to perform the same functions with the new version of multitool?

    #31975
    Taylor Heck
    Blocked

    This is equivalent, assuming you’re targeting an MDot:

    multitool device plain -b -i MTDOT -c -o out_file.bin in_file.bin

    The bootloader offset (0×10000) is handled by specifying the device series (MTDOT).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.