Hello, I tried disassemble raw MIPS binary containing opcodes, use objdump command. I run command: $ mips-linux-gnu-objdump -D -b binary bootloader.bin bootloader.bin: file format binary mips-linux-gnu-objdump: can't disassemble for architecture UNKNOWN! What could be the issue here, and how to solve it? Regards, Alex