multitool syntax
- This topic has 1 reply, 2 voices, and was last updated 3 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: mDot multitool
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?
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).