Hi Alex, > $ mips-linux-gnu-objdump -D -b binary bootloader.bin > mips-linux-gnu-objdump: can't disassemble for architecture UNKNOWN! Try adding the -m option to tell objdump that the binary file contains mips machine instructions. ie: mips-linux-gnu-objdump -D -b binary -m mips bootloader.bin Cheers Nick